|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.organization.OrganizationDescriptor
public class OrganizationDescriptor
A light-weight representation of a SAS Drug Development organization.
Field Summary | |
---|---|
static String |
OBJECT_TYPE
Represents the type name of an Organization object. |
Constructor Summary | |
---|---|
OrganizationDescriptor()
Zero-argument constructor |
|
OrganizationDescriptor(String name)
OrganizationDescriptor constructor |
Method Summary | |
---|---|
OrganizationDescriptor |
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()
|
String |
getIdentifier()
Get the identifier of this object. |
String |
getName()
|
String |
getObjectType()
Get the object type of this item. |
String |
getPath()
|
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)
|
void |
setIdentifier(String identifier)
|
void |
setName(String name)
|
void |
setObjectType(String objectType)
|
void |
setPath(String path)
|
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 OrganizationDescriptor()
public OrganizationDescriptor(String name)
name
- The name of the new organizationDescriptor.Method Detail |
---|
public String getName()
public void setName(String name)
name
- the name to setpublic String getIdentifier()
Identifiable
getIdentifier
in interface Identifiable
public void setIdentifier(String identifier)
identifier
- the identifier to setpublic String getPath()
public void setPath(String path)
path
- the path to setpublic String getObjectType()
Identifiable
getObjectType
in interface Identifiable
public void setObjectType(String objectType)
objectType
- the objectType to setpublic List<Attribute> getAttributes()
public void setAttributes(List<Attribute> attributes)
attributes
- the attributes to setpublic long getRevision()
public void setRevision(long revision)
revision
- The new internal revision number of this object.public OrganizationDescriptor 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 |