gov.nih.nci.mageom.domain.AuditAndSecurity
Interface Organization
- All Superinterfaces:
- Contact, Describable, Extendable, Identifiable
- All Known Implementing Classes:
- OrganizationImpl
public interface Organization
- extends Contact
Organizations are entities like companies, universities, government agencies for which the attributes
are self describing.
- Version:
- %I%, %G%
| Methods inherited from interface gov.nih.nci.mageom.domain.AuditAndSecurity.Contact |
getAddress, getEmail, getFax, getPhone, getRoles, getTollFreePhone, getURI, setAddress, setEmail, setFax, setPhone, setRoles, setTollFreePhone, setURI |
setParent
void setParent(Organization p_parent)
- Sets the parent attribute. This API is currently
read-only. So, calling this method does not affect the persistent
state of a
Organization object.
- Parameters:
p_parent - The new value for parent.- See Also:
getParent()
getParent
Organization getParent()
- Returns the value of this
Organization object's parent attribute.
- Returns:
gov.nih.nci.mageom.bean.AuditAndSecurity.Organization The value of parent.- See Also:
Organization