Package wt.dataops.objectcol
Class CollectionCriteriaMaster
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Master
wt.enterprise.Master
wt.dataops.objectcol._CollectionCriteriaMaster
wt.dataops.objectcol.CollectionCriteriaMaster
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc._UniquelyIdentified,wt.fc.BusinessInformation,Identified,NetFactor,ObjectMappable,Persistable,UniquelyIdentified,DisplayIdentification,wt.inf.container._WTContained,wt.inf.container._WTContainedIdentified,WTContained,WTContainedIdentified,wt.recent.RecentlyVisited,wt.vc._Mastered,Mastered
@GenAsPersistable(superClass=Master.class,interfaces={UniquelyIdentified.class,WTContainedIdentified.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="name",type=java.lang.String.class,constraints=@PropertyConstraints(required=true,upperLimit=400)),@GeneratedProperty(name="description",type=java.lang.String.class,constraints=@PropertyConstraints(upperLimit=2000)),@GeneratedProperty(name="enabled",type=boolean.class,constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="usageInfo",type=UsageInfo.class,constraints=@PropertyConstraints(required=true))})
public class CollectionCriteriaMaster
extends wt.dataops.objectcol._CollectionCriteriaMaster
Use the newCollectionCriteriaMaster static factory method(s),
not the CollectionCriteriaMaster 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
Modifier and TypeMethodDescriptionConstructs and returns an identification object.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
-
getIdentificationObject
Constructs and returns an identification object. This method is the only way to obtain an identification object.
Supported API: true- Returns:
- IdentificationObject
- Throws:
WTException
-