|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.syndication.feed.module.sse.modules.SSEModule
com.sun.syndication.feed.module.sse.modules.History
public class History
Element within
.
| Field Summary | |
|---|---|
static java.lang.String |
BY_ATTRIBUTE
|
static java.lang.String |
NAME
|
static java.lang.String |
WHEN_ATTRIBUTE
|
| Fields inherited from class com.sun.syndication.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(java.lang.Object other)
|
java.lang.String |
getBy()
Provides access to a text attribute identifying the unique endpoint that made the most recent modification. |
java.util.List |
getUpdates()
Return the list of updates for this history. |
java.util.Date |
getWhen()
Get the date-time when the most recent modification took place. |
void |
setBy(java.lang.String by)
Sets the endpoint that made the most recent modification. |
void |
setWhen(java.util.Date when)
Set the date-time when the most recent modification took place. |
| Methods inherited from class com.sun.syndication.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 java.lang.String NAME
public static final java.lang.String WHEN_ATTRIBUTE
public static final java.lang.String BY_ATTRIBUTE
| Constructor Detail |
|---|
public History()
| Method Detail |
|---|
public void copyFrom(java.lang.Object other)
copyFrom in interface com.sun.syndication.feed.CopyFromcopyFrom in class SSEModulepublic java.util.Date getWhen()
public void setWhen(java.util.Date when)
when - the date-time when the most recent modification took place.public java.lang.String getBy()
public void setBy(java.lang.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 java.util.List getUpdates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||