public class ProjectInfo extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ProjectInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getCreatedBy()
Gets the ID of the user that created the project.
|
String |
getGoals()
Gets the goals of the project.
|
long |
getID()
Gets the ID of the project.
|
String |
getInitiatives()
Gets the initiatives of the project.
|
String |
getMission()
Gets the mission of the project.
|
String |
getName()
Gets the name of the project.
|
String |
getObjectives()
Gets the objectives of the project.
|
long |
getParentID()
Gets the parent ID of the container for the project.
|
boolean |
getPublicAccess()
Gets whether public access is allowed.
|
Date |
getStartDate()
Gets the start date of the project.
|
ProjectStatus |
getStatus()
Gets the current status of the project.
|
Date |
getTargetDate()
Gets the target date to complete the project.
|
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 that created the project.
|
void |
setGoals(String value)
Sets the goals of the project.
|
void |
setID(long value)
Sets the ID of the project.
|
void |
setInitiatives(String value)
Sets the initiatives of the project.
|
void |
setMission(String value)
Sets the mission of the project.
|
void |
setName(String value)
Sets the name of the project.
|
void |
setObjectives(String value)
Sets the objectives of the project.
|
void |
setParentID(long value)
Sets the parent ID of the container for the project.
|
void |
setPublicAccess(boolean value)
Sets whether public access is allowed.
|
void |
setStartDate(Date value)
Sets the start date of the project.
|
void |
setStatus(ProjectStatus value)
Sets the current status of the project.
|
void |
setTargetDate(Date value)
Sets the target date to complete the project.
|
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 setGoals(String value)
public String getGoals()
public void setID(long value)
public long getID()
public void setInitiatives(String value)
public String getInitiatives()
public void setMission(String value)
public String getMission()
public void setName(String value)
public String getName()
public void setObjectives(String value)
public String getObjectives()
public void setParentID(long value)
public long getParentID()
public void setPublicAccess(boolean value)
public boolean getPublicAccess()
public void setStartDate(Date value)
public Date getStartDate()
public void setStatus(ProjectStatus value)
public ProjectStatus getStatus()
public void setTargetDate(Date value)
public Date getTargetDate()
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.