com.fatwire.services.beans.asset.basic
Class SlotBean
java.lang.Object
com.fatwire.services.beans.BaseBean
com.fatwire.services.beans.asset.AssetBean
com.fatwire.services.beans.asset.basic.SlotBean
- All Implemented Interfaces:
- java.io.Serializable
public class SlotBean
- extends AssetBean
The SlotBean is the value object used by Insite related services. It
represents a slot in the Insite user interface. A slot is an asset of Type
"Slot".
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
SLOT
Name of the Slot asset type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLOT
public static final java.lang.String SLOT
- Name of the Slot asset type.
- See Also:
- Constant Field Values
SlotBean
public SlotBean()
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.
setIncludedAsset
public void setIncludedAsset(AssetId includedAsset)
- Sets the asset to be included in this slot.
- Parameters:
includedAsset
- the asset to include.
getIncludedAsset
public AssetId getIncludedAsset()
- Returns the asset included in this slot.
- Returns:
- the included asset.
Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.