|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ChildAttributeDefinition inherits from AttributeHierarchyChild and serves
as an interface for the attribute definition only.
Supported API: false
Extendable: false
Field Summary | |
static String |
DEFINITION_PARENT
Label for the attribute. |
static String |
DEFINITION_PARENT_REFERENCE
Label for the attribute. |
static String |
HIERARCHY_ID
Label for the attribute; hierarchyID is an unique, human-readable encoding hiearchy name for the attribute definition. |
static String |
SIBLING_ID
Label for the attribute; siblingID is a machine-readable encrypted number to represent hierarchyID for the attribute definition. |
Fields inherited from interface wt.iba.definition.AttributeHierarchyChild |
DESCRIPTION, HIERARCHY_DISPLAY_NAME, NAME |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
ParentAttributeDefinition |
getDefinitionParent()
Gets the object for the association that plays role: DEFINITION_PARENT. |
ObjectReference |
getDefinitionParentReference()
Gets the value of the attribute: DEFINITION_PARENT_REFERENCE. |
String |
getHierarchyID()
Gets the value of the attribute: HIERARCHY_ID. |
int |
getSiblingID()
Gets the value of the attribute: SIBLING_ID. |
void |
setDefinitionParent(ParentAttributeDefinition a_DefinitionParent)
Sets the object for the association that plays role: DEFINITION_PARENT. |
void |
setDefinitionParentReference(ObjectReference a_DefinitionParentReference)
Sets the value of the attribute: DEFINITION_PARENT_REFERENCE. |
void |
setHierarchyID(String a_HierarchyID)
Sets the value of the attribute: HIERARCHY_ID. |
void |
setSiblingID(int a_SiblingID)
Sets the value of the attribute: SIBLING_ID. |
Methods inherited from interface wt.iba.definition.AttributeHierarchyChild |
getDescription, getHierarchyDisplayName, getName, getParent, setDescription, setHierarchyDisplayName, setName |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String SIBLING_ID
public static final String HIERARCHY_ID
public static final String DEFINITION_PARENT
public static final String DEFINITION_PARENT_REFERENCE
Method Detail |
public int getSiblingID()
public void setSiblingID(int a_SiblingID) throws WTPropertyVetoException
a_SiblingID
-
WTPropertyVetoException
public String getHierarchyID()
public void setHierarchyID(String a_HierarchyID) throws WTPropertyVetoException
a_HierarchyID
-
WTPropertyVetoException
public ParentAttributeDefinition getDefinitionParent()
public void setDefinitionParent(ParentAttributeDefinition a_DefinitionParent) throws WTPropertyVetoException, WTException
a_DefinitionParent
-
WTPropertyVetoException
WTException
public ObjectReference getDefinitionParentReference()
public void setDefinitionParentReference(ObjectReference a_DefinitionParentReference) throws WTPropertyVetoException
a_DefinitionParentReference
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |