wt.meeting.actionitem
Interface ActionItem

All Superinterfaces:
Indexable, NetFactor, ObjectMappable, Persistable, RecentlyVisited, Serializable, WTContained
All Known Implementing Classes:
DiscreteActionItem

public interface ActionItem
extends Persistable, WTContained, Indexable



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

ITEM_NAME

public static final String ITEM_NAME
Label for the attribute; Descriptive name for the action item

Supported API: false

See Also:
Constant Field Values

ITEM_NUMBER

public static final String ITEM_NUMBER
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

ITEM_DESCRIPTION

public static final String ITEM_DESCRIPTION
Label for the attribute; Description of the task to be performed

Supported API: false

See Also:
Constant Field Values

ITEM_DUE_DATE

public static final String ITEM_DUE_DATE
Label for the attribute; Due date for the action item

Supported API: false

See Also:
Constant Field Values

RESOLUTION_DATE

public static final String RESOLUTION_DATE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

SUMMARY_INFO

public static final String SUMMARY_INFO
Label for the attribute; An optional summary of the results of performing the ActionItem

Supported API: false

See Also:
Constant Field Values
Method Detail

getItemName

public String getItemName()
Gets the value of the attribute: ITEM_NAME. Descriptive name for the action item

Supported API: false

Returns:
String

setItemName

public void setItemName(String a_ItemName)
                 throws WTPropertyVetoException
Sets the value of the attribute: ITEM_NAME. Descriptive name for the action item

Supported API: false

Parameters:
a_ItemName -
Throws:
WTPropertyVetoException

getItemNumber

public String getItemNumber()
Gets the value of the attribute: ITEM_NUMBER.

Supported API: false

Returns:
String

setItemNumber

public void setItemNumber(String a_ItemNumber)
                   throws WTPropertyVetoException
Sets the value of the attribute: ITEM_NUMBER.

Supported API: false

Parameters:
a_ItemNumber -
Throws:
WTPropertyVetoException

getItemDescription

public String getItemDescription()
Gets the value of the attribute: ITEM_DESCRIPTION. Description of the task to be performed

Supported API: false

Returns:
String

setItemDescription

public void setItemDescription(String a_ItemDescription)
                        throws WTPropertyVetoException
Sets the value of the attribute: ITEM_DESCRIPTION. Description of the task to be performed

Supported API: false

Parameters:
a_ItemDescription -
Throws:
WTPropertyVetoException

getItemDueDate

public Timestamp getItemDueDate()
Gets the value of the attribute: ITEM_DUE_DATE. Due date for the action item

Supported API: false

Returns:
Timestamp

setItemDueDate

public void setItemDueDate(Timestamp a_ItemDueDate)
                    throws WTPropertyVetoException
Sets the value of the attribute: ITEM_DUE_DATE. Due date for the action item

Supported API: false

Parameters:
a_ItemDueDate -
Throws:
WTPropertyVetoException

getResolutionDate

public Timestamp getResolutionDate()
Gets the value of the attribute: RESOLUTION_DATE.

Supported API: false

Returns:
Timestamp

setResolutionDate

public void setResolutionDate(Timestamp a_ResolutionDate)
                       throws WTPropertyVetoException
Sets the value of the attribute: RESOLUTION_DATE.

Supported API: false

Parameters:
a_ResolutionDate -
Throws:
WTPropertyVetoException

getSummaryInfo

public String getSummaryInfo()
Gets the value of the attribute: SUMMARY_INFO. An optional summary of the results of performing the ActionItem

Supported API: false

Returns:
String

setSummaryInfo

public void setSummaryInfo(String a_SummaryInfo)
                    throws WTPropertyVetoException
Sets the value of the attribute: SUMMARY_INFO. An optional summary of the results of performing the ActionItem

Supported API: false

Parameters:
a_SummaryInfo -
Throws:
WTPropertyVetoException