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
FieldsModifier and TypeFieldDescriptionstatic final StringIndicates that the named application authored the object.static final StringIndicate that the named application owns the object.Fields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.vc._Mastered
SERIESFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.epm.EPMObject
UNSPECIFIEDFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
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
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.epm.EPMObject
checkAttributesMethods inherited from interface wt.fc.Identified
getIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
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:
-