gov.nih.nci.caarray.common.data.protocol
Class ProtocolDesc

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

public class ProtocolDesc
extends java.lang.Object
implements java.io.Serializable

Author:
TranP
See Also:
Serialized Form

Constructor Summary
ProtocolDesc()
           
 
Method Summary
 long getId()
           
 java.lang.String getName()
           
 ProtectionGroupData[] getProtectionGroups()
           
 SecuredElementData getSecuredElement()
           
 VocabData getType()
           
 long[] getVisibilitys()
           
 void setId(long id)
           
 void setName(java.lang.String name)
           
 void setProtectionGroups(ProtectionGroupData[] datas)
           
 void setSecuredElement(SecuredElementData securedElement)
           
 void setType(VocabData type)
           
 void setVisibilitys(long[] ls)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolDesc

public ProtocolDesc()
Method Detail

getSecuredElement

public SecuredElementData getSecuredElement()
Returns:

getName

public java.lang.String getName()
Returns:

getId

public long getId()
Returns:

getType

public VocabData getType()
Returns:

setSecuredElement

public void setSecuredElement(SecuredElementData securedElement)
Parameters:
id -

setName

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

setId

public void setId(long id)
Parameters:
id -

setType

public void setType(VocabData type)
Parameters:
type -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getVisibilitys

public long[] getVisibilitys()
Returns:

setVisibilitys

public void setVisibilitys(long[] ls)
Parameters:
ls -

getProtectionGroups

public ProtectionGroupData[] getProtectionGroups()
Returns:

setProtectionGroups

public void setProtectionGroups(ProtectionGroupData[] datas)
Parameters:
datas -