gov.nih.nci.caarray.common.data.arraydesign
Class ReporterGroupDesc

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

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

Author:
TranP
See Also:
Serialized Form

Constructor Summary
ReporterGroupDesc()
           
 
Method Summary
 long getId()
           
 java.lang.String getName()
           
 ProtectionGroupData[] getProtectionGroups()
           
 SecuredElementData getSecuredElement()
           
 VocabData getSpecies()
           
 long[] getVisibilitys()
           
 void setId(long id)
           
 void setName(java.lang.String name)
           
 void setProtectionGroups(ProtectionGroupData[] datas)
           
 void setSecuredElement(SecuredElementData securedElement)
           
 void setSpecies(VocabData specie)
           
 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

ReporterGroupDesc

public ReporterGroupDesc()
Method Detail

getSecuredElement

public SecuredElementData getSecuredElement()
Returns:

getName

public java.lang.String getName()
Returns:

getId

public long getId()
Returns:

getSpecies

public VocabData getSpecies()
Returns:

setSecuredElement

public void setSecuredElement(SecuredElementData securedElement)
Parameters:
l -

setName

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

setId

public void setId(long id)
Parameters:
l -

setSpecies

public void setSpecies(VocabData specie)
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 -