gov.nih.nci.mageom.search.DesignElement.impl
Class PositionSearchCriteriaImpl

java.lang.Object
  extended by gov.nih.nci.caBIO.util.PermissionObject
      extended by gov.nih.nci.common.search.SearchCriteria
          extended by gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
              extended by gov.nih.nci.mageom.search.impl.ExtendableSearchCriteriaImpl
                  extended by gov.nih.nci.mageom.search.DesignElement.impl.PositionSearchCriteriaImpl
All Implemented Interfaces:
Directable, Searchable, SessionObject, PositionSearchCriteria, ExtendableSearchCriteria, java.io.Serializable, java.lang.Cloneable

public class PositionSearchCriteriaImpl
extends ExtendableSearchCriteriaImpl
implements PositionSearchCriteria, java.io.Serializable

Represents a query for Position objects.

Version:
%I%, %G%
See Also:
Serialized Form

Field Summary
protected  MAGESCUtils _scUtils
           
 
Fields inherited from class gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
currentHandler
 
Fields inherited from class gov.nih.nci.common.search.SearchCriteria
_ands, _groups, _ors, _sessionId, criteriaCollection, fillInAllObjects, fillInObjects, myObjects, orderBy
 
Fields inherited from interface gov.nih.nci.mageom.search.DesignElement.PositionSearchCriteria
ID_ATTRIBUTE, X_ATTRIBUTE, Y_ATTRIBUTE
 
Constructor Summary
PositionSearchCriteriaImpl()
           
 
Method Summary
 java.lang.Long getId()
          Returns the value of the id criterion.
 java.lang.Float getX()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x
 java.lang.Float getY()
          Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y
 void setId(java.lang.Long id)
          Sets the value of the id criterion.
 void setId(java.lang.Long id, java.lang.String booleanOp)
           
 void setX(java.lang.Float x)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x
 void setX(java.lang.Float x, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x
 void setY(java.lang.Float y)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y
 void setY(java.lang.Float y, java.lang.String booleanOp)
          Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y
 java.lang.String toString()
          Returns a String representation of this object suitable for console display.
 
Methods inherited from class gov.nih.nci.mageom.search.impl.MAGEOMSearchCriteria
defaultHandler, direct, getBeanClassName, getBeanName, getHandler, main, putCriterion, search, setHandler
 
Methods inherited from class gov.nih.nci.common.search.SearchCriteria
addCriteriaGroup, clone, equals, findCriterion, getAnds, getAvailableCriteria, getAvailableCriteria, getClassName, getCount, getCount, getCriteriaCollection, getCriteriaGroups, getCriterion, getCriterion, getCriterionValue, getFillInAllObjects, getFillInObjects, getMaxRecordset, getObjects, getOrderBy, getOrs, getReturnCount, getReturnObjects, getSearchCriteria, getSearchCriteria, getSessionId, getStartAt, hasElement, hashCode, putCriteria, putCriteria, putCriteria, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putCriterion, putSearchCriteria, removeCriterion, removeElement, runSearch, search, setBeanClassName, setClassName, setFillInAllObjects, setFillInObjects, setMaxRecordset, setObjects, setOrderBy, setReturnCount, setReturnObjects, setSessionId, setStartAt
 
Methods inherited from class gov.nih.nci.caBIO.util.PermissionObject
getUserAccess, setArrayAccess, setUserAccess
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gov.nih.nci.common.search.Searchable
getMaxRecordset, getOrderBy, getReturnCount, getReturnObjects, putCriterion, putCriterion, search, setMaxRecordset, setOrderBy, setReturnCount, setReturnObjects
 
Methods inherited from interface gov.nih.nci.common.search.session.SessionObject
getSessionId, setSessionId
 

Field Detail

_scUtils

protected MAGESCUtils _scUtils
Constructor Detail

PositionSearchCriteriaImpl

public PositionSearchCriteriaImpl()
Method Detail

getId

public java.lang.Long getId()
Returns the value of the id criterion.

Specified by:
getId in interface PositionSearchCriteria
Specified by:
getId in interface ExtendableSearchCriteria
Overrides:
getId in class ExtendableSearchCriteriaImpl
Returns:
the id criterion

setId

public void setId(java.lang.Long id)
Sets the value of the id criterion.

Specified by:
setId in interface PositionSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Overrides:
setId in class ExtendableSearchCriteriaImpl
Parameters:
id -

setId

public void setId(java.lang.Long id,
                  java.lang.String booleanOp)
Specified by:
setId in interface PositionSearchCriteria
Specified by:
setId in interface ExtendableSearchCriteria
Overrides:
setId in class ExtendableSearchCriteriaImpl

getX

public java.lang.Float getX()
Description copied from interface: PositionSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x

Specified by:
getX in interface PositionSearchCriteria
Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.search.DesignElement.PositionSearchCriteria#x

getY

public java.lang.Float getY()
Description copied from interface: PositionSearchCriteria
Gets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y

Specified by:
getY in interface PositionSearchCriteria
Returns:
the java.lang.Float criterion value.
See Also:
gov.nih.nci.mageom.search.DesignElement.PositionSearchCriteria#y

setX

public void setX(java.lang.Float x)
Description copied from interface: PositionSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x

Specified by:
setX in interface PositionSearchCriteria
See Also:
gov.nih.nci.mageom.search.DesignElement.PositionSearchCriteria#x

setX

public void setX(java.lang.Float x,
                 java.lang.String booleanOp)
Description copied from interface: PositionSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.x

Specified by:
setX in interface PositionSearchCriteria
Parameters:
x - the criterion value
See Also:
gov.nih.nci.mageom.search.DesignElement.PositionSearchCriteria#x

setY

public void setY(java.lang.Float y)
Description copied from interface: PositionSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y

Specified by:
setY in interface PositionSearchCriteria
See Also:
gov.nih.nci.mageom.search.DesignElement.PositionSearchCriteria#y

setY

public void setY(java.lang.Float y,
                 java.lang.String booleanOp)
Description copied from interface: PositionSearchCriteria
Sets the value of the criterion corresponding to gov.nih.nci.mageom.domain.DesignElement.Position.y

Specified by:
setY in interface PositionSearchCriteria
Parameters:
y - the criterion value
See Also:
gov.nih.nci.mageom.search.DesignElement.PositionSearchCriteria#y

toString

public java.lang.String toString()
Returns a String representation of this object suitable for console display.

Overrides:
toString in class ExtendableSearchCriteriaImpl
Returns:
the String representation.