com.fatwire.services.beans.asset.basic
Class DimensionBean
java.lang.Object
com.fatwire.services.beans.BaseBean
com.fatwire.services.beans.asset.AssetBean
com.fatwire.services.beans.asset.basic.DimensionBean
- All Implemented Interfaces:
- java.io.Serializable
public final class DimensionBean
- extends AssetBean
The DimensionBean represents a translation. It is used by asset-related
services while making copies of an asset. A dimension is an asset of Type
"Dimension".
- See Also:
AssetService
,
AssetDao
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIMENSION
public static final java.lang.String DIMENSION
- Name of the Dimension asset type.
- See Also:
- Constant Field Values
DIMENSION_ATTRIBUTE
public static final java.lang.String DIMENSION_ATTRIBUTE
- Name of standard Dimension attribute.
- See Also:
- Constant Field Values
DIMENSION_PARENT_ATTRIBUTE
public static final java.lang.String DIMENSION_PARENT_ATTRIBUTE
- Name of standard Dimension-parent attribute.
- See Also:
- Constant Field Values
DimensionBean
public DimensionBean()
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.
Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.