gov.nih.nci.caarray.common.data.security
Class SecuredElementData

java.lang.Object
  extended by gov.nih.nci.caarray.common.data.security.SecuredElementData
All Implemented Interfaces:
java.io.Serializable

public final class SecuredElementData
extends java.lang.Object
implements java.io.Serializable

Author:
mujus
See Also:
Serialized Form

Constructor Summary
SecuredElementData()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.lang.String getObjectId()
           
 java.lang.String getOwnerUserName()
           
 ProtectionGroupData[] getProtectionGroups()
           
 void setDescription(java.lang.String string)
           
 void setName(java.lang.String string)
           
 void setObjectId(java.lang.String string)
           
 void setOwnerUserName(java.lang.String string)
           
 void setProtectionGroups(ProtectionGroupData[] protectionGroups)
          Sets protection groups.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredElementData

public SecuredElementData()
Method Detail

getDescription

public java.lang.String getDescription()
Returns:

getName

public java.lang.String getName()
Returns:

getOwnerUserName

public java.lang.String getOwnerUserName()
Returns:

getProtectionGroups

public ProtectionGroupData[] getProtectionGroups()
Returns:

setDescription

public void setDescription(java.lang.String string)
Parameters:
string -

setName

public void setName(java.lang.String string)
Parameters:
string -

setOwnerUserName

public void setOwnerUserName(java.lang.String string)
Parameters:
string -

setProtectionGroups

public void setProtectionGroups(ProtectionGroupData[] protectionGroups)
Sets protection groups. If the specified groups are empty, the default PRIVATE group is set.

Parameters:
protectionGroups -

getObjectId

public java.lang.String getObjectId()
Returns:

setObjectId

public void setObjectId(java.lang.String string)
Parameters:
string -