Package wt.epm
Class EPMAuthoringAppVersion
java.lang.Object
wt.epm._EPMAuthoringAppVersion
wt.epm.EPMAuthoringAppVersion
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable
@GenAsPersistable(versions=671884297994337621L,properties={@GeneratedProperty(name="authoringApplication",type=EPMAuthoringAppType.class,javaDoc="Authoring Application. The value of authoring application cannot be changed once the object is persisted.",constraints=@PropertyConstraints(changeable=FROZEN,required=true)),@GeneratedProperty(name="versionNumber",type=int.class,javaDoc="Version Number cannot be changed once the object is persisted.",constraints=@PropertyConstraints(changeable=FROZEN,required=true)),@GeneratedProperty(name="versionName",type=java.lang.String.class,javaDoc="Internal neutral data version name - this cannot be changed once the object is persisted.",constraints=@PropertyConstraints(changeable=FROZEN,required=true))},tableProperties=@TableProperties(compositeUnique1="+authoringApplication + versionNumber + versionName"))
public class EPMAuthoringAppVersion
extends wt.epm._EPMAuthoringAppVersion
Use the newEPMAuthoringAppVersion static factory method(s),
not the EPMAuthoringAppVersion 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.epm._EPMAuthoringAppVersion
AUTHORING_APPLICATION, EXTERNALIZATION_VERSION_UID, VERSION_NAME, VERSION_NUMBERFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Methods inherited from class wt.epm._EPMAuthoringAppVersion
equals, getAuthoringApplication, getClassInfo, getConceptualClassname, getPersistInfo, getVersionName, getVersionNumber, hashCode, readExternal, readExternal, readVersion, setAuthoringApplication, setPersistInfo, setVersionName, setVersionNumber, writeExternal, writeExternal