com.hyper9.simdk.stubs.dao
Class NumericRange

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.NumericRange
All Implemented Interfaces:
Serializable

public class NumericRange
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
NumericRange()
           
 
Method Summary
 Integer getEnd()
           
 Integer getStart()
           
 void setEnd(Integer toSet)
           
 void setStart(Integer toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericRange

public NumericRange()
Method Detail

getStart

public Integer getStart()

setStart

public void setStart(Integer toSet)

getEnd

public Integer getEnd()

setEnd

public void setEnd(Integer toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.