org.infoglue.cms.applications.workflowtool.util
Class ContentValues

java.lang.Object
  extended by org.infoglue.cms.applications.workflowtool.util.ContentValues

public class ContentValues
extends java.lang.Object

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

PUBLISH_DATE_TIME

public static final java.lang.String PUBLISH_DATE_TIME
The key used when populating the publish date attribute.

See Also:
Constant Field Values

EXPIRE_DATE_TIME

public static final java.lang.String EXPIRE_DATE_TIME
The key used when populating the expire date attribute.

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The key used when populating the name attribute.

See Also:
Constant Field Values
Constructor Detail

ContentValues

public ContentValues()
Default constructor.

Method Detail

getName

public java.lang.String getName()
Returns the name of the content.

Returns:
the name of the content.

getPublishDateTime

public java.util.Date getPublishDateTime()
Returns the publish date of the content.

Returns:
the publish date of the content.

getExpireDateTime

public java.util.Date getExpireDateTime()
Returns the expire date of the content.

Returns:
the expire date of the content.

setName

public void setName(java.lang.String name)
Sets the name of the content to the specified value.

Parameters:
name - the new name.

setPublishDateTime

public void setPublishDateTime(java.lang.String publishDateTime)
Sets the publish date of the content to the specified value.

Parameters:
name - the new name.

setExpireDateTime

public void setExpireDateTime(java.lang.String expireDateTime)
Sets the expire date of the content to the specified value.

Parameters:
name - the new name.


Copyright © 2005 InfoGlue.org All Rights Reserved.