public class CmsEditableData extends java.lang.Object implements I_CmsEditableData
| 构造器和说明 |
|---|
CmsEditableData() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getEditId()
Returns the edit id.
|
java.lang.String |
getElementLanguage()
Returns the element language.
|
java.lang.String |
getElementName()
Returns the element name.
|
java.lang.String |
getNewLink()
Returns the new link url.
|
java.lang.String |
getNewTitle()
Returns the new link url.
|
java.lang.String |
getNoEditReason()
Returns the no edit reason.
|
java.lang.String |
getSitePath()
Returns the site path.
|
CmsUUID |
getStructureId()
Returns the structure id.
|
boolean |
isUnreleasedOrExpired()
Returns if the given resource is unreleased or expired.
|
void |
setEditId(java.lang.String editId)
Sets the edit id.
|
void |
setElementLanguage(java.lang.String elementLanguage)
Sets the element language.
|
void |
setElementName(java.lang.String elementName)
Sets the element name.
|
void |
setNewLink(java.lang.String newLink)
Sets the new link.
|
void |
setNewTitle(java.lang.String newTitle)
Sets the new title.
|
void |
setNoEditReason(java.lang.String noEditReason)
Sets the no edit reason.
|
void |
setSitePath(java.lang.String sitePath)
Sets the site path.
|
void |
setStructureId(CmsUUID structureId)
Sets the structure id.
|
void |
setUnreleaseOrExpired(boolean unreleaseOrExpired)
Sets the unreleased or expired flag.
|
public java.lang.String getEditId()
I_CmsEditableDatagetEditId 在接口中 I_CmsEditableDataI_CmsEditableData.getEditId()public java.lang.String getElementLanguage()
I_CmsEditableDatagetElementLanguage 在接口中 I_CmsEditableDataI_CmsEditableData.getElementLanguage()public java.lang.String getElementName()
I_CmsEditableDatagetElementName 在接口中 I_CmsEditableDataI_CmsEditableData.getElementName()public java.lang.String getNewLink()
I_CmsEditableDatagetNewLink 在接口中 I_CmsEditableDataI_CmsEditableData.getNewLink()public java.lang.String getNewTitle()
I_CmsEditableDatagetNewTitle 在接口中 I_CmsEditableDataI_CmsEditableData.getNewTitle()public java.lang.String getNoEditReason()
I_CmsEditableDatagetNoEditReason 在接口中 I_CmsEditableDataI_CmsEditableData.getNoEditReason()public java.lang.String getSitePath()
I_CmsEditableDatagetSitePath 在接口中 I_CmsEditableDataI_CmsEditableData.getSitePath()public CmsUUID getStructureId()
I_CmsEditableDatagetStructureId 在接口中 I_CmsEditableDataI_CmsEditableData.getStructureId()public boolean isUnreleasedOrExpired()
I_CmsEditableDataisUnreleasedOrExpired 在接口中 I_CmsEditableDatatrue if the given resource is unreleased or expiredI_CmsEditableData.isUnreleasedOrExpired()public void setEditId(java.lang.String editId)
editId - the edit id to setpublic void setElementLanguage(java.lang.String elementLanguage)
elementLanguage - the element language to setpublic void setElementName(java.lang.String elementName)
elementName - the element name to setpublic void setNewLink(java.lang.String newLink)
newLink - the new link to setpublic void setNewTitle(java.lang.String newTitle)
newTitle - the new title to setpublic void setNoEditReason(java.lang.String noEditReason)
noEditReason - the no edit reason to setpublic void setSitePath(java.lang.String sitePath)
I_CmsEditableDatasetSitePath 在接口中 I_CmsEditableDatasitePath - the site pathI_CmsEditableData.setSitePath(java.lang.String)public void setStructureId(CmsUUID structureId)
structureId - the structure id to setpublic void setUnreleaseOrExpired(boolean unreleaseOrExpired)
unreleaseOrExpired - the unreleased or expired flag