public class SlotBean extends AssetBean
AssetBean.Status
Modifier and Type | Field and Description |
---|---|
static String |
SLOT
Name of the Slot asset type.
|
attributes, description, id, name, type
Constructor and Description |
---|
SlotBean() |
Modifier and Type | Method and Description |
---|---|
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.
|
getAttributes, getDescription, getId, getName, getType, setDescription, setName
public static final String SLOT
public void setId(AssetId id)
AssetBean
public void setType(TypeBean type)
AssetBean
public void setIncludedAsset(AssetId includedAsset)
includedAsset
- the asset to include.public AssetId getIncludedAsset()