Package wt.epm.familytable
Class _EPMSepFamilyTableMaster
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.epm.familytable._EPMSepFamilyTableMaster
- All Implemented Interfaces:
Externalizable,Serializable,wt.epm._EPMObject,EPMObject,wt.epm.familytable._EPMFamilyTableMaster,wt.epm.familytable._EPMFeatureDefinitionContainer,wt.epm.familytable._EPMParameterDefinitionContainer,EPMFamilyTableMaster,EPMFeatureDefinitionContainer,EPMParameterDefinitionContainer,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,Identified,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,DisplayIdentification,wt.inf.container._WTContained,wt.inf.container._WTContainedIdentified,WTContained,WTContainedIdentified,wt.recent.RecentlyVisited,wt.ufid._Federatable,wt.ufid.Federatable,wt.vc._Mastered,Mastered
- Direct Known Subclasses:
EPMSepFamilyTableMaster
public abstract class _EPMSepFamilyTableMaster
extends WTObject
implements EPMFamilyTableMaster, wt.ufid.Federatable, Externalizable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionIndicates that the named application authored the object.Indicate that the named application owns the object.voidsetAuthoringApplication(EPMAuthoringAppType authoringApplication) Indicates that the named application authored the object.voidsetOwnerApplication(EPMApplicationType ownerApplication) Indicate that the named application owns the object.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.epm.EPMObject
checkAttributesMethods inherited from interface wt.fc.Identified
getIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
AUTHORING_APPLICATION
Indicates that the named application authored the object.The parameter is an EPMAuthoringAppType, so that any sort of checking can be done at run-time.
Supported API: true
- See Also:
-
OWNER_APPLICATION
Indicate that the named application owns the object.The parameter is an EPMApplicationType, so that any sort of checking can be done at run-time.
Supported API: true
- See Also:
-
-
Method Details
-
getAuthoringApplication
Indicates that the named application authored the object.The parameter is an EPMAuthoringAppType, so that any sort of checking can be done at run-time.
Supported API: true
- Specified by:
getAuthoringApplicationin interfaceEPMObject- Returns:
- EPMAuthoringAppType
- See Also:
-
setAuthoringApplication
public void setAuthoringApplication(EPMAuthoringAppType authoringApplication) throws WTPropertyVetoException Indicates that the named application authored the object.The parameter is an EPMAuthoringAppType, so that any sort of checking can be done at run-time.
Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getOwnerApplication
Indicate that the named application owns the object.The parameter is an EPMApplicationType, so that any sort of checking can be done at run-time.
Supported API: true
- Specified by:
getOwnerApplicationin interfaceEPMObject- Returns:
- EPMApplicationType
- See Also:
-
setOwnerApplication
Indicate that the named application owns the object.The parameter is an EPMApplicationType, so that any sort of checking can be done at run-time.
Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-