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%

Method Summary
 Organization getParent()
          Returns the value of this Organization object's parent attribute.
 void setParent(Organization p_parent)
          Sets the parent attribute.
 
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
 
Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable
getIdentifier, getName, setIdentifier, setName
 
Methods inherited from interface gov.nih.nci.mageom.domain.Describable
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

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