Package wt.maturity
Class MaturityKey
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._SemanticKey
wt.fc.SemanticKey
wt.maturity._MaturityKey
wt.maturity.MaturityKey
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._IdentificationObjectNamespace,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.IdentificationObjectNamespace,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.inf.container._WTContainerNamespace,wt.inf.container.WTContainerNamespace,_OrganizationOwnedIdentificationObjectNamespace,OrganizationOwnedIdentificationObjectNamespace
@GenAsPersistable(superClass=SemanticKey.class,
interfaces={wt.inf.container.WTContainerNamespace.class,OrganizationOwnedIdentificationObjectNamespace.class},
versions=-3380601822612621331L,
properties=@GeneratedProperty(name="promotionNoticeClassname",type=java.lang.String.class,accessors=@PropertyAccessors(getAccess=PROTECTED)),
tableProperties=@TableProperties(compositeIndex1="+promotionNoticeClassname"))
public class MaturityKey
extends _MaturityKey
Use the newMaturityKey static factory method(s), not the
MaturityKey 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 interface wt.org._OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionstatic MaturityKeynewMaturityKey(String identity) Constructs an instance of this class.Methods inherited from class wt.maturity._MaturityKey
getOrganizationReference, setOrganizationReferenceMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Method Details
-
newMaturityKey
Constructs an instance of this class.
Supported API: true- Parameters:
identity-- Returns:
- MaturityKey
- Throws:
WTException
-