org.openxma.dsl.reference.dto
Class QuantityQuery
java.lang.Object
org.openxma.dsl.reference.dto.QuantityQuery
- All Implemented Interfaces:
- org.openxma.dsl.platform.dao.FilterExpression
public class QuantityQuery
- extends java.lang.Object
- implements org.openxma.dsl.platform.dao.FilterExpression
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuantityQuery
public QuantityQuery()
setQuantity
public QuantityQuery setQuantity(java.lang.Long quantity)
getQuantity
public java.lang.Long getQuantity()
setFirstResult
public QuantityQuery setFirstResult(java.lang.Integer firstResult)
getFirstResult
public java.lang.Integer getFirstResult()
setMaxResults
public QuantityQuery setMaxResults(java.lang.Integer maxResults)
getMaxResults
public java.lang.Integer getMaxResults()
setOid
public QuantityQuery setOid(java.lang.String oid)
getOid
public java.lang.String getOid()
applyTo
public java.lang.Object applyTo(org.openxma.dsl.platform.dao.Filterable filterable)
- Specified by:
applyTo in interface org.openxma.dsl.platform.dao.FilterExpression
Copyright © 2010. All Rights Reserved.