gov.nih.nci.mageom.search.ArrayDesign.enhanced.impl
Class SecurityBean

java.lang.Object
  extended by gov.nih.nci.mageom.search.ArrayDesign.enhanced.impl.SecurityBean
All Implemented Interfaces:
gov.nih.nci.caarray.services.security.intf.SecuredElementItf, java.io.Serializable
Direct Known Subclasses:
ArrayDesignReporterSummaryBean

public abstract class SecurityBean
extends java.lang.Object
implements gov.nih.nci.caarray.services.security.intf.SecuredElementItf, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SecurityBean()
           
 
Method Summary
abstract  java.lang.Long getId()
           
 java.lang.String getSecuredElementId()
           
 boolean isEditable()
           
 void setIsEditable(boolean arg0)
           
 void setSecuredElementId(java.lang.String securedElementId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.nih.nci.caarray.services.security.intf.SecuredElementItf
getIsEditable
 

Constructor Detail

SecurityBean

public SecurityBean()
Method Detail

getSecuredElementId

public java.lang.String getSecuredElementId()
Specified by:
getSecuredElementId in interface gov.nih.nci.caarray.services.security.intf.SecuredElementItf

setSecuredElementId

public void setSecuredElementId(java.lang.String securedElementId)
Specified by:
setSecuredElementId in interface gov.nih.nci.caarray.services.security.intf.SecuredElementItf

isEditable

public boolean isEditable()
Specified by:
isEditable in interface gov.nih.nci.caarray.services.security.intf.SecuredElementItf

setIsEditable

public void setIsEditable(boolean arg0)
Specified by:
setIsEditable in interface gov.nih.nci.caarray.services.security.intf.SecuredElementItf

getId

public abstract java.lang.Long getId()