|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.meeting.actionitem.DiscreteActionItemInfo
wt.meeting.DiscreteActionItem:3232
Supported API: false
Extendable: false
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 |
private static final String RESOURCE
private static final String CLASSNAME
private String lifeCycleTemplate
private String lifeCycleState
private String itemName
private String name
private String assignee
private Timestamp dueDate
private String summaryInfo
private String objectID
private String itemDescription
private int percentComplete
private ActionItemPriority priority
private ActionItemStatus status
private ActionItemHealthStatus healthStatus
private String statusDescription
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public DiscreteActionItemInfo()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(DiscreteActionItemInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getLifeCycleTemplate()
public void setLifeCycleTemplate(String a_LifeCycleTemplate) throws WTPropertyVetoException
a_LifeCycleTemplate
-
WTPropertyVetoException
private void lifeCycleTemplateValidate(String a_LifeCycleTemplate) throws WTPropertyVetoException
a_LifeCycleTemplate
-
WTPropertyVetoException
public String getLifeCycleState()
public void setLifeCycleState(String a_LifeCycleState) throws WTPropertyVetoException
a_LifeCycleState
-
WTPropertyVetoException
private void lifeCycleStateValidate(String a_LifeCycleState) throws WTPropertyVetoException
a_LifeCycleState
-
WTPropertyVetoException
public String getItemName()
public void setItemName(String a_ItemName) throws WTPropertyVetoException
a_ItemName
-
WTPropertyVetoException
private void itemNameValidate(String a_ItemName) throws WTPropertyVetoException
a_ItemName
-
WTPropertyVetoException
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
private void nameValidate(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getAssignee()
public void setAssignee(String a_Assignee) throws WTPropertyVetoException
a_Assignee
-
WTPropertyVetoException
private void assigneeValidate(String a_Assignee) throws WTPropertyVetoException
a_Assignee
-
WTPropertyVetoException
public Timestamp getDueDate()
public void setDueDate(Timestamp a_DueDate) throws WTPropertyVetoException
a_DueDate
-
WTPropertyVetoException
public String getSummaryInfo()
public void setSummaryInfo(String a_SummaryInfo) throws WTPropertyVetoException
a_SummaryInfo
-
WTPropertyVetoException
private void summaryInfoValidate(String a_SummaryInfo) throws WTPropertyVetoException
a_SummaryInfo
-
WTPropertyVetoException
public String getObjectID()
public void setObjectID(String a_ObjectID) throws WTPropertyVetoException
a_ObjectID
-
WTPropertyVetoException
private void objectIDValidate(String a_ObjectID) throws WTPropertyVetoException
a_ObjectID
-
WTPropertyVetoException
public String getItemDescription()
public void setItemDescription(String a_ItemDescription) throws WTPropertyVetoException
a_ItemDescription
-
WTPropertyVetoException
private void itemDescriptionValidate(String a_ItemDescription) throws WTPropertyVetoException
a_ItemDescription
-
WTPropertyVetoException
public int getPercentComplete()
public void setPercentComplete(int a_PercentComplete) throws WTPropertyVetoException
a_PercentComplete
-
WTPropertyVetoException
public ActionItemPriority getPriority()
public void setPriority(ActionItemPriority a_Priority) throws WTPropertyVetoException
a_Priority
-
WTPropertyVetoException
public ActionItemStatus getStatus()
public void setStatus(ActionItemStatus a_Status) throws WTPropertyVetoException
a_Status
-
WTPropertyVetoException
public ActionItemHealthStatus getHealthStatus()
public void setHealthStatus(ActionItemHealthStatus a_HealthStatus) throws WTPropertyVetoException
a_HealthStatus
-
WTPropertyVetoException
public String getStatusDescription()
public void setStatusDescription(String a_StatusDescription) throws WTPropertyVetoException
a_StatusDescription
-
WTPropertyVetoException
private void statusDescriptionValidate(String a_StatusDescription) throws WTPropertyVetoException
a_StatusDescription
-
WTPropertyVetoException
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |