Package wt.maturity
Class _PromotionNoticeIdentity
java.lang.Object
wt.fc._IdentificationObject
wt.fc.IdentificationObject
wt.maturity._PromotionIdentificationObject
wt.maturity.PromotionIdentificationObject
wt.maturity._PromotionNoticeIdentity
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._IdentificationObjectNamespace,wt.fc._NetFactor,wt.fc.IdentificationObjectNamespace,NetFactor,wt.inf.container._WTContainerNamespace,wt.inf.container.WTContainerNamespace,_OrganizationOwnedIdentificationObjectNamespace,OrganizationOwnedIdentificationObjectNamespace
- Direct Known Subclasses:
PromotionNoticeIdentity
public abstract class _PromotionNoticeIdentity
extends wt.maturity.PromotionIdentificationObject
implements Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe end-user provided name that this PromotionNoticeIdentity object is responsible setting on a PromotionNotice object at the request of the Identity Service.static final StringA unique number assigned by this PromotionNoticeIdentity object for the associated PromotionNotice object when it is stored in the database.Fields inherited from interface wt.org._OrganizationOwnedIdentificationObjectNamespace
ORGANIZATION_REFERENCEFields inherited from interface wt.inf.container._WTContainerNamespace
CONTAINED_IDENTIFIED, CONTAINER_REFERENCE, NAMESPACE_REFERENCEFields inherited from interface wt.inf.container.WTContainerNamespace
NAMESPACE_ID -
Method Summary
Modifier and TypeMethodDescriptiongetName()The end-user provided name that this PromotionNoticeIdentity object is responsible setting on a PromotionNotice object at the request of the Identity Service.A unique number assigned by this PromotionNoticeIdentity object for the associated PromotionNotice object when it is stored in the database.voidThe end-user provided name that this PromotionNoticeIdentity object is responsible setting on a PromotionNotice object at the request of the Identity Service.voidA unique number assigned by this PromotionNoticeIdentity object for the associated PromotionNotice object when it is stored in the database.Methods inherited from class wt.maturity.PromotionIdentificationObject
getKeyClassName, getPromotionNoticeClassname, setAdditionalKeyAttributesMethods inherited from class wt.maturity._PromotionIdentificationObject
getContainedIdentified, getContainerReference, getNamespaceReference, getOrganizationReference, readVersion, setContainedIdentified, setContainerReference, setNamespaceReference, setOrganizationReference, super_readExternal_PromotionIdentificationObject, super_readVersion_PromotionIdentificationObject, super_writeExternal_PromotionIdentificationObjectMethods inherited from class wt.fc.IdentificationObject
changeIdentity, checkIdentity, createKey, getIdentity, getSemanticKey, initialize, setToObject, toStringMethods inherited from class wt.fc._IdentificationObject
readVersion
-
Field Details
-
NUMBER
A unique number assigned by this PromotionNoticeIdentity object for the associated PromotionNotice object when it is stored in the database.Supported API: true
- See Also:
-
NAME
The end-user provided name that this PromotionNoticeIdentity object is responsible setting on a PromotionNotice object at the request of the Identity Service.Supported API: true
- See Also:
-
-
Method Details
-
getNumber
A unique number assigned by this PromotionNoticeIdentity object for the associated PromotionNotice object when it is stored in the database.Supported API: true
- See Also:
-
setNumber
A unique number assigned by this PromotionNoticeIdentity object for the associated PromotionNotice object when it is stored in the database.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getName
The end-user provided name that this PromotionNoticeIdentity object is responsible setting on a PromotionNotice object at the request of the Identity Service.Supported API: true
- See Also:
-
setName
The end-user provided name that this PromotionNoticeIdentity object is responsible setting on a PromotionNotice object at the request of the Identity Service.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-