Class _EPMSupportingData
- All Implemented Interfaces:
Externalizable,Serializable,wt.epm._EPMObject,EPMObject,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder
- Direct Known Subclasses:
EPMSupportingData
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSupported API: truestatic final StringSupported API: truestatic final StringIndicates that the named application authored the object.static final StringA user-specified description field.static final StringIndicate that the named application owns the object. -
Method Summary
Modifier and TypeMethodDescriptionIndicates that the named application authored the object.Supported API: trueSupported API: trueA user-specified description field.Indicate that the named application owns the object.voidsetAuthoringApplication(EPMAuthoringAppType authoringApplication) Indicates that the named application authored the object.voidsetAuthoringAppVersion(EPMAuthoringAppVersion the_authoringAppVersion) Supported API: truevoidsetAuthoringAppVersionReference(EPMAuthAppVersionRef the_authoringAppVersionReference) Supported API: truevoidsetDescription(String description) A user-specified description field.voidsetOwnerApplication(EPMApplicationType ownerApplication) Indicate that the named application owns the object.Methods 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.Persistable
checkAttributes
-
Field Details
-
DESCRIPTION
A user-specified description field.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:
-
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:
-
AUTHORING_APP_VERSION
Supported API: true- See Also:
-
AUTHORING_APP_VERSION_REFERENCE
Supported API: true- See Also:
-
-
Method Details
-
getDescription
A user-specified description field.Supported API: true
- See Also:
-
setDescription
A user-specified description field.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:
-
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:
-
getAuthoringAppVersion
Supported API: true- See Also:
-
getAuthoringAppVersionReference
Supported API: true- See Also:
-
setAuthoringAppVersion
public void setAuthoringAppVersion(EPMAuthoringAppVersion the_authoringAppVersion) throws WTPropertyVetoException, WTException Supported API: true- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setAuthoringAppVersionReference
public void setAuthoringAppVersionReference(EPMAuthAppVersionRef the_authoringAppVersionReference) throws WTPropertyVetoException Supported API: true- Throws:
WTPropertyVetoException- See Also:
-