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_CmsEditableData
getEditId
在接口中 I_CmsEditableData
I_CmsEditableData.getEditId()
public java.lang.String getElementLanguage()
I_CmsEditableData
getElementLanguage
在接口中 I_CmsEditableData
I_CmsEditableData.getElementLanguage()
public java.lang.String getElementName()
I_CmsEditableData
getElementName
在接口中 I_CmsEditableData
I_CmsEditableData.getElementName()
public java.lang.String getNewLink()
I_CmsEditableData
getNewLink
在接口中 I_CmsEditableData
I_CmsEditableData.getNewLink()
public java.lang.String getNewTitle()
I_CmsEditableData
getNewTitle
在接口中 I_CmsEditableData
I_CmsEditableData.getNewTitle()
public java.lang.String getNoEditReason()
I_CmsEditableData
getNoEditReason
在接口中 I_CmsEditableData
I_CmsEditableData.getNoEditReason()
public java.lang.String getSitePath()
I_CmsEditableData
getSitePath
在接口中 I_CmsEditableData
I_CmsEditableData.getSitePath()
public CmsUUID getStructureId()
I_CmsEditableData
getStructureId
在接口中 I_CmsEditableData
I_CmsEditableData.getStructureId()
public boolean isUnreleasedOrExpired()
I_CmsEditableData
isUnreleasedOrExpired
在接口中 I_CmsEditableData
true
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_CmsEditableData
setSitePath
在接口中 I_CmsEditableData
sitePath
- 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