|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.ecf.provider.rss.channel.SseSharing
public class SseSharing
In-Memory implementation of the sharing element.
| Field Summary | |
|---|---|
static int |
SSE_DEFAULT_WINDOW
|
static java.lang.String |
SSE_SPEC_VERSION
|
| Constructor Summary | |
|---|---|
SseSharing()
Constructs a SseSharing with the default version field. |
|
SseSharing(java.lang.String version)
Constructs a SseSharing with the specified version field. |
|
| Method Summary | |
|---|---|
java.util.Date |
getSince()
Returns the value of the since field. |
java.util.Date |
getUntil()
Returns the value of the until field. |
java.lang.String |
getVersion()
Returns the value of the version field. |
int |
getWindow()
Returns the value of the window field. |
void |
setSince(java.util.Date since)
Sets the since field to the given value. |
void |
setSince(java.lang.String since)
Sets the since field to the given value. |
void |
setUntil(java.util.Date until)
Sets the until field to the given value. |
void |
setUntil(java.lang.String until)
Sets the until field to the given value. |
void |
setVersion(java.lang.String version)
Sets the version field to the given value. |
void |
setWindow(int window)
Sets the window field to the given value. |
void |
setWindow(java.lang.String window)
Sets the window field to the given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SSE_SPEC_VERSION
public static final int SSE_DEFAULT_WINDOW
| Constructor Detail |
|---|
public SseSharing()
public SseSharing(java.lang.String version)
version - - the version field value to use.| Method Detail |
|---|
public java.util.Date getSince()
public java.util.Date getUntil()
public java.lang.String getVersion()
public int getWindow()
public void setSince(java.util.Date since)
since - - the value to be set for the since field.public void setSince(java.lang.String since)
since - - the value to be set for the since field.public void setUntil(java.util.Date until)
until - - the value to be set for the until field.public void setUntil(java.lang.String until)
until - - the value to be set for the until field.public void setVersion(java.lang.String version)
version - - the value to be set for the version field.public void setWindow(int window)
window - - the value to be set for the window field.public void setWindow(java.lang.String window)
window - - the value to be set for the window field.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||