|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.drug.analysis.AnalysisDescriptor
public class AnalysisDescriptor
A light-weight client representation of an Analysis defined in SAS Drug Development. See Analysis
for
details of an analysis object.
Field Summary | |
---|---|
static String |
OBJECT_TYPE
Represents the type name of an Analysis object. |
Constructor Summary | |
---|---|
AnalysisDescriptor()
zero-arg AnalysisDescriptor constructor |
Method Summary | |
---|---|
AnalysisDescriptor |
clone()
Create and return a copy of this object. |
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
List<Attribute> |
getAttributes()
Get the attributes defined on this object. |
String |
getIdentifier()
Get the identifier of the analysisDescriptor. |
String |
getName()
Get the name of this analysisDescriptor. |
String |
getObjectType()
Get the objectType of this object. |
String |
getPath()
Get the path of the object. |
long |
getRevision()
Get the internal revision number of this object. |
int |
hashCode()
Return a hash code value for the object. |
void |
setAttributes(List<Attribute> attributes)
Set the attributes of this object. |
void |
setIdentifier(String identifier)
Set the identifier of the analysisDescriptor. |
void |
setName(String name)
Set the name of this analysisDescriptor. |
void |
setObjectType(String objectType)
Set the objectType of this object. |
void |
setPath(String path)
Set the path of the given object. |
void |
setRevision(long revision)
Set the internal revision number of this object. |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String OBJECT_TYPE
Constructor Detail |
---|
public AnalysisDescriptor()
Method Detail |
---|
public String getIdentifier()
getIdentifier
in interface Identifiable
public void setIdentifier(String identifier)
identifier
- The identifier value to set.public String getName()
public void setName(String name)
name
- The name to set on this analysisDescriptor.public List<Attribute> getAttributes()
public void setAttributes(List<Attribute> attributes)
attributes
- The list of attributes to set on this object.public String getPath()
public void setPath(String path)
path
- The new path value for the object.public String getObjectType()
getObjectType
in interface Identifiable
public void setObjectType(String objectType)
objectType
- The objectType to set for this object.public long getRevision()
public void setRevision(long revision)
revision
- The new internal revision number of this object.public AnalysisDescriptor clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Object.clone()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |