|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Field Summary | |
static String |
ITEM_DESCRIPTION
Label for the attribute; Description of the task to be performed Supported API: false |
static String |
ITEM_DUE_DATE
Label for the attribute; Due date for the action item Supported API: false |
static String |
ITEM_NAME
Label for the attribute; Descriptive name for the action item Supported API: false |
static String |
ITEM_NUMBER
Label for the attribute. |
static String |
RESOLUTION_DATE
Label for the attribute. |
static String |
SUMMARY_INFO
Label for the attribute; An optional summary of the results of performing the ActionItem Supported API: false |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.inf.container.WTContained |
CONTAINER, CONTAINER_ID, CONTAINER_NAME, CONTAINER_REFERENCE |
Fields inherited from interface wt.index.Indexable |
INDEXER_SET |
Method Summary | |
String |
getItemDescription()
Gets the value of the attribute: ITEM_DESCRIPTION. |
Timestamp |
getItemDueDate()
Gets the value of the attribute: ITEM_DUE_DATE. |
String |
getItemName()
Gets the value of the attribute: ITEM_NAME. |
String |
getItemNumber()
Gets the value of the attribute: ITEM_NUMBER. |
Timestamp |
getResolutionDate()
Gets the value of the attribute: RESOLUTION_DATE. |
String |
getSummaryInfo()
Gets the value of the attribute: SUMMARY_INFO. |
void |
setItemDescription(String a_ItemDescription)
Sets the value of the attribute: ITEM_DESCRIPTION. |
void |
setItemDueDate(Timestamp a_ItemDueDate)
Sets the value of the attribute: ITEM_DUE_DATE. |
void |
setItemName(String a_ItemName)
Sets the value of the attribute: ITEM_NAME. |
void |
setItemNumber(String a_ItemNumber)
Sets the value of the attribute: ITEM_NUMBER. |
void |
setResolutionDate(Timestamp a_ResolutionDate)
Sets the value of the attribute: RESOLUTION_DATE. |
void |
setSummaryInfo(String a_SummaryInfo)
Sets the value of the attribute: SUMMARY_INFO. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Methods inherited from interface wt.inf.container.WTContained |
getContainer, getContainerName, getContainerReference, setContainer, setContainerReference |
Methods inherited from interface wt.index.Indexable |
getIndexerSet, setIndexerSet |
Field Detail |
public static final String ITEM_NAME
public static final String ITEM_NUMBER
public static final String ITEM_DESCRIPTION
public static final String ITEM_DUE_DATE
public static final String RESOLUTION_DATE
public static final String SUMMARY_INFO
Method Detail |
public String getItemName()
public void setItemName(String a_ItemName) throws WTPropertyVetoException
a_ItemName
-
WTPropertyVetoException
public String getItemNumber()
public void setItemNumber(String a_ItemNumber) throws WTPropertyVetoException
a_ItemNumber
-
WTPropertyVetoException
public String getItemDescription()
public void setItemDescription(String a_ItemDescription) throws WTPropertyVetoException
a_ItemDescription
-
WTPropertyVetoException
public Timestamp getItemDueDate()
public void setItemDueDate(Timestamp a_ItemDueDate) throws WTPropertyVetoException
a_ItemDueDate
-
WTPropertyVetoException
public Timestamp getResolutionDate()
public void setResolutionDate(Timestamp a_ResolutionDate) throws WTPropertyVetoException
a_ResolutionDate
-
WTPropertyVetoException
public String getSummaryInfo()
public void setSummaryInfo(String a_SummaryInfo) throws WTPropertyVetoException
a_SummaryInfo
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |