|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Security
Permission information for an object as to ownership, write and read permissions.
| Method Summary | |
|---|---|
Contact[] |
getOwner()
Returns the value of this Security object's owner attribute. |
SecurityGroup[] |
getSecurityGroups()
Returns the value of this Security object's securityGroups attribute. |
void |
setOwner(Contact[] p_owner)
Sets the owner attribute. |
void |
setSecurityGroups(SecurityGroup[] p_securityGroups)
Sets the securityGroups 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 |
|---|
void setSecurityGroups(SecurityGroup[] p_securityGroups)
Security object.
p_securityGroups - The new value for securityGroups.getSecurityGroups()SecurityGroup[] getSecurityGroups()
Security object's securityGroups attribute.
gov.nih.nci.mageom.bean.AuditAndSecurity.SecurityGroup[] The value of securityGroups.SecurityGroupvoid setOwner(Contact[] p_owner)
Security object.
p_owner - The new value for owner.getOwner()Contact[] getOwner()
Security object's owner attribute.
gov.nih.nci.mageom.bean.AuditAndSecurity.Contact[] The value of owner.Contact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||