|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ecf.provider.rss.channel.SseBase
public class SseBase
Base implementation of the SSE elements.
Constructor Summary | |
---|---|
SseBase()
Constructs a SseBase with the default 'when' and 'by' attributes. |
|
SseBase(java.util.Date when,
java.lang.String by)
Constructs a calendar with the specified 'when' and 'by' attributes. |
Method Summary | |
---|---|
java.lang.String |
getBy()
Returns the value of the 'by' field. |
java.util.Date |
getWhen()
Returns the value of the 'when' field. |
void |
setBy(java.lang.String by)
Sets the 'by' field to the given value. |
void |
setWhen(java.util.Date when)
Sets the 'when' field to the given value. |
void |
setWhen(java.lang.String when)
Sets the 'when' field to the given value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SseBase()
public SseBase(java.util.Date when, java.lang.String by)
when
- - the 'when' field value to use.by
- - the 'by' field value.Method Detail |
---|
public java.lang.String getBy()
public java.util.Date getWhen()
public void setBy(java.lang.String by)
by
- - the value to be set for the 'by' field.public void setWhen(java.util.Date when)
when
- - the value to be set for the 'when' field.public void setWhen(java.lang.String when)
when
- - the value to be set for the 'when' field.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |