Package wt.part
Class WTPartMasterKey
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._SemanticKey
wt.fc.SemanticKey
wt.part._WTPartMasterKey
wt.part.WTPartMasterKey
- 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={OrganizationOwnedIdentificationObjectNamespace.class,wt.inf.container.WTContainerNamespace.class},
extendable=true,
versions=-4236362769123525171L,
tableProperties=@TableProperties(oracleTableSize=HUGE))
public class WTPartMasterKey
extends _WTPartMasterKey
The table for the uniqueness constraint of number on the master.
Use the newWTPartMasterKey static factory method(s), not
the WTPartMasterKey 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: true
- See Also:
-
Field Summary
Fields inherited from class wt.part._WTPartMasterKey
EXTERNALIZATION_VERSION_UIDFields inherited from class wt.fc._SemanticKey
KEY, UNIQUELY_IDENTIFIED, UNIQUELY_IDENTIFIED_REFERENCEFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.org._OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContainerNamespace
CONTAINED_IDENTIFIED, CONTAINER_REFERENCE, NAMESPACE_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContainerNamespace
NAMESPACE_ID -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitialize(String identity) Supports initialization, following construction of an instance.static WTPartMasterKeynewWTPartMasterKey(String identity)
Supported API: trueMethods inherited from class wt.part._WTPartMasterKey
getClassInfo, getConceptualClassname, getContainedIdentified, getContainerReference, getNamespaceReference, getOrganizationReference, getType, readExternal, readExternal, readVersion, setContainedIdentified, setContainerReference, setNamespaceReference, setOrganizationReference, super_readExternal_WTPartMasterKey, super_readVersion_WTPartMasterKey, super_writeExternal_WTPartMasterKey, writeExternal, writeExternalMethods inherited from class wt.fc.SemanticKey
newSemanticKey, toStringMethods inherited from class wt.fc._SemanticKey
getKey, getUniquelyIdentified, getUniquelyIdentifiedReference, readVersion, setKey, setUniquelyIdentified, setUniquelyIdentifiedReference, super_readExternal_SemanticKey, super_readVersion_SemanticKey, super_writeExternal_SemanticKeyMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initializeMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo
-
Method Details
-
newWTPartMasterKey
Supported API: true- Parameters:
identity-- Returns:
- WTPartMasterKey
- 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
-