public class CmsResourceStatusRelationBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable
限定符 | 构造器和说明 |
---|---|
protected |
CmsResourceStatusRelationBean()
Default constructor for serialization.
|
|
CmsResourceStatusRelationBean(CmsListInfoBean infoBean,
java.lang.String link,
CmsUUID structureId)
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
CmsListInfoBean |
getInfoBean()
Gets the list info bean.
|
java.lang.String |
getLink()
Gets the link to the resource.
|
java.lang.String |
getSitePath()
Gets the site path of the resource.
|
CmsUUID |
getStructureId()
Returns the structure id of the resource.
|
boolean |
isXmlContent()
Returns true if the resource is an XML content.
|
void |
setInfoBean(CmsListInfoBean infoBean)
Sets the list info bean.
|
void |
setIsXmlContent(boolean isXmlContent)
Marks this bean as belonging to an XML content resource.
|
void |
setLink(java.lang.String link)
Sets the link for the resource.
|
void |
setSitePath(java.lang.String path)
Sets the site path for the resource.
|
void |
setStructureId(CmsUUID structureId)
Sets the structure id for the resource.
|
public CmsResourceStatusRelationBean(CmsListInfoBean infoBean, java.lang.String link, CmsUUID structureId)
infoBean
- the list info beanlink
- the link to the resourcestructureId
- the structure id of the resourceprotected CmsResourceStatusRelationBean()
public CmsListInfoBean getInfoBean()
public java.lang.String getLink()
public java.lang.String getSitePath()
public CmsUUID getStructureId()
public boolean isXmlContent()
public void setInfoBean(CmsListInfoBean infoBean)
infoBean
- the new list info beanpublic void setIsXmlContent(boolean isXmlContent)
isXmlContent
- public void setLink(java.lang.String link)
link
- the link for the resourcepublic void setSitePath(java.lang.String path)
path
- the new site pathpublic void setStructureId(CmsUUID structureId)
structureId
- the new structure id