|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IContent
Defines the essential properties of content to be persisted.
| Method Summary | |
|---|---|
String |
getContentId()
Returns the unique identifier of this content. |
Date |
getCreationDate()
Returns the date the content was first persisted, or null
if not yet persisted. |
Date |
getLastModifiedDate()
Returns the date the content was last persisted, or null
if not yet persisted. |
Locale |
getLocale()
Returns the locale this content is meant for, or null if
default. |
void |
setContentId(String contentId)
Sets the unique identifier of this content. |
void |
setCreationDate(Date date)
Sets the date the content was first persisted. |
void |
setLastModifiedDate(Date date)
Sets the date the content was last persisted. |
void |
setLocale(Locale locale)
Sets the locale this content is meant for. |
| Method Detail |
|---|
String getContentId()
void setContentId(String contentId)
FOR INTERNAL USE ONLY.
contentId - the unique identifier of this content.Locale getLocale()
null if
default.
null if
default.void setLocale(Locale locale)
locale - the locale this content is meant for, or null
if default.Date getCreationDate()
null
if not yet persisted.
null
if not yet persisted.void setCreationDate(Date date)
FOR INTERNAL USE ONLY.
date - the date the content was first persisted.Date getLastModifiedDate()
null
if not yet persisted.
null
if not yet persisted.void setLastModifiedDate(Date date)
FOR INTERNAL USE ONLY.
date - the date the content was last persisted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||