gov.nih.nci.mageom.domain.AuditAndSecurity
Interface SecurityGroup

All Superinterfaces:
Describable, Extendable, Identifiable
All Known Implementing Classes:
SecurityGroupImpl

public interface SecurityGroup
extends Identifiable

Groups contacts together based on their security privileges.

Version:
%I%, %G%

Method Summary
 Contact[] getMembers()
          Returns the value of this SecurityGroup object's members attribute.
 void setMembers(Contact[] p_members)
          Sets the members attribute.
 
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

setMembers

void setMembers(Contact[] p_members)
Sets the members attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a SecurityGroup object.

Parameters:
p_members - The new value for members.
See Also:
getMembers()

getMembers

Contact[] getMembers()
Returns the value of this SecurityGroup object's members attribute.

Returns:
gov.nih.nci.mageom.bean.AuditAndSecurity.Contact[] The value of members.
See Also:
Contact