|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.organization.OrganizationDescriptor
com.sas.hls.organization.Organization
public class Organization
This class is a data object that contains all attributes of an organization in the system.
Field Summary |
---|
Fields inherited from class com.sas.hls.organization.OrganizationDescriptor |
---|
OBJECT_TYPE |
Constructor Summary | |
---|---|
Organization()
Zero-arg constructor |
|
Organization(String name)
Constructor given the organization name. |
Method Summary | |
---|---|
Organization |
clone()
Create and return a copy of this object. |
boolean |
equals(Object obj)
Indicate whether some other object is "equal to" this one. |
String |
getLead()
Get the lead of this organization. |
int |
hashCode()
Return a hash code value for the object. |
void |
setLead(String lead)
Set the lead of this organization. |
String |
toString()
Return a string representation of the object. |
Methods inherited from class com.sas.hls.organization.OrganizationDescriptor |
---|
getAttributes, getIdentifier, getName, getObjectType, getPath, getRevision, setAttributes, setIdentifier, setName, setObjectType, setPath, setRevision |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Organization()
public Organization(String name)
name
- the name of the organizationMethod Detail |
---|
public String getLead()
public void setLead(String lead)
lead
- the lead of this objectpublic Organization clone() throws CloneNotSupportedException
clone
in class OrganizationDescriptor
CloneNotSupportedException
Object.clone()
public int hashCode()
hashCode
in class OrganizationDescriptor
Object.hashCode()
public boolean equals(Object obj)
equals
in class OrganizationDescriptor
Object.equals(java.lang.Object)
public String toString()
toString
in class OrganizationDescriptor
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |