Package wt.part.alternaterep
Class WTPartAlternateRepMasterKey
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._SemanticKey
wt.fc.SemanticKey
wt.part.alternaterep._WTPartAlternateRepMasterKey
wt.part.alternaterep.WTPartAlternateRepMasterKey
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._IdentificationObjectNamespace,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.IdentificationObjectNamespace,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContainerNamespace,wt.inf.container.WTContainerNamespace,_OrganizationOwnedIdentificationObjectNamespace,OrganizationOwnedIdentificationObjectNamespace
@GenAsPersistable(superClass=SemanticKey.class,
interfaces={wt.inf.container.WTContainerNamespace.class,OrganizationOwnedIdentificationObjectNamespace.class},
serializable=EXTERNALIZABLE_BASIC)
public class WTPartAlternateRepMasterKey
extends _WTPartAlternateRepMasterKey
Use the newWTPartAlternateRepMasterKey static factory method(s),
not the WTPartAlternateRepMasterKey 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 interface wt.org._OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitialize(String identity) Supports initialization, following construction of an instance.static WTPartAlternateRepMasterKeynewWTPartAlternateRepMasterKey(String identity)
Supported API: trueMethods inherited from class wt.part.alternaterep._WTPartAlternateRepMasterKey
getOrganizationReference, setOrganizationReferenceMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Method Details
-
newWTPartAlternateRepMasterKey
public static WTPartAlternateRepMasterKey newWTPartAlternateRepMasterKey(String identity) throws WTException
Supported API: true- Parameters:
identity-- Returns:
- WTPartAlternateRepMasterKey
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Overrides:
initializein classSemanticKey- Parameters:
identity-- Throws:
WTException
-