|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.drug.analysis.AnalysisDescriptor
com.sas.hls.drug.analysis.Analysis
public class Analysis
A client representation of an Analysis in SAS Drug Development.
Field Summary |
---|
Fields inherited from class com.sas.hls.drug.analysis.AnalysisDescriptor |
---|
OBJECT_TYPE |
Constructor Summary | |
---|---|
Analysis(String identifier,
String name,
String path,
ProjectDescriptor context,
State state,
String stateComment)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
ProjectDescriptor |
getContext()
Get the parent project of this analysis. |
String |
getLead()
Get the lead of the analysis. |
State |
getState()
Get the state of the analysis. |
String |
getStateComment()
Get the most recent state comment for the analysis. |
int |
hashCode()
Return a hash code value for the object. |
void |
setLead(String lead)
Set the lead of the analysis. |
String |
toString()
Return a string representation of the object. |
Methods inherited from class com.sas.hls.drug.analysis.AnalysisDescriptor |
---|
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 Analysis(String identifier, String name, String path, ProjectDescriptor 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 ProjectDescriptor getContext()
public int hashCode()
hashCode
in class AnalysisDescriptor
Object.hashCode()
public boolean equals(Object obj)
equals
in class AnalysisDescriptor
Object.equals(java.lang.Object)
public String toString()
toString
in class AnalysisDescriptor
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |