|
||||||||||
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()
Deprecated. As of Java API 1.7. Please use OrganizationDescriptor(String, String, String, long, List) . |
|
OrganizationDescriptor(String name)
Deprecated. As of Java API 1.7. Please use OrganizationDescriptor(String, String, String, long, List) . |
|
OrganizationDescriptor(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()
Return the attributes associated with this Organization . |
String |
getIdentifier()
Get the identifier of this object. |
String |
getName()
Returns the name of this Organization . |
String |
getObjectType()
Get the object type of this item. |
String |
getPath()
Returns the full path of this Organization . |
long |
getRevision()
Returns the internal revision number of this Organization . |
int |
hashCode()
Return a hash code value for the object. |
void |
setAttributes(List<Attribute> attributes)
Set the attributes associated with this Organization . |
void |
setIdentifier(String identifier)
Deprecated. As of Java API 1.7. There is no replacement. Identifier is immutable. |
void |
setName(String name)
Deprecated. As of Java API 1.7. There is no replacement. Name is immutable. |
void |
setObjectType(String objectType)
Deprecated. As of Java API 1.7. There is no replacement. Object type is immutable. |
void |
setPath(String path)
Deprecated. As of Java API 1.7. There is no replacement. Path is immutable. |
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
Organization
object.
Constructor Detail |
---|
@Deprecated public OrganizationDescriptor()
OrganizationDescriptor(String, String, String, long, List)
.
@Deprecated public OrganizationDescriptor(String name)
OrganizationDescriptor(String, String, String, long, List)
.
name
- The name of the new organizationDescriptor.public OrganizationDescriptor(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 OrganizationService.getOrganizationDescriptorByName(String)
.
identifier
- The identifier of the Organization
.path
- The full path to the Organization
.name
- The name of the Organization
.revision
- The internal revision number for this Organization
.attributes
- The attributes associated with this Organization
.Method Detail |
---|
public String getIdentifier()
Identifiable
getIdentifier
in interface Identifiable
public String getObjectType()
Identifiable
getObjectType
in interface Identifiable
public String getName()
Organization
.
Organization
.public String getPath()
Organization
.
Organization
.public long getRevision()
Organization
.
Organization
.public List<Attribute> getAttributes()
Organization
.
Organization
.public void setAttributes(List<Attribute> attributes)
Organization
.
attributes
- The attributes to associate with this Organization
.@Deprecated public void setName(String name)
name
- the name to set@Deprecated public void setIdentifier(String identifier)
identifier
- the identifier to set@Deprecated public void setPath(String path)
path
- the path to set@Deprecated public void setObjectType(String objectType)
objectType
- the objectType to set@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 |