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:
-
Method Summary
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newMfgHistoryMaster
Supported API: true- Parameters:
name-- Throws:
WTException
-