|
Hyades Datapool Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines the base interface for all named elements. Each named
element has a standard set of associated properties. Any undefined property
will return null
for the property value.
IDatapool
,
IDatapoolEquivalenceClass
,
IDatapoolVariable
Method Summary | |
java.lang.String |
getDescription()
Accessor for the description associated with the element. |
java.lang.String |
getId()
Accessor method for the GUID for the element. |
java.lang.String |
getName()
Accessor method for the name of the element. |
void |
setDescription(java.lang.String description)
Specify the description for the associated element. |
void |
setId(java.lang.String id)
Specify the GUID for the associated element. |
void |
setName(java.lang.String name)
Specify the name for the associated element. |
Method Detail |
public java.lang.String getId()
null
is returned if no GUID has been defined for the element.
setId(String)
public void setId(java.lang.String id)
getId()
public java.lang.String getName()
null
is returned if no name has been defined for the element.
setName(String)
public void setName(java.lang.String name)
getName()
public java.lang.String getDescription()
null
is returned if no description has been associated
with the element.
setDescription(String)
public void setDescription(java.lang.String description)
getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |