|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.drug.project.ProjectDescriptor
public class ProjectDescriptor
A light-weight representation of a SAS Drug Development project. See Project
for details contained in a project object.
Field Summary | |
---|---|
static String |
OBJECT_TYPE
Represents the type name of a Project object. |
Constructor Summary | |
---|---|
ProjectDescriptor(String identifier)
Constructor |
|
ProjectDescriptor(String identifier,
String name,
String path)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
List<Attribute> |
getAttributes()
Get the attributes associated with the projectDescriptor. |
String |
getIdentifier()
Get the identifier of the projectDescriptor. |
String |
getName()
Get the name of the projectDescriptor. |
String |
getObjectType()
Get the objectType of the projectDescriptor. |
String |
getPath()
Get the path of the projectDescriptor. |
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 associated with this projectDescriptor. |
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 |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String OBJECT_TYPE
Constructor Detail |
---|
public ProjectDescriptor(String identifier, String name, String path)
identifier
- name
- path
- public ProjectDescriptor(String identifier)
identifier
- Method Detail |
---|
public String getIdentifier()
getIdentifier
in interface Identifiable
public String getName()
public List<Attribute> getAttributes()
public void setAttributes(List<Attribute> attributes)
attributes
- the attributes to setpublic String getPath()
public String getObjectType()
getObjectType
in interface Identifiable
public long getRevision()
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 |