Skip navigation links


com.fatwire.mda
Interface Dimension


public interface Dimension

A dimension is an identifier that differentiates two semantically identical assets into separate flavors.


Method Summary
 java.lang.String getGroup()
          Get the name fo the group tha this dimension belongs to.
 AssetId getId()
          Get the id of this dimension asset
 java.lang.String getName()
          Get the name of this dimension asset.
 void setGroup(java.lang.String group)
          Set the group name for this dimension
 void setId(AssetId id)
          Set the id of this dimension asset
 void setName(java.lang.String name)
          Set the name of this dimension asset.

 

Method Detail

getId

AssetId getId()
Get the id of this dimension asset
Returns:
id of the dimenson

setId

void setId(AssetId id)
Set the id of this dimension asset
Parameters:
id - the asset id of this dimension

getName

java.lang.String getName()
Get the name of this dimension asset.
Returns:
name of the dimension

setName

void setName(java.lang.String name)
Set the name of this dimension asset.
Parameters:
name - the name of this dimension

getGroup

java.lang.String getGroup()
Get the name fo the group tha this dimension belongs to.
Returns:
the name of the group

setGroup

void setGroup(java.lang.String group)
Set the group name for this dimension
Parameters:
group - the name of the group

Skip navigation links


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