|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.enterprise.Managed
wt.maturity.PromotionNotice
public class PromotionNotice
The implementation of PromotionNotices. The associated PromotionTargets are promoted in maturity through the Maturity process.
Use the newPromotionNotice static factory method(s), not
the PromotionNotice 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: true
PromotionTarget,
Serialized Form| Field Summary | |
|---|---|
static String |
DESCRIPTION
Label for the attribute. |
static String |
MATURITY_STATE
Label for the attribute. |
static String |
NAME
Label for the attribute. |
static String |
NUMBER
Label for the attribute. |
static String |
PROMOTION_DATE
Label for the attribute. |
| Fields inherited from interface wt.org.OrganizationOwnedImpl |
|---|
ORGANIZATION_REFERENCE |
| Fields inherited from interface wt.org.OrganizationOwned |
|---|
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER |
| Method Summary | |
|---|---|
void |
checkAttributes()
Validate that the name, description, requster and RequestType attributes have user supplied values. |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
IdentificationObject |
getIdentificationObject()
Constructs and returns an identification object. |
State |
getMaturityState()
Gets the value of the attribute: MATURITY_STATE. |
String |
getName()
Gets the value of the attribute: NAME. |
String |
getNumber()
Gets the value of the attribute: NUMBER. |
WTOrganization |
getOrganization()
Gets the value of the attribute: ORGANIZATION. |
String |
getOrganizationCodingSystem()
Gets the value of the attribute: ORGANIZATION_CODING_SYSTEM. |
String |
getOrganizationName()
Gets the value of the attribute: ORGANIZATION_NAME. |
WTPrincipalReference |
getOrganizationReference()
Gets the value of the attribute: ORGANIZATION_REFERENCE. |
String |
getOrganizationUniqueIdentifier()
Gets the value of the attribute: ORGANIZATION_UNIQUE_IDENTIFIER. |
Timestamp |
getPromotionDate()
Gets the value of the attribute: PROMOTION_DATE. |
protected void |
initialize(String name)
Supports initialization, following construction of an instance. |
static PromotionNotice |
newPromotionNotice()
A no-arg new-factory method to construct an initialized instance of a PromotionNotice Supported API: true |
static PromotionNotice |
newPromotionNotice(String name)
A new-factory method that construct an initialized instance of a PromotionNotice with the given name. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setMaturityState(State a_MaturityState)
Sets the value of the attribute: MATURITY_STATE. |
protected void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
protected void |
setNumber(String a_Number)
Sets the value of the attribute: NUMBER. |
void |
setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
setOrganizationReference(WTPrincipalReference a_OrganizationReference)
Sets the value of the attribute: ORGANIZATION_REFERENCE. |
void |
setPromotionDate(Timestamp a_PromotionDate)
Sets the value of the attribute: PROMOTION_DATE. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NUMBER
public static final String NAME
public static final String DESCRIPTION
public static final String PROMOTION_DATE
public static final String MATURITY_STATE
| Method Detail |
|---|
public String getNumber()
protected void setNumber(String a_Number)
a_Number - public String getName()
protected void setName(String a_Name)
a_Name - public String getDescription()
public void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoExceptionpublic Timestamp getPromotionDate()
public void setPromotionDate(Timestamp a_PromotionDate)
throws WTPropertyVetoException
a_PromotionDate -
WTPropertyVetoExceptionpublic State getMaturityState()
public void setMaturityState(State a_MaturityState)
throws WTPropertyVetoException
a_MaturityState -
WTPropertyVetoException
public static PromotionNotice newPromotionNotice()
throws WTException
WTException
public static PromotionNotice newPromotionNotice(String name)
throws WTException
name -
WTException
protected void initialize(String name)
throws WTException
name -
WTException
public void checkAttributes()
throws InvalidAttributeException
InvalidAttributeException
public IdentificationObject getIdentificationObject()
throws WTException
getIdentificationObject in interface IdentifiedWTExceptionpublic WTPrincipalReference getOrganizationReference()
getOrganizationReference in interface OrganizationOwnedgetOrganizationReference in interface OrganizationOwnedImpl
public void setOrganizationReference(WTPrincipalReference a_OrganizationReference)
throws WTPropertyVetoException
a_OrganizationReference -
WTPropertyVetoExceptionpublic String getOrganizationUniqueIdentifier()
getOrganizationUniqueIdentifier in interface OrganizationOwnedpublic String getOrganizationCodingSystem()
getOrganizationCodingSystem in interface OrganizationOwnedpublic String getOrganizationName()
getOrganizationName in interface OrganizationOwnedpublic WTOrganization getOrganization()
getOrganization in interface OrganizationOwned
public void setOrganization(WTOrganization a_Organization)
throws WTPropertyVetoException
a_Organization -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||