|
||||||||||
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 representation of a SAS Drug Development Analysis.
Field Summary | |
---|---|
static String |
OBJECT_TYPE
Represents the type name of an Analysis object. |
Constructor Summary | |
---|---|
AnalysisDescriptor(String identifier,
String name,
String path)
Deprecated. As of Java API 1.7. Please use AnalysisDescriptor(String, String, String, long, List) . |
|
AnalysisDescriptor(String identifier,
String path,
String name,
long revision,
List<Attribute> attributes)
Initializing constructor which sets the values of all variables. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
List<Attribute> |
getAttributes()
Returns the attributes associated with this Analysis . |
String |
getIdentifier()
Get the identifier of this object. |
String |
getName()
Returns the name of this Analysis . |
String |
getObjectType()
Get the object type of this item. |
String |
getPath()
Returns the full path of this Analysis . |
long |
getRevision()
Returns the internal revision number of this Analysis . |
int |
hashCode()
Return a hash code value for the object. |
void |
setAttributes(List<Attribute> attributes)
Set the attributes associated with this Analysis . |
void |
setRevision(long revision)
Deprecated. As of Java API 1.7. There is no replacement. Revision is immutable. |
String |
toString()
Return a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String OBJECT_TYPE
Analysis
object.
Constructor Detail |
---|
@Deprecated public AnalysisDescriptor(String identifier, String name, String path)
AnalysisDescriptor(String, String, String, long, List)
.
identifier
- name
- path
- public AnalysisDescriptor(String identifier, String path, String name, long revision, List<Attribute> attributes)
It is not intended or recommended that the consumer of the API construct these objects. They should only be
retrieved from service calls such as
AnalysisService.getAnalysisDescriptorByName(com.sas.hls.drug.project.ProjectDescriptor, String)
.
identifier
- The identifier of the Analysis
.path
- The full path to the Analysis
.name
- The name of the Analysis
.revision
- The internal revision number for this Analysis
.attributes
- The attributes associated with this Analysis
.Method Detail |
---|
public String getIdentifier()
Identifiable
getIdentifier
in interface Identifiable
public String getObjectType()
Identifiable
getObjectType
in interface Identifiable
public String getName()
Analysis
.
Analysis
.public String getPath()
Analysis
.
Analysis
.public long getRevision()
Analysis
.
Analysis
.public List<Attribute> getAttributes()
Analysis
.
Analysis
.public void setAttributes(List<Attribute> attributes)
Analysis
.
attributes
- The attributes to associate with this Analysis
.@Deprecated public void setRevision(long revision)
revision
- The new internal revision number of this object.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 |