|
||||||||||
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(String identifier,
String name,
String path,
OrganizationDescriptor context,
State state,
String stateComment)
Constructor |
Method Summary | |
---|---|
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 |
setLead(String lead)
Set the lead of 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, setRevision |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Project(String identifier, String name, String path, OrganizationDescriptor context, State state, String stateComment)
identifier
- name
- path
- context
- state
- stateComment
- Method Detail |
---|
public String getStateComment()
public State getState()
public String getLead()
public void setLead(String lead)
lead
- the lead to setpublic OrganizationDescriptor getContext()
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 |