wt.meeting.actionitem
Class DiscreteActionItemInfo

java.lang.Object
  extended bywt.meeting.actionitem.DiscreteActionItemInfo
All Implemented Interfaces:
Externalizable, Serializable

public class DiscreteActionItemInfo
extends Object
implements Externalizable

wt.meeting.DiscreteActionItem:3232

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  String assignee
           
private static String CLASSNAME
           
private  Timestamp dueDate
           
static long EXTERNALIZATION_VERSION_UID
           
private  ActionItemHealthStatus healthStatus
           
private  String itemDescription
           
private  String itemName
           
private  String lifeCycleState
           
private  String lifeCycleTemplate
           
private  String name
           
private  String objectID
           
protected static long OLD_FORMAT_VERSION_UID
           
private  int percentComplete
           
private  ActionItemPriority priority
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
private  ActionItemStatus status
           
private  String statusDescription
           
private  String summaryInfo
           
 
Constructor Summary
DiscreteActionItemInfo()
           
 
Method Summary
private  void assigneeValidate(String a_Assignee)
           
 String getAssignee()
          Gets the value of the attribute: assignee.
 Timestamp getDueDate()
          Gets the value of the attribute: dueDate.
 ActionItemHealthStatus getHealthStatus()
          Gets the value of the attribute: healthStatus.
 String getItemDescription()
          Gets the value of the attribute: itemDescription.
 String getItemName()
          Gets the value of the attribute: itemName.
 String getLifeCycleState()
          Gets the value of the attribute: lifeCycleState.
 String getLifeCycleTemplate()
          Gets the value of the attribute: lifeCycleTemplate.
 String getName()
          Gets the value of the attribute: name.
 String getObjectID()
          Gets the value of the attribute: objectID; OIDs are of the form....
 int getPercentComplete()
          Gets the value of the attribute: percentComplete.
 ActionItemPriority getPriority()
          Gets the value of the attribute: priority.
 ActionItemStatus getStatus()
          Gets the value of the attribute: status.
 String getStatusDescription()
          Gets the value of the attribute: statusDescription.
 String getSummaryInfo()
          Gets the value of the attribute: summaryInfo.
private  void itemDescriptionValidate(String a_ItemDescription)
           
private  void itemNameValidate(String a_ItemName)
           
private  void lifeCycleStateValidate(String a_LifeCycleState)
           
private  void lifeCycleTemplateValidate(String a_LifeCycleTemplate)
           
private  void nameValidate(String a_Name)
           
private  void objectIDValidate(String a_ObjectID)
           
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(DiscreteActionItemInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void setAssignee(String a_Assignee)
          Sets the value of the attribute: assignee.
 void setDueDate(Timestamp a_DueDate)
          Sets the value of the attribute: dueDate.
 void setHealthStatus(ActionItemHealthStatus a_HealthStatus)
          Sets the value of the attribute: healthStatus.
 void setItemDescription(String a_ItemDescription)
          Sets the value of the attribute: itemDescription.
 void setItemName(String a_ItemName)
          Sets the value of the attribute: itemName.
 void setLifeCycleState(String a_LifeCycleState)
          Sets the value of the attribute: lifeCycleState.
 void setLifeCycleTemplate(String a_LifeCycleTemplate)
          Sets the value of the attribute: lifeCycleTemplate.
 void setName(String a_Name)
          Sets the value of the attribute: name.
 void setObjectID(String a_ObjectID)
          Sets the value of the attribute: objectID; OIDs are of the form....
 void setPercentComplete(int a_PercentComplete)
          Sets the value of the attribute: percentComplete.
 void setPriority(ActionItemPriority a_Priority)
          Sets the value of the attribute: priority.
 void setStatus(ActionItemStatus a_Status)
          Sets the value of the attribute: status.
 void setStatusDescription(String a_StatusDescription)
          Sets the value of the attribute: statusDescription.
 void setSummaryInfo(String a_SummaryInfo)
          Sets the value of the attribute: summaryInfo.
private  void statusDescriptionValidate(String a_StatusDescription)
           
private  void summaryInfoValidate(String a_SummaryInfo)
           
 String toString()
           
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

lifeCycleTemplate

private String lifeCycleTemplate

lifeCycleState

private String lifeCycleState

itemName

private String itemName

name

private String name

assignee

private String assignee

dueDate

private Timestamp dueDate

summaryInfo

private String summaryInfo

objectID

private String objectID

itemDescription

private String itemDescription

percentComplete

private int percentComplete

priority

private ActionItemPriority priority

status

private ActionItemStatus status

healthStatus

private ActionItemHealthStatus healthStatus

statusDescription

private String statusDescription

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

DiscreteActionItemInfo

public DiscreteActionItemInfo()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(DiscreteActionItemInfo thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

getLifeCycleTemplate

public String getLifeCycleTemplate()
Gets the value of the attribute: lifeCycleTemplate.

Supported API: false

Returns:
String

setLifeCycleTemplate

public void setLifeCycleTemplate(String a_LifeCycleTemplate)
                          throws WTPropertyVetoException
Sets the value of the attribute: lifeCycleTemplate.

Supported API: false

Parameters:
a_LifeCycleTemplate -
Throws:
WTPropertyVetoException

lifeCycleTemplateValidate

private void lifeCycleTemplateValidate(String a_LifeCycleTemplate)
                                throws WTPropertyVetoException
Parameters:
a_LifeCycleTemplate -
Throws:
WTPropertyVetoException

getLifeCycleState

public String getLifeCycleState()
Gets the value of the attribute: lifeCycleState.

Supported API: false

Returns:
String

setLifeCycleState

public void setLifeCycleState(String a_LifeCycleState)
                       throws WTPropertyVetoException
Sets the value of the attribute: lifeCycleState.

Supported API: false

Parameters:
a_LifeCycleState -
Throws:
WTPropertyVetoException

lifeCycleStateValidate

private void lifeCycleStateValidate(String a_LifeCycleState)
                             throws WTPropertyVetoException
Parameters:
a_LifeCycleState -
Throws:
WTPropertyVetoException

getItemName

public String getItemName()
Gets the value of the attribute: itemName.

Supported API: false

Returns:
String

setItemName

public void setItemName(String a_ItemName)
                 throws WTPropertyVetoException
Sets the value of the attribute: itemName.

Supported API: false

Parameters:
a_ItemName -
Throws:
WTPropertyVetoException

itemNameValidate

private void itemNameValidate(String a_ItemName)
                       throws WTPropertyVetoException
Parameters:
a_ItemName -
Throws:
WTPropertyVetoException

getName

public String getName()
Gets the value of the attribute: name.

Supported API: false

Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: name.

Supported API: false

Parameters:
a_Name -
Throws:
WTPropertyVetoException

nameValidate

private void nameValidate(String a_Name)
                   throws WTPropertyVetoException
Parameters:
a_Name -
Throws:
WTPropertyVetoException

getAssignee

public String getAssignee()
Gets the value of the attribute: assignee.

Supported API: false

Returns:
String

setAssignee

public void setAssignee(String a_Assignee)
                 throws WTPropertyVetoException
Sets the value of the attribute: assignee.

Supported API: false

Parameters:
a_Assignee -
Throws:
WTPropertyVetoException

assigneeValidate

private void assigneeValidate(String a_Assignee)
                       throws WTPropertyVetoException
Parameters:
a_Assignee -
Throws:
WTPropertyVetoException

getDueDate

public Timestamp getDueDate()
Gets the value of the attribute: dueDate.

Supported API: false

Returns:
Timestamp

setDueDate

public void setDueDate(Timestamp a_DueDate)
                throws WTPropertyVetoException
Sets the value of the attribute: dueDate.

Supported API: false

Parameters:
a_DueDate -
Throws:
WTPropertyVetoException

getSummaryInfo

public String getSummaryInfo()
Gets the value of the attribute: summaryInfo.

Supported API: false

Returns:
String

setSummaryInfo

public void setSummaryInfo(String a_SummaryInfo)
                    throws WTPropertyVetoException
Sets the value of the attribute: summaryInfo.

Supported API: false

Parameters:
a_SummaryInfo -
Throws:
WTPropertyVetoException

summaryInfoValidate

private void summaryInfoValidate(String a_SummaryInfo)
                          throws WTPropertyVetoException
Parameters:
a_SummaryInfo -
Throws:
WTPropertyVetoException

getObjectID

public String getObjectID()
Gets the value of the attribute: objectID; OIDs are of the form.... wt.meeting.DiscreteActionItem:2342

Supported API: false

Returns:
String

setObjectID

public void setObjectID(String a_ObjectID)
                 throws WTPropertyVetoException
Sets the value of the attribute: objectID; OIDs are of the form.... wt.meeting.DiscreteActionItem:2342

Supported API: false

Parameters:
a_ObjectID -
Throws:
WTPropertyVetoException

objectIDValidate

private void objectIDValidate(String a_ObjectID)
                       throws WTPropertyVetoException
Parameters:
a_ObjectID -
Throws:
WTPropertyVetoException

getItemDescription

public String getItemDescription()
Gets the value of the attribute: itemDescription.

Supported API: false

Returns:
String

setItemDescription

public void setItemDescription(String a_ItemDescription)
                        throws WTPropertyVetoException
Sets the value of the attribute: itemDescription.

Supported API: false

Parameters:
a_ItemDescription -
Throws:
WTPropertyVetoException

itemDescriptionValidate

private void itemDescriptionValidate(String a_ItemDescription)
                              throws WTPropertyVetoException
Parameters:
a_ItemDescription -
Throws:
WTPropertyVetoException

getPercentComplete

public int getPercentComplete()
Gets the value of the attribute: percentComplete.

Supported API: false

Returns:
int

setPercentComplete

public void setPercentComplete(int a_PercentComplete)
                        throws WTPropertyVetoException
Sets the value of the attribute: percentComplete.

Supported API: false

Parameters:
a_PercentComplete -
Throws:
WTPropertyVetoException

getPriority

public ActionItemPriority getPriority()
Gets the value of the attribute: priority.

Supported API: false

Returns:
ActionItemPriority

setPriority

public void setPriority(ActionItemPriority a_Priority)
                 throws WTPropertyVetoException
Sets the value of the attribute: priority.

Supported API: false

Parameters:
a_Priority -
Throws:
WTPropertyVetoException

getStatus

public ActionItemStatus getStatus()
Gets the value of the attribute: status.

Supported API: false

Returns:
ActionItemStatus

setStatus

public void setStatus(ActionItemStatus a_Status)
               throws WTPropertyVetoException
Sets the value of the attribute: status.

Supported API: false

Parameters:
a_Status -
Throws:
WTPropertyVetoException

getHealthStatus

public ActionItemHealthStatus getHealthStatus()
Gets the value of the attribute: healthStatus.

Supported API: false

Returns:
ActionItemHealthStatus

setHealthStatus

public void setHealthStatus(ActionItemHealthStatus a_HealthStatus)
                     throws WTPropertyVetoException
Sets the value of the attribute: healthStatus.

Supported API: false

Parameters:
a_HealthStatus -
Throws:
WTPropertyVetoException

getStatusDescription

public String getStatusDescription()
Gets the value of the attribute: statusDescription.

Supported API: false

Returns:
String

setStatusDescription

public void setStatusDescription(String a_StatusDescription)
                          throws WTPropertyVetoException
Sets the value of the attribute: statusDescription.

Supported API: false

Parameters:
a_StatusDescription -
Throws:
WTPropertyVetoException

statusDescriptionValidate

private void statusDescriptionValidate(String a_StatusDescription)
                                throws WTPropertyVetoException
Parameters:
a_StatusDescription -
Throws:
WTPropertyVetoException

toString

public String toString()