wt.iba.definition
Interface ChildAttributeOrganizer

All Superinterfaces:
AttributeHierarchyChild, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
AttributeOrganizer

public interface ChildAttributeOrganizer
extends AttributeHierarchyChild, Persistable

ChildAttributeOrganizer inherits from AttributeHierarchyChild and serves as an interface for the attribute organizer only.

Supported API: false

Extendable: false


Field Summary
static String ORGANIZER_PARENT
          Label for the attribute.
static String ORGANIZER_PARENT_REFERENCE
          Label for the attribute.
 
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
 ParentAttributeOrganizer getOrganizerParent()
          Gets the object for the association that plays role: ORGANIZER_PARENT.
 ObjectReference getOrganizerParentReference()
          Gets the value of the attribute: ORGANIZER_PARENT_REFERENCE.
 void setOrganizerParent(ParentAttributeOrganizer a_OrganizerParent)
          Sets the object for the association that plays role: ORGANIZER_PARENT.
 void setOrganizerParentReference(ObjectReference a_OrganizerParentReference)
          Sets the value of the attribute: ORGANIZER_PARENT_REFERENCE.
 
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

ORGANIZER_PARENT

public static final String ORGANIZER_PARENT
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

ORGANIZER_PARENT_REFERENCE

public static final String ORGANIZER_PARENT_REFERENCE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getOrganizerParent

public ParentAttributeOrganizer getOrganizerParent()
Gets the object for the association that plays role: ORGANIZER_PARENT.

Supported API: false

Returns:
ParentAttributeOrganizer

setOrganizerParent

public void setOrganizerParent(ParentAttributeOrganizer a_OrganizerParent)
                        throws WTPropertyVetoException,
                               WTException
Sets the object for the association that plays role: ORGANIZER_PARENT.

Supported API: false

Parameters:
a_OrganizerParent -
Throws:
WTPropertyVetoException
WTException

getOrganizerParentReference

public ObjectReference getOrganizerParentReference()
Gets the value of the attribute: ORGANIZER_PARENT_REFERENCE.

Supported API: false

Returns:
ObjectReference

setOrganizerParentReference

public void setOrganizerParentReference(ObjectReference a_OrganizerParentReference)
                                 throws WTPropertyVetoException
Sets the value of the attribute: ORGANIZER_PARENT_REFERENCE.

Supported API: false

Parameters:
a_OrganizerParentReference -
Throws:
WTPropertyVetoException