|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoglue.cms.applications.workflowtool.util.ContentValues
public class ContentValues
Bean class used for populating content attributes from the request and/or the property set.
| Field Summary | |
|---|---|
static java.lang.String |
EXPIRE_DATE_TIME
The key used when populating the expire date attribute. |
static java.lang.String |
NAME
The key used when populating the name attribute. |
static java.lang.String |
PUBLISH_DATE_TIME
The key used when populating the publish date attribute. |
| Constructor Summary | |
|---|---|
ContentValues()
Default constructor. |
|
| Method Summary | |
|---|---|
java.util.Date |
getExpireDateTime()
Returns the expire date of the content. |
java.lang.String |
getName()
Returns the name of the content. |
java.util.Date |
getPublishDateTime()
Returns the publish date of the content. |
void |
setExpireDateTime(java.lang.String expireDateTime)
Sets the expire date of the content to the specified value. |
void |
setName(java.lang.String name)
Sets the name of the content to the specified value. |
void |
setPublishDateTime(java.lang.String publishDateTime)
Sets the publish date of the content to the specified 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 PUBLISH_DATE_TIME
public static final java.lang.String EXPIRE_DATE_TIME
public static final java.lang.String NAME
| Constructor Detail |
|---|
public ContentValues()
| Method Detail |
|---|
public java.lang.String getName()
public java.util.Date getPublishDateTime()
public java.util.Date getExpireDateTime()
public void setName(java.lang.String name)
name - the new name.public void setPublishDateTime(java.lang.String publishDateTime)
name - the new name.public void setExpireDateTime(java.lang.String expireDateTime)
name - the new name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||