Package wt.mpm.history
Class MfgHistoryMaster
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.mpm.history._MfgHistoryMaster
wt.mpm.history.MfgHistoryMaster
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.vc._Mastered,Mastered
@GenAsPersistable(superClass=WTObject.class,interfaces=Mastered.class,properties={@GeneratedProperty(name="number",type=java.lang.String.class,constraints=@PropertyConstraints(stringCase=UPPER_CASE,changeable=VIA_OTHER_MEANS,upperLimit=60,required=true),columnProperties=@ColumnProperties(index=true,columnName="MfgHistoryNumber")),@GeneratedProperty(name="name",type=java.lang.String.class,constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=120,required=true),columnProperties=@ColumnProperties(persistent=true,columnName="MfgHistoryName"))},serializable=EXTERNALIZABLE_BASIC)
public class MfgHistoryMaster
extends wt.mpm.history._MfgHistoryMaster
Use the newMfgHistoryMaster static factory method(s), not
the MfgHistoryMaster 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.mpm.history._MfgHistoryMaster
EXTERNALIZATION_VERSION_UID, NAME, NUMBERFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.vc._Mastered
SERIESFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Methods inherited from class wt.mpm.history._MfgHistoryMaster
getClassInfo, getConceptualClassname, getName, getNumber, getSeries, getType, readExternal, readExternal, readVersion, setName, setNumber, setSeries, super_readExternal_MfgHistoryMaster, super_readVersion_MfgHistoryMaster, super_writeExternal_MfgHistoryMaster, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Method Details
-
newMfgHistoryMaster
Supported API: true- Parameters:
name-- Throws:
WTException
-