|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
AssetId getId()
void setId(AssetId id)
id - the asset id of this dimensionjava.lang.String getName()
void setName(java.lang.String name)
name - the name of this dimensionjava.lang.String getGroup()
void setGroup(java.lang.String group)
group - the name of the group
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.