Skip navigation links


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

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

Nested Class Summary

 

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

 

Field Summary
static java.lang.String DIMENSION
          Name of the Dimension asset type.
static java.lang.String DIMENSION_ATTRIBUTE
          Name of standard Dimension attribute.
static java.lang.String DIMENSION_PARENT_ATTRIBUTE
          Name of standard Dimension-parent attribute.

 

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

 

Constructor Summary
DimensionBean()
           

 

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

 

Field Detail

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

Constructor Detail

DimensionBean

public DimensionBean()

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.