gov.nih.nci.caarray.domain.data
Class Image

java.lang.Object
  extended by gov.nih.nci.caarray.domain.AbstractCaArrayObject
      extended by gov.nih.nci.caarray.domain.AbstractCaArrayEntity
          extended by gov.nih.nci.caarray.domain.data.Image
All Implemented Interfaces:
com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable

public class Image
extends AbstractCaArrayEntity

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayEntity
CAARRAY_LSID_AUTHORITY, CAARRAY_LSID_NAMESPACE
 
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject
DEFAULT_BATCH_SIZE, DEFAULT_STRING_COLUMN_SIZE, LARGE_TEXT_FIELD_LENGTH
 
Constructor Summary
Image()
           
 
Method Summary
 Hybridization getHybridization()
           
 CaArrayFile getImageFile()
          Gets the imageFile.
 java.lang.String getName()
          Gets the name.
 java.util.Set<ProtocolApplication> getProtocolApplications()
          Gets the protocolApplications.
 RawArrayData getRawArrayData()
           
 void setHybridization(Hybridization hybridization)
           
 void setImageFile(CaArrayFile imageFileVal)
          Sets the imageFile.
 void setName(java.lang.String nameVal)
          Sets the name.
 void setRawArrayData(RawArrayData rawArrayData)
           
 java.lang.String toString()
          
 
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayEntity
getLsid, getLsidAuthority, getLsidNamespace, getLsidObjectId, setLsid, setLsid, setLsidForEntity
 
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject
equals, getCaBigId, getId, getPostLoadSecurityPolicies, getRemoteApiSecurityPolicies, hashCode, setCaBigId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Image

public Image()
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String nameVal)
Sets the name.

Parameters:
nameVal - the name

getProtocolApplications

public java.util.Set<ProtocolApplication> getProtocolApplications()
Gets the protocolApplications.

Returns:
the protocolApplications

getImageFile

public CaArrayFile getImageFile()
Gets the imageFile.

Returns:
the imageFile

setImageFile

public void setImageFile(CaArrayFile imageFileVal)
Sets the imageFile.

Parameters:
imageFileVal - the imageFile

toString

public java.lang.String toString()

Overrides:
toString in class AbstractCaArrayObject

getHybridization

public Hybridization getHybridization()
Returns:
the hybridization

setHybridization

public void setHybridization(Hybridization hybridization)
Parameters:
hybridization - the hybridization to set

getRawArrayData

public RawArrayData getRawArrayData()
Returns:
the raw array data

setRawArrayData

public void setRawArrayData(RawArrayData rawArrayData)
Parameters:
rawArrayData - the raw array data to set