wt.epm.familytable
Interface EPMFamilyTable

All Superinterfaces:
ContentHolder, DomainAdministered, EPMObject, FormatContentHolder, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
EPMSepFamilyTable

public interface EPMFamilyTable
extends EPMObject, Persistable, FormatContentHolder, DomainAdministered



Supported API: true

Extendable: false


Field Summary
static String FAMILY_TABLE_MASTER
          Label for the attribute.
static String FAMILY_TABLE_MASTER_REFERENCE
          Label for the attribute.
static String NAME
          Label for the attribute.
 
Fields inherited from interface wt.epm.EPMObject
AUTHORING_APPLICATION, OWNER_APPLICATION, UNSPECIFIED
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.content.FormatContentHolder
FORMAT, FORMAT_NAME, PRIMARY
 
Fields inherited from interface wt.content.ContentHolder
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATION
 
Fields inherited from interface wt.admin.DomainAdministered
DOMAIN_REF, INHERITED_DOMAIN
 
Method Summary
 EPMFamilyTableMaster getFamilyTableMaster()
          Gets the object for the association that plays role: FAMILY_TABLE_MASTER.
 ObjectReference getFamilyTableMasterReference()
          Gets the value of the attribute: FAMILY_TABLE_MASTER_REFERENCE.
 String getName()
          Gets the value of the attribute: NAME.
 void setFamilyTableMaster(EPMFamilyTableMaster a_FamilyTableMaster)
          Sets the object for the association that plays role: FAMILY_TABLE_MASTER.
 void setFamilyTableMasterReference(ObjectReference a_FamilyTableMasterReference)
          Sets the value of the attribute: FAMILY_TABLE_MASTER_REFERENCE.
 void setName(String a_Name)
          Sets the value of the attribute: NAME.
 
Methods inherited from interface wt.epm.EPMObject
checkAttributes, getAuthoringApplication, getOwnerApplication
 
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
 
Methods inherited from interface wt.content.FormatContentHolder
getFormat, getFormatName, getPrimary, setFormat, setPrimary
 
Methods inherited from interface wt.content.ContentHolder
getContentVector, getHttpVector, getOperation, isHasContents, setContentVector, setHasContents, setHttpVector, setOperation
 
Methods inherited from interface wt.admin.DomainAdministered
getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomain
 

Field Detail

NAME

public static final String NAME
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

FAMILY_TABLE_MASTER

public static final String FAMILY_TABLE_MASTER
Label for the attribute.

Supported API: true

See Also:
Constant Field Values

FAMILY_TABLE_MASTER_REFERENCE

public static final String FAMILY_TABLE_MASTER_REFERENCE
Label for the attribute.

Supported API: true

See Also:
Constant Field Values
Method Detail

getName

public String getName()
Gets the value of the attribute: NAME.

Supported API: true

Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: NAME.

Supported API: true

Parameters:
a_Name -
Throws:
WTPropertyVetoException

getFamilyTableMaster

public EPMFamilyTableMaster getFamilyTableMaster()
Gets the object for the association that plays role: FAMILY_TABLE_MASTER.

Supported API: true

Returns:
EPMFamilyTableMaster

setFamilyTableMaster

public void setFamilyTableMaster(EPMFamilyTableMaster a_FamilyTableMaster)
                          throws WTPropertyVetoException,
                                 WTException
Sets the object for the association that plays role: FAMILY_TABLE_MASTER.

Supported API: true

Parameters:
a_FamilyTableMaster -
Throws:
WTPropertyVetoException
WTException

getFamilyTableMasterReference

public ObjectReference getFamilyTableMasterReference()
Gets the value of the attribute: FAMILY_TABLE_MASTER_REFERENCE.

Supported API: true

Returns:
ObjectReference

setFamilyTableMasterReference

public void setFamilyTableMasterReference(ObjectReference a_FamilyTableMasterReference)
                                   throws WTPropertyVetoException
Sets the value of the attribute: FAMILY_TABLE_MASTER_REFERENCE.

Supported API: true

Parameters:
a_FamilyTableMasterReference -
Throws:
WTPropertyVetoException