Skip navigation links


com.fatwire.services.beans.asset.basic
Class PageBean

java.lang.Object
  extended by com.fatwire.services.beans.BaseBean
      extended by com.fatwire.services.beans.asset.AssetBean
          extended by com.fatwire.services.beans.asset.basic.PageBean

All Implemented Interfaces:
java.io.Serializable

public final class PageBean
extends AssetBean

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".

See Also:
Serialized Form

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

PageBean

public PageBean()

Method Detail

setId

public void setId(AssetId id)
Description copied from class: AssetBean
Sets the identifier for this asset.
Overrides:
setId in class AssetBean
Parameters:
id - the id to set for this asset.

setType

public void setType(TypeBean type)
Description copied from class: AssetBean
Sets the type for this asset.
Overrides:
setType in class AssetBean
Parameters:
type - the type to set for this asset.

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.