Package wt.change2
Class VarianceSerialNumberEffectivity
java.lang.Object
wt.change2._VarianceSerialNumberEffectivity
wt.change2.VarianceSerialNumberEffectivity
- All Implemented Interfaces:
Externalizable,Serializable,wt.change2._VarianceEff,VarianceEff,wt.eff._EffRecord,EffRecord,wt.eff.form._EffForm,wt.eff.form._SerialEffForm,wt.eff.form._UnitEffForm,EffForm,SerialEffForm,UnitEffForm,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.ufid._Federatable,wt.ufid.Federatable
@GenAsPersistable(interfaces={SerialEffForm.class,VarianceEff.class},
serializable=EXTERNALIZABLE_BASIC,
tableProperties=@TableProperties(tableName="VarianceSNEffectivity"))
public class VarianceSerialNumberEffectivity
extends wt.change2._VarianceSerialNumberEffectivity
Concrete effectivity class for serial number effectivity for variance.
Use the newVarianceSerialNumberEffectivity static factory
method(s), not the VarianceSerialNumberEffectivity 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.change2._VarianceSerialNumberEffectivity
EXTERNALIZATION_VERSION_UIDFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.eff.form._EffForm
EFF_CONTEXT, EFF_CONTEXT_REFERENCE, RANGEFields inherited from interface wt.eff._EffRecord
CREATION, CREATION_REFERENCE, DELETION, DELETION_REFERENCE, EFF_TYPE_MODIFIER, TARGET, TARGET_REFERENCEFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionDefault factory for the class.Methods inherited from class wt.change2._VarianceSerialNumberEffectivity
equals, getAdministrativeLock, getClassInfo, getConceptualClassname, getCreation, getCreationReference, getDeletion, getDeletionReference, getEffContext, getEffContextReference, getEffTypeModifier, getFederatableInfo, getPersistInfo, getRange, getTarget, getTargetReference, hashCode, readExternal, readExternal, readVersion, setAdministrativeLock, setCreation, setCreationReference, setDeletion, setDeletionReference, setEffContext, setEffContextReference, setEffTypeModifier, setFederatableInfo, setPersistInfo, setRange, setTarget, setTargetReference, toString, writeExternal, writeExternalMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.eff.EffRecord
getAdditionalAttributeMap, setAdditionalAttributeMapMethods inherited from interface wt.change2.VarianceEff
checkAttributes
-
Method Details
-
newVarianceSerialNumberEffectivity
public static VarianceSerialNumberEffectivity newVarianceSerialNumberEffectivity() throws WTExceptionDefault factory for the class.
Supported API: true- Returns:
- VarianceSerialNumberEffectivity
- Throws:
WTException
-