|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.epm.familytable.EPMSepFamilyTableMaster
public final class EPMSepFamilyTableMaster
Use the newEPMSepFamilyTableMaster static factory method(s),
not the EPMSepFamilyTableMaster 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 |
OWNER_APPLICATION
Label for the attribute; Indicate that the named application owns the object. |
| Method Summary | |
|---|---|
void |
checkAttributes()
Validate the values of this Persistable object's attributes. |
EPMAuthoringAppType |
getAuthoringApplication()
Gets the value of the attribute: AUTHORING_APPLICATION. |
IdentificationObject |
getIdentificationObject()
Constructs and returns an identification object. |
EPMApplicationType |
getOwnerApplication()
Gets the value of the attribute: OWNER_APPLICATION. |
void |
setAuthoringApplication(EPMAuthoringAppType a_AuthoringApplication)
Sets the value of the attribute: AUTHORING_APPLICATION. |
void |
setOwnerApplication(EPMApplicationType a_OwnerApplication)
Sets the value of the attribute: OWNER_APPLICATION. |
| 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 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 OWNER_APPLICATION
The parameter is an EPMApplicationType, so that any sort of checking
can be done at run-time.
Supported API: true
| Method Detail |
|---|
public 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 EPMObject
public void setAuthoringApplication(EPMAuthoringAppType a_AuthoringApplication)
throws WTPropertyVetoException
The parameter is an EPMAuthoringAppType, so that any sort of checking
can be done at run-time.
Supported API: true
a_AuthoringApplication -
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 EPMObject
public void setOwnerApplication(EPMApplicationType a_OwnerApplication)
throws WTPropertyVetoException
The parameter is an EPMApplicationType, so that any sort of checking
can be done at run-time.
Supported API: true
a_OwnerApplication -
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 EPMObjectInvalidAttributeException
public IdentificationObject getIdentificationObject()
throws WTException
getIdentificationObject in interface IdentifiedWTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||