|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.epm.familytable.EPMSepFamilyTable
public final class EPMSepFamilyTable
Use the newEPMSepFamilyTable static factory method(s), not
the EPMSepFamilyTable constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
AUTHORING_APPLICATION
Label for the attribute; Indicates that the named application authored the object. |
static String |
MASTER
Label for the attribute. |
static String |
MASTER_REFERENCE
Label for the attribute. |
static String |
NAME
Label for the attribute. |
static String |
OWNER_APPLICATION
Label for the attribute; Indicate that the named application owns the object. |
| Fields inherited from interface wt.epm.familytable.EPMFamilyTable |
|---|
FAMILY_TABLE_MASTER, FAMILY_TABLE_MASTER_REFERENCE |
| Method Summary | |
|---|---|
void |
checkAttributes()
Validate the values of this Persistable object's attributes. |
EPMAuthoringAppType |
getAuthoringApplication()
Gets the value of the attribute: AUTHORING_APPLICATION. |
wt.vc.ControlBranch |
getControlBranch()
Gets the value of the attribute: CONTROL_BRANCH. |
String |
getCreatorEMail()
Gets the value of the attribute: CREATOR_EMAIL. |
String |
getCreatorFullName()
Gets the value of the attribute: CREATOR_FULL_NAME. |
String |
getCreatorName()
Gets the value of the attribute: CREATOR_NAME. |
wt.epm.familytable.EPMFamilyTableMaster |
getFamilyTableMaster()
Gets the value of the attribute: FAMILY_TABLE_MASTER. |
ObjectReference |
getFamilyTableMasterReference()
Gets the value of the attribute: FAMILY_TABLE_MASTER_REFERENCE. |
IterationIdentifier |
getIterationIdentifier()
Gets the value of the attribute: ITERATION_IDENTIFIER. |
String |
getIterationNote()
Gets the value of the attribute: ITERATION_NOTE. |
Mastered |
getMaster()
Gets the object for the association that plays role: MASTER. |
ObjectReference |
getMasterReference()
Gets the value of the attribute: MASTER_REFERENCE. |
WTPrincipalReference |
getModifier()
Gets the value of the attribute: MODIFIER. |
String |
getModifierEMail()
Gets the value of the attribute: MODIFIER_EMAIL. |
String |
getModifierFullName()
Gets the value of the attribute: MODIFIER_FULL_NAME. |
String |
getModifierName()
Gets the value of the attribute: MODIFIER_NAME. |
String |
getName()
Gets the value of the attribute: NAME. |
EPMApplicationType |
getOwnerApplication()
Gets the value of the attribute: OWNER_APPLICATION. |
boolean |
isLatestIteration()
Gets the value of the attribute: LATEST_ITERATION. |
void |
setControlBranch(wt.vc.ControlBranch a_ControlBranch)
Sets the value of the attribute: CONTROL_BRANCH. |
void |
setFamilyTableMaster(wt.epm.familytable.EPMFamilyTableMaster a_FamilyTableMaster)
Sets the value of the attribute: FAMILY_TABLE_MASTER. |
void |
setFamilyTableMasterReference(ObjectReference a_FamilyTableMasterReference)
Sets the value of the attribute: FAMILY_TABLE_MASTER_REFERENCE. |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
void |
setMasterReference(ObjectReference a_MasterReference)
Sets the value of the attribute: MASTER_REFERENCE. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final String OWNER_APPLICATION
The parameter is an EPMApplicationType, so that any sort of checking
can be done at run-time.
Supported API: true
public static final String AUTHORING_APPLICATION
The parameter is an EPMAuthoringAppType, so that any sort of checking
can be done at run-time.
Supported API: true
public static final String MASTER
public static final String MASTER_REFERENCE
| Method Detail |
|---|
public String getName()
getName in interface EPMFamilyTable
public void setName(String a_Name)
throws WTPropertyVetoException
setName in interface EPMFamilyTablea_Name -
WTPropertyVetoExceptionpublic EPMApplicationType getOwnerApplication()
The parameter is an EPMApplicationType, so that any sort of checking
can be done at run-time.
Supported API: true
getOwnerApplication in interface EPMObjectpublic EPMAuthoringAppType getAuthoringApplication()
The parameter is an EPMAuthoringAppType, so that any sort of checking
can be done at run-time.
Supported API: true
getAuthoringApplication in interface EPMObjectpublic Mastered getMaster()
getMaster in interface EPMFamilyTablegetMaster in interface IteratedMastered
public void setMaster(Mastered a_Master)
throws WTPropertyVetoException,
WTException
setMaster in interface EPMFamilyTablesetMaster in interface Iterateda_Master -
WTPropertyVetoException
WTExceptionMasteredpublic ObjectReference getMasterReference()
getMasterReference in interface EPMFamilyTablegetMasterReference in interface IteratedMastered
public void setMasterReference(ObjectReference a_MasterReference)
throws WTPropertyVetoException
setMasterReference in interface EPMFamilyTablesetMasterReference in interface Iterateda_MasterReference -
WTPropertyVetoExceptionMasteredpublic wt.epm.familytable.EPMFamilyTableMaster getFamilyTableMaster()
getFamilyTableMaster in interface EPMFamilyTable
public void setFamilyTableMaster(wt.epm.familytable.EPMFamilyTableMaster a_FamilyTableMaster)
throws WTException,
WTPropertyVetoException
setFamilyTableMaster in interface EPMFamilyTablea_FamilyTableMaster -
WTException
WTPropertyVetoExceptionpublic ObjectReference getFamilyTableMasterReference()
getFamilyTableMasterReference in interface EPMFamilyTable
public void setFamilyTableMasterReference(ObjectReference a_FamilyTableMasterReference)
throws WTPropertyVetoException
setFamilyTableMasterReference in interface EPMFamilyTablea_FamilyTableMasterReference -
WTPropertyVetoException
public void checkAttributes()
throws InvalidAttributeException
In particular, this must check that the modifications to the object
were made by an approved application.
Supported API: true
checkAttributes in interface EPMObjectInvalidAttributeExceptionpublic String getIterationNote()
getIterationNote in interface Iteratedpublic String getCreatorEMail()
getCreatorEMail in interface Iteratedpublic String getCreatorName()
getCreatorName in interface Iteratedpublic String getCreatorFullName()
getCreatorFullName in interface Iteratedpublic WTPrincipalReference getModifier()
getModifier in interface Iteratedpublic String getModifierEMail()
getModifierEMail in interface Iteratedpublic String getModifierName()
getModifierName in interface Iteratedpublic String getModifierFullName()
getModifierFullName in interface Iteratedpublic IterationIdentifier getIterationIdentifier()
getIterationIdentifier in interface Iteratedpublic boolean isLatestIteration()
isLatestIteration in interface Iteratedpublic wt.vc.ControlBranch getControlBranch()
getControlBranch in interface Iterated
public void setControlBranch(wt.vc.ControlBranch a_ControlBranch)
throws WTPropertyVetoException
setControlBranch in interface Iterateda_ControlBranch -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||