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:
  • Method Details

    • getOrganization

      public WTOrganization getOrganization()
      Gets the value of the attribute: ORGANIZATION.

      Supported API: true
      Returns:
      WTOrganization
    • setOrganization

      public void setOrganization(WTOrganization a_Organization) throws WTPropertyVetoException
      Sets the value of the attribute: ORGANIZATION.

      Supported API: true
      Parameters:
      a_Organization -
      Throws:
      WTPropertyVetoException