Skip navigation links


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

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

Nested Class Summary

 

Nested classes/interfaces inherited from class com.fatwire.services.beans.asset.AssetBean
AssetBean.Status

 

Field Summary
static java.lang.String SLOT
          Name of the Slot asset type.

 

Fields inherited from class com.fatwire.services.beans.asset.AssetBean
attributes, description, id, name, type

 

Constructor Summary
SlotBean()
           

 

Method Summary
 AssetId getIncludedAsset()
          Returns the asset included in this slot.
 void setId(AssetId id)
          Sets the identifier for this asset.
 void setIncludedAsset(AssetId includedAsset)
          Sets the asset to be included in this slot.
 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

 

Field Detail

SLOT

public static final java.lang.String SLOT
Name of the Slot asset type.
See Also:
Constant Field Values

Constructor Detail

SlotBean

public SlotBean()

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.

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.

Skip navigation links


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