|
||||||||||
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()
Deprecated. |
|
Analysis(String identifier,
String name,
String path,
ProjectDescriptor context,
State state,
String stateComment)
Constructor |
Method Summary | |
---|---|
Analysis |
clone()
Create and return a copy of this object. |
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 |
setContext(ProjectDescriptor context)
Deprecated. |
void |
setLead(String lead)
Set the lead of the analysis. |
void |
setState(State state)
Deprecated. |
void |
setStateComment(String stateComment)
Deprecated. |
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, setIdentifier, setName, setObjectType, setPath, setRevision |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public Analysis()
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()
@Deprecated public void setStateComment(String stateComment)
stateComment
- The stateComment to set.public State getState()
@Deprecated public void setState(State state)
state
- the state to setpublic String getLead()
public void setLead(String lead)
lead
- the lead to setpublic ProjectDescriptor getContext()
@Deprecated public void setContext(ProjectDescriptor context)
context
- The context to set for this analysis.public Analysis clone() throws CloneNotSupportedException
clone
in class AnalysisDescriptor
CloneNotSupportedException
Object.clone()
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 |