|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rometools.feed.module.sse.modules.SSEModule
org.rometools.feed.module.sse.modules.History
public class History
Element within
.
| Field Summary | |
|---|---|
static String |
BY_ATTRIBUTE
|
static String |
NAME
|
static String |
WHEN_ATTRIBUTE
|
| Fields inherited from class org.rometools.feed.module.sse.modules.SSEModule |
|---|
NAMESPACES, PREFIX, SSE_NS, SSE_SCHEMA_URI |
| Constructor Summary | |
|---|---|
History()
|
|
| Method Summary | |
|---|---|
void |
addUpdate(Update update)
Add an update to this history |
void |
copyFrom(com.sun.syndication.feed.CopyFrom other)
|
String |
getBy()
Provides access to a text attribute identifying the unique endpoint that made the most recent modification. |
List |
getUpdates()
Return the list of updates for this history. |
Date |
getWhen()
Get the date-time when the most recent modification took place. |
void |
setBy(String by)
Sets the endpoint that made the most recent modification. |
void |
setWhen(Date when)
Set the date-time when the most recent modification took place. |
| Methods inherited from class org.rometools.feed.module.sse.modules.SSEModule |
|---|
clone, getInterface, getUri |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final String WHEN_ATTRIBUTE
public static final String BY_ATTRIBUTE
| Constructor Detail |
|---|
public History()
| Method Detail |
|---|
public void copyFrom(com.sun.syndication.feed.CopyFrom other)
copyFrom in interface com.sun.syndication.feed.CopyFromcopyFrom in class SSEModulepublic Date getWhen()
public void setWhen(Date when)
when - the date-time when the most recent modification took place.public String getBy()
public void setBy(String by)
by - the endpoint that made the most recent modification.public void addUpdate(Update update)
update - an update to add to the list of updates for this history.public List getUpdates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||