|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.drug.project.ProjectDescriptor
com.sas.hls.drug.project.Project
public class Project
A data object that represents a SAS Drug Development project and contains all properties of a project defined within an organization in the system.
Field Summary |
---|
Fields inherited from class com.sas.hls.drug.project.ProjectDescriptor |
---|
OBJECT_TYPE |
Constructor Summary | |
---|---|
Project()
Zero-arg constructor. |
Method Summary | |
---|---|
Project |
clone()
Create and return a copy of this object. |
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
OrganizationDescriptor |
getContext()
Get the parent organization of the project. |
String |
getLead()
Get the lead of the project. |
State |
getState()
Get the state of the project. |
String |
getStateComment()
Get the most recent state comment for the project. |
int |
hashCode()
Return a hash code value for the object. |
void |
setContext(OrganizationDescriptor context)
Set the parent organization of the project. |
void |
setLead(String lead)
Set the lead of the project. |
void |
setState(State state)
Set the state of the project. |
void |
setStateComment(String stateComment)
Set the state comment for the project. |
String |
toString()
Return a string representation of the object. |
Methods inherited from class com.sas.hls.drug.project.ProjectDescriptor |
---|
getAttributes, getIdentifier, getName, getObjectType, getPath, getRevision, setAttributes, setIdentifier, setName, setObjectType, setPath, setRevision |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Project()
Method Detail |
---|
public String getStateComment()
public void setStateComment(String stateComment)
stateComment
- the stateComment to setpublic State getState()
public void setState(State state)
state
- the state to setpublic String getLead()
public void setLead(String lead)
lead
- the lead to setpublic OrganizationDescriptor getContext()
public void setContext(OrganizationDescriptor context)
context
- the context to setpublic Project clone() throws CloneNotSupportedException
clone
in class ProjectDescriptor
CloneNotSupportedException
Object.clone()
public int hashCode()
hashCode
in class ProjectDescriptor
Object.hashCode()
public boolean equals(Object obj)
equals
in class ProjectDescriptor
Object.equals(java.lang.Object)
public String toString()
toString
in class ProjectDescriptor
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |