gov.nih.nci.caarray.common.data.array
Class ArraySearchCriteria

java.lang.Object
  extended by gov.nih.nci.caarray.common.data.util.BaseSearchCriteria
      extended by gov.nih.nci.caarray.common.data.array.ArraySearchCriteria
All Implemented Interfaces:
java.io.Serializable

public class ArraySearchCriteria
extends BaseSearchCriteria

Author:
Tranp, Mujus
See Also:
Serialized Form

Constructor Summary
ArraySearchCriteria()
           
 
Method Summary
 long getArrayDesignId()
           
 java.util.Date getEndManufactureDate()
           
 java.lang.String getFreeText()
           
 java.lang.String getGroupName()
           
 long getManufacturerId()
           
 long getManufacturingProtocolId()
           
 java.util.Date getStartManufactureDate()
           
 VocabData getSubstrateType()
           
 ProtectionGroupData getVisibility()
           
 void setArrayDesignId(long arrayDesignId)
           
 void setEndManufactureDate(java.util.Date endManufactureDate)
           
 void setFreeText(java.lang.String freeText)
           
 void setGroupName(java.lang.String groupName)
           
 void setManufacturerId(long manufacturerId)
           
 void setManufacturingProtocolId(long protocolId)
           
 void setStartManufactureDate(java.util.Date startManufactureDate)
           
 void setSubstrateType(VocabData substrateType)
           
 void setVisibility(ProtectionGroupData visibility)
           
 
Methods inherited from class gov.nih.nci.caarray.common.data.util.BaseSearchCriteria
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArraySearchCriteria

public ArraySearchCriteria()
Method Detail

getArrayDesignId

public long getArrayDesignId()
Returns:
Returns the arrayDesignId.

setArrayDesignId

public void setArrayDesignId(long arrayDesignId)
Parameters:
arrayDesignId - The arrayDesignId to set.

getEndManufactureDate

public java.util.Date getEndManufactureDate()
Returns:
Returns the endManufactureDate.

setEndManufactureDate

public void setEndManufactureDate(java.util.Date endManufactureDate)
Parameters:
endManufactureDate - The endManufactureDate to set.

getFreeText

public java.lang.String getFreeText()
Returns:
Returns the freeText.

setFreeText

public void setFreeText(java.lang.String freeText)
Parameters:
freeText_ - The freeText to set.

getManufacturingProtocolId

public long getManufacturingProtocolId()
Returns:
Returns the manufacturingProtocol.

setManufacturingProtocolId

public void setManufacturingProtocolId(long protocolId)
Parameters:
manufacturingProtocol - The manufacturingProtocol to set.

getStartManufactureDate

public java.util.Date getStartManufactureDate()
Returns:
Returns the startManufactureDate.

setStartManufactureDate

public void setStartManufactureDate(java.util.Date startManufactureDate)
Parameters:
startManufactureDate - The startManufactureDate to set.

getSubstrateType

public VocabData getSubstrateType()
Returns:
Returns the substrateType.

setSubstrateType

public void setSubstrateType(VocabData substrateType)
Parameters:
substrateType - The substrateType to set.

getVisibility

public ProtectionGroupData getVisibility()
Returns:
Returns the visibility.

setVisibility

public void setVisibility(ProtectionGroupData visibility)
Parameters:
visibility - The visibility to set.

getGroupName

public java.lang.String getGroupName()
Returns:
Returns the groupName.

setGroupName

public void setGroupName(java.lang.String groupName)
Parameters:
groupName - The groupName to set.

getManufacturerId

public long getManufacturerId()
Returns:
Returns the manufacturer.

setManufacturerId

public void setManufacturerId(long manufacturerId)
Parameters:
manufacturerId - The manufacturerId to set.