|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.services.beans.BaseBean
com.fatwire.services.beans.asset.AssetBean
com.fatwire.services.beans.asset.basic.PageBean
public final class PageBean
The PageBean represents a page and is used by site services for placing and unplacing page assets in a site. A page is an asset of Type "Page".
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.fatwire.services.beans.asset.AssetBean |
---|
AssetBean.Status |
Field Summary |
---|
Fields inherited from class com.fatwire.services.beans.asset.AssetBean |
---|
attributes, description, id, name, type |
Constructor Summary | |
---|---|
PageBean()
|
Method Summary | |
---|---|
void |
setId(AssetId id)
Sets the identifier for this asset. |
void |
setType(TypeBean type)
Sets the type for this asset. |
Methods inherited from class com.fatwire.services.beans.asset.AssetBean |
---|
getAttributes, getDescription, getId, getName, getType, setDescription, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageBean()
Method Detail |
---|
public void setId(AssetId id)
AssetBean
setId
in class AssetBean
id
- the id to set for this asset.public void setType(TypeBean type)
AssetBean
setType
in class AssetBean
type
- the type to set for this asset.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |