|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.sse.Update
public class Update
Element within
.
Constructor Summary | |
---|---|
Update()
|
Method Summary | |
---|---|
java.lang.String |
getBy()
Provides access to a text attribute identifying the unique endpoint that made a modification. |
java.util.Date |
getWhen()
Provides access to the date-time when the modification took place. |
void |
setBy(java.lang.String by)
Sets a text attribute identifying the unique endpoint that made a modification. |
void |
setWhen(java.util.Date when)
Set the date-time when the modification took place. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Update()
Method Detail |
---|
public java.util.Date getWhen()
public void setWhen(java.util.Date when)
when
- the date-time when the modification took place.public java.lang.String getBy()
public void setBy(java.lang.String by)
by
- a text attribute identifying the unique endpoint that made a modification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |