|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CmsObject
The CmsObject interface is the ancestor for all Cms objects present into the content tree (Document, folder, link, ...).
| Field Summary | |
|---|---|
static java.lang.String |
URI_SEPARATOR
URI Path Separator |
| Method Summary | |
|---|---|
java.sql.Timestamp |
getCreationDate()
Get the document's creation date |
java.sql.Timestamp |
getLastModified()
Get the last modified date for this document |
java.lang.String |
getName()
Get the Name |
Folder |
getParentFolder()
Get the parent folder |
java.lang.String[] |
getPath()
Return the splitted uri |
java.util.Collection |
getProperties()
Get a collection of all non standard properties for this object |
java.lang.String |
getProperty(java.lang.String name)
Get a named property for this object |
java.lang.String |
getUri()
Get the object's URI, a unique resource identifier |
void |
setCreationDate(java.sql.Timestamp creationDate)
Set the creation date for this document |
void |
setLastModified(java.sql.Timestamp lastModified)
Set the last modified date for this document |
void |
setName(java.lang.String v)
Set the value of Name |
void |
setParentFolder(Folder parentFolder)
Set the parent folder |
void |
setProperties(java.util.Collection properties)
Set the properties |
void |
setProperty(java.lang.String name,
java.lang.String property)
Sets a named property for this string |
void |
setUri(java.lang.String uri)
Set the object's URI, a unique resource identifier |
| Field Detail |
|---|
static final java.lang.String URI_SEPARATOR
| Method Detail |
|---|
java.lang.String getName()
void setName(java.lang.String v)
v - new valuejava.lang.String getUri()
void setUri(java.lang.String uri)
uri - The uri to setFolder getParentFolder()
void setParentFolder(Folder parentFolder)
parentFolder - the folder which contains this objectjava.sql.Timestamp getLastModified()
void setLastModified(java.sql.Timestamp lastModified)
lastModified - the new last modified date valuejava.sql.Timestamp getCreationDate()
void setCreationDate(java.sql.Timestamp creationDate)
creationDate - The new creation date valuejava.lang.String[] getPath()
java.util.Collection getProperties()
void setProperties(java.util.Collection properties)
properties - the new properties to setjava.lang.String getProperty(java.lang.String name)
name - of the property
void setProperty(java.lang.String name,
java.lang.String property)
name - property -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||