|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.enterprise.Master
wt.epm.EPMDocumentMaster
public class EPMDocumentMaster
The Master of an EPMDocument. It has a name and number, the latter of which must be unique, and is paired to a EPMDocument.
Use the newEPMDocumentMaster static factory method(s), not
the EPMDocumentMaster 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 |
CADNAME
Label for the attribute; TheCAD Name of the document.t. |
static String |
DEFAULT_UNIT
Label for the attribute; The default unit of measurement assigned to the document when it is used in a structure. |
static String |
DOC_SUB_TYPE
Label for the attribute. |
static String |
DOC_TYPE
Label for the attribute. |
static String |
NAME
Label for the attribute; The name of the document. |
static String |
NUMBER
Label for the attribute; The number attribute represents the number for this document and all of its versions. |
static String |
OWNER_APPLICATION
Label for the attribute; Indicate that the named application owns the object. |
| Fields inherited from interface wt.org.OrganizationOwnedImpl |
|---|
ORGANIZATION_REFERENCE |
| Fields inherited from interface wt.org.OrganizationOwned |
|---|
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER |
| Method Summary | |
|---|---|
void |
checkAttributes()
Validates the values of the required attributes. |
EPMAuthoringAppType |
getAuthoringApplication()
Gets the value of the attribute: AUTHORING_APPLICATION. |
String |
getCADName()
Gets the value of the attribute: CADNAME. |
QuantityUnit |
getDefaultUnit()
Gets the object for the association that plays role: DEFAULT_UNIT. |
EPMDocSubType |
getDocSubType()
Gets the object for the association that plays role: DOC_SUB_TYPE. |
EPMDocumentType |
getDocType()
Gets the object for the association that plays role: DOC_TYPE. |
String |
getName()
Gets the value of the attribute: NAME. |
String |
getNumber()
Gets the value of the attribute: NUMBER. |
WTOrganization |
getOrganization()
Gets the value of the attribute: ORGANIZATION. |
String |
getOrganizationCodingSystem()
Gets the value of the attribute: ORGANIZATION_CODING_SYSTEM. |
String |
getOrganizationName()
Gets the value of the attribute: ORGANIZATION_NAME. |
WTPrincipalReference |
getOrganizationReference()
Gets the value of the attribute: ORGANIZATION_REFERENCE. |
String |
getOrganizationUniqueIdentifier()
Gets the value of the attribute: ORGANIZATION_UNIQUE_IDENTIFIER. |
EPMApplicationType |
getOwnerApplication()
Gets the value of the attribute: OWNER_APPLICATION. |
void |
setAuthoringApplication(EPMAuthoringAppType a_AuthoringApplication)
Sets the value of the attribute: AUTHORING_APPLICATION. |
void |
setCADName(String a_CADName)
Sets the value of the attribute: CADNAME. |
void |
setDefaultUnit(QuantityUnit a_DefaultUnit)
Sets the object for the association that plays role: DEFAULT_UNIT. |
void |
setDocSubType(EPMDocSubType a_DocSubType)
Sets the object for the association that plays role: DOC_SUB_TYPE. |
void |
setDocType(EPMDocumentType a_DocType)
Sets the object for the association that plays role: DOC_TYPE. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setNumber(String a_Number)
Sets the value of the attribute: NUMBER. |
void |
setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
setOrganizationReference(WTPrincipalReference a_OrganizationReference)
Sets the value of the attribute: ORGANIZATION_REFERENCE. |
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 NUMBER
public static final String NAME
public static final String CADNAME
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 DOC_TYPE
public static final String DOC_SUB_TYPE
public static final String DEFAULT_UNIT
| Method Detail |
|---|
public String getNumber()
public void setNumber(String a_Number)
throws WTPropertyVetoException
a_Number -
WTPropertyVetoExceptionpublic String getName()
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionpublic String getCADName()
public void setCADName(String a_CADName)
throws WTPropertyVetoException
a_CADName -
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 -
WTPropertyVetoExceptionpublic 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 EPMDocumentType getDocType()
public void setDocType(EPMDocumentType a_DocType)
throws WTPropertyVetoException
a_DocType -
WTPropertyVetoExceptionpublic EPMDocSubType getDocSubType()
public void setDocSubType(EPMDocSubType a_DocSubType)
throws WTPropertyVetoException
a_DocSubType -
WTPropertyVetoExceptionpublic QuantityUnit getDefaultUnit()
public void setDefaultUnit(QuantityUnit a_DefaultUnit)
throws WTPropertyVetoException
a_DefaultUnit -
WTPropertyVetoException
public void checkAttributes()
throws InvalidAttributeException
checkAttributes in interface EPMObjectInvalidAttributeExceptionpublic WTPrincipalReference getOrganizationReference()
getOrganizationReference in interface OrganizationOwnedgetOrganizationReference in interface OrganizationOwnedImpl
public void setOrganizationReference(WTPrincipalReference a_OrganizationReference)
throws WTPropertyVetoException
a_OrganizationReference -
WTPropertyVetoExceptionpublic String getOrganizationUniqueIdentifier()
getOrganizationUniqueIdentifier in interface OrganizationOwnedpublic String getOrganizationCodingSystem()
getOrganizationCodingSystem in interface OrganizationOwnedpublic String getOrganizationName()
getOrganizationName in interface OrganizationOwnedpublic WTOrganization getOrganization()
getOrganization in interface OrganizationOwned
public void setOrganization(WTOrganization a_Organization)
throws WTPropertyVetoException
a_Organization -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||