Package wt.part.alternaterep
Class WTPartAlternateRepMaster
java.lang.Object
wt.part.alternaterep._WTPartAlternateRepMaster
wt.part.alternaterep.WTPartAlternateRepMaster
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc._UniquelyIdentified,Identified,NetFactor,ObjectMappable,Persistable,UniquelyIdentified,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.inf.container._WTContained,wt.inf.container._WTContainedIdentified,WTContained,WTContainedIdentified,_OrganizationOwned,_OrganizationOwnedImpl,wt.org._OrganizationOwnedMaster,OrganizationOwned,OrganizationOwnedImpl,OrganizationOwnedMaster,wt.recent.RecentlyVisited,wt.representation._RepresentableMaster,wt.representation._RepresentablesAndMasters,wt.representation.RepresentableMaster,wt.representation.RepresentablesAndMasters,wt.ufid._Federatable,wt.ufid.Federatable,wt.vc._Mastered,Mastered
@GenAsPersistable(interfaces={Mastered.class,wt.representation.RepresentableMaster.class,OrganizationOwnedMaster.class,UniquelyIdentified.class,WTContainedIdentified.class,wt.ufid.Federatable.class,WTContained.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The number attribute represents the number for this part and all of its versions. Conceptually on the WTPart, it is actually implemented on the master.",constraints=@PropertyConstraints(stringCase=UPPER_CASE,changeable=VIA_OTHER_MEANS,upperLimit=40,required=true),columnProperties=@ColumnProperties(index=true,columnName="ParNumber")),@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="The name of the part -- the name a part is commonly refered to by, such as \"piston\".",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=60,required=true))})
public class WTPartAlternateRepMaster
extends _WTPartAlternateRepMaster
Use the newWTPartAlternateRepMaster static factory method(s),
not the WTPartAlternateRepMaster 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
- See Also:
-
Field Summary
Fields inherited from class wt.part.alternaterep._WTPartAlternateRepMaster
NAME, NUMBERFields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.org._OrganizationOwnedImpl
ORGANIZATION_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: ORGANIZATION.voidsetOrganization(WTOrganization a_Organization) Sets the value of the attribute: ORGANIZATION.Methods inherited from class wt.part.alternaterep._WTPartAlternateRepMaster
getName, getNumber, getOrganizationCodingSystem, getOrganizationName, getOrganizationReference, getOrganizationUniqueIdentifier, setName, setNumber, setOrganizationReference
-
Method Details
-
getOrganization
Gets the value of the attribute: ORGANIZATION.
Supported API: true- Returns:
- WTOrganization
-
setOrganization
Sets the value of the attribute: ORGANIZATION.
Supported API: true- Parameters:
a_Organization-- Throws:
WTPropertyVetoException
-