public class Assignment extends ServiceDataObject implements Serializable
Constructor and Description |
---|
Assignment() |
Modifier and Type | Method and Description |
---|---|
Long |
getCreatedBy()
Gets the ID of the user who created the assignment.
|
String |
getCreatedByName()
Gets the name of the user who created the assignment.
|
Date |
getDateAssigned()
Gets the date the assignment was assigned.
|
Date |
getDateDue()
Gets the date the assignment is due.
|
String |
getDateDueColor()
Gets the color to display the due date (e.g. #00FF00).
|
String |
getKeySig()
Gets the key signature for the assignment.
|
String |
getName()
Gets the name of the assignment.
|
Integer |
getPriority()
Gets the priority of the assignment.
|
String |
getPriorityColor()
Gets the color to display the priority (e.g. #00FF00).
|
String |
getPriorityString()
Gets the priority of the assignment (as an xLated String).
|
Integer |
getStatus()
Gets the status of the assignment.
|
String |
getStatusColor()
Gets the color to display the status (e.g. #00FF00).
|
String |
getStatusString()
Gets the status of the assignment (as an xLated String).
|
int |
getSubType()
Gets the subtype of the assignment.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setCreatedBy(Long value)
Sets the ID of the user who created the assignment.
|
void |
setCreatedByName(String value)
Sets the name of the user who created the assignment.
|
void |
setDateAssigned(Date value)
Sets the date the assignment was assigned.
|
void |
setDateDue(Date value)
Sets the date the assignment is due.
|
void |
setDateDueColor(String value)
Sets the color to display the due date (e.g. #00FF00).
|
void |
setKeySig(String value)
Sets the key signature for the assignment.
|
void |
setName(String value)
Sets the name of the assignment.
|
void |
setPriority(Integer value)
Sets the priority of the assignment.
|
void |
setPriorityColor(String value)
Sets the color to display the priority (e.g. #00FF00).
|
void |
setPriorityString(String value)
Sets the priority of the assignment (as an xLated String).
|
void |
setStatus(Integer value)
Sets the status of the assignment.
|
void |
setStatusColor(String value)
Sets the color to display the status (e.g. #00FF00).
|
void |
setStatusString(String value)
Sets the status of the assignment (as an xLated String).
|
void |
setSubType(int value)
Sets the subtype of the assignment.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setCreatedBy(Long value)
public Long getCreatedBy()
public void setCreatedByName(String value)
public String getCreatedByName()
public void setDateAssigned(Date value)
public Date getDateAssigned()
public void setDateDue(Date value)
public Date getDateDue()
public void setDateDueColor(String value)
public String getDateDueColor()
public void setKeySig(String value)
public String getKeySig()
public void setName(String value)
public String getName()
public void setPriority(Integer value)
public Integer getPriority()
public void setPriorityColor(String value)
public String getPriorityColor()
public void setPriorityString(String value)
public String getPriorityString()
public void setStatus(Integer value)
public Integer getStatus()
public void setStatusColor(String value)
public String getStatusColor()
public void setStatusString(String value)
public String getStatusString()
public void setSubType(int value)
public int getSubType()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.