|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.part.WTProductConfiguration
public class WTProductConfiguration
Use the newWTProductConfiguration static factory method(s),
not the WTProductConfiguration 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 |
MASTER
Label for the attribute. |
static String |
MASTER_REFERENCE
Label for the attribute. |
static String |
ORGANIZATION
Label for the attribute; The organization attribute represents the organization for the product. |
static String |
ORGANIZATION_REFERENCE
Label for the attribute; The organizationReference attribute represents the reference to organization for the product. |
static String |
PRODUCT_DEFAULT_UNIT
Label for the attribute; The name of the part -- the name a part is commonly refered to by, such as "piston". |
static String |
PRODUCT_NAME
Label for the attribute; The name of the part -- the name a part is commonly refered to by, such as "piston". |
static String |
PRODUCT_NUMBER
Label for the attribute; The number attribute represents the number for this part and all of its versions. |
| Fields inherited from interface wt.configuration.BaselineConfigurationVersion |
|---|
DESCRIPTION |
| Fields inherited from interface wt.vc.sessioniteration.SessionEditedIteration |
|---|
SESSION_OWNER |
| Fields inherited from interface wt.vc.AdHocStringVersioned |
|---|
AD_HOC_STRING_IDENTIFIER |
| Fields inherited from interface wt.org.OrganizationOwned |
|---|
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER |
| Method Summary | |
|---|---|
String |
getAdHocStringIdentifier()
Gets the value of the attribute: AD_HOC_STRING_IDENTIFIER. |
wt.vc.ControlBranch |
getControlBranch()
Gets the value of the attribute: CONTROL_BRANCH. |
String |
getCreatorEMail()
Gets the value of the attribute: CREATOR_EMAIL. |
String |
getCreatorFullName()
Gets the value of the attribute: CREATOR_FULL_NAME. |
String |
getCreatorName()
Gets the value of the attribute: CREATOR_NAME. |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
IterationIdentifier |
getIterationIdentifier()
Gets the value of the attribute: ITERATION_IDENTIFIER. |
String |
getIterationNote()
Gets the value of the attribute: ITERATION_NOTE. |
Mastered |
getMaster()
Gets the object for the association that plays role: MASTER. |
ObjectReference |
getMasterReference()
Gets the value of the attribute: MASTER_REFERENCE. |
WTPrincipalReference |
getModifier()
Gets the value of the attribute: MODIFIER. |
String |
getModifierEMail()
Gets the value of the attribute: MODIFIER_EMAIL. |
String |
getModifierFullName()
Gets the value of the attribute: MODIFIER_FULL_NAME. |
String |
getModifierName()
Gets the value of the attribute: MODIFIER_NAME. |
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. |
QuantityUnit |
getProductDefaultUnit()
Gets the value of the attribute: PRODUCT_DEFAULT_UNIT. |
String |
getProductName()
Gets the value of the attribute: PRODUCT_NAME. |
String |
getProductNumber()
Gets the value of the attribute: PRODUCT_NUMBER. |
WTPrincipalReference |
getSessionOwner()
Gets the object for the association that plays role: SESSION_OWNER. |
boolean |
isLatestIteration()
Gets the value of the attribute: LATEST_ITERATION. |
void |
setAdHocStringIdentifier(String a_AdHocStringIdentifier)
Sets the value of the attribute: AD_HOC_STRING_IDENTIFIER. |
void |
setControlBranch(wt.vc.ControlBranch a_ControlBranch)
Sets the value of the attribute: CONTROL_BRANCH. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
void |
setMasterReference(ObjectReference a_MasterReference)
Sets the value of the attribute: MASTER_REFERENCE. |
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 |
setSessionOwner(WTPrincipalReference a_SessionOwner)
Sets the object for the association that plays role: SESSION_OWNER. |
| 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 PRODUCT_NUMBER
public static final String PRODUCT_NAME
public static final String PRODUCT_DEFAULT_UNIT
public static final String ORGANIZATION_REFERENCE
public static final String ORGANIZATION
public static final String MASTER
public static final String MASTER_REFERENCE
| Method Detail |
|---|
public String getProductNumber()
public String getProductName()
public QuantityUnit getProductDefaultUnit()
public WTPrincipalReference getOrganizationReference()
getOrganizationReference in interface OrganizationOwnedpublic WTOrganization getOrganization()
getOrganization in interface OrganizationOwnedpublic Mastered getMaster()
getMaster in interface BaselineConfigurationVersiongetMaster in interface IteratedMastered
public void setMaster(Mastered a_Master)
throws WTPropertyVetoException,
WTException
setMaster in interface BaselineConfigurationVersionsetMaster in interface Iterateda_Master -
WTPropertyVetoException
WTExceptionMasteredpublic ObjectReference getMasterReference()
getMasterReference in interface BaselineConfigurationVersiongetMasterReference in interface IteratedMastered
public void setMasterReference(ObjectReference a_MasterReference)
throws WTPropertyVetoException
setMasterReference in interface BaselineConfigurationVersionsetMasterReference in interface Iterateda_MasterReference -
WTPropertyVetoExceptionMasteredpublic String getDescription()
getDescription in interface BaselineConfigurationVersion
public void setDescription(String a_Description)
throws WTPropertyVetoException
setDescription in interface BaselineConfigurationVersiona_Description -
WTPropertyVetoExceptionpublic String getIterationNote()
getIterationNote in interface Iteratedpublic String getCreatorEMail()
getCreatorEMail in interface Iteratedpublic String getCreatorName()
getCreatorName in interface Iteratedpublic String getCreatorFullName()
getCreatorFullName in interface Iteratedpublic WTPrincipalReference getModifier()
getModifier in interface Iteratedpublic String getModifierEMail()
getModifierEMail in interface Iteratedpublic String getModifierName()
getModifierName in interface Iteratedpublic String getModifierFullName()
getModifierFullName in interface Iteratedpublic IterationIdentifier getIterationIdentifier()
getIterationIdentifier in interface Iteratedpublic boolean isLatestIteration()
isLatestIteration in interface Iteratedpublic wt.vc.ControlBranch getControlBranch()
getControlBranch in interface Iterated
public void setControlBranch(wt.vc.ControlBranch a_ControlBranch)
throws WTPropertyVetoException
setControlBranch in interface Iterateda_ControlBranch -
WTPropertyVetoExceptionpublic WTPrincipalReference getSessionOwner()
getSessionOwner in interface SessionEditedIteration
public void setSessionOwner(WTPrincipalReference a_SessionOwner)
throws WTPropertyVetoException
setSessionOwner in interface SessionEditedIterationa_SessionOwner -
WTPropertyVetoExceptionpublic String getAdHocStringIdentifier()
getAdHocStringIdentifier in interface AdHocStringVersioned
public void setAdHocStringIdentifier(String a_AdHocStringIdentifier)
throws WTPropertyVetoException
setAdHocStringIdentifier in interface AdHocStringVersioneda_AdHocStringIdentifier -
WTPropertyVetoExceptionpublic String getOrganizationUniqueIdentifier()
getOrganizationUniqueIdentifier in interface OrganizationOwnedpublic String getOrganizationCodingSystem()
getOrganizationCodingSystem in interface OrganizationOwnedpublic String getOrganizationName()
getOrganizationName in interface OrganizationOwned
public void setOrganizationReference(WTPrincipalReference a_OrganizationReference)
throws WTPropertyVetoException
a_OrganizationReference -
WTPropertyVetoException
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 | ||||||||