org.zeroexchange.model.resource.value
Class ContinuousValue

java.lang.Object
  extended by org.zeroexchange.model.Persistent
      extended by org.zeroexchange.model.IntegerPKPersistent
          extended by org.zeroexchange.model.resource.value.Value
              extended by org.zeroexchange.model.resource.value.ContinuousValue
All Implemented Interfaces:
Serializable, Identifiable<Integer>
Direct Known Subclasses:
DoubleValue

@MappedSuperclass
public class ContinuousValue
extends Value

The base clas for values of the continuous types (integer, string)

Author:
black
See Also:
Serialized Form

Field Summary
static int TYPE_LEFT_BOUND
           
static int TYPE_ROGHT_BOUND
           
static int TYPE_SINGULAR
           
 
Fields inherited from class org.zeroexchange.model.resource.value.Value
FIELD_PROPERTYSPEC
 
Fields inherited from interface org.zeroexchange.model.Identifiable
FIELD_ID
 
Constructor Summary
ContinuousValue()
           
 
Method Summary
 int getBoundType()
           
 boolean isExcludeFromPeriod()
           
 void setBoundType(int type)
           
 void setExcludeFromPeriod(boolean excludeFromPeriod)
           
 
Methods inherited from class org.zeroexchange.model.IntegerPKPersistent
equals, getId, hashCode, setId
 
Methods inherited from class org.zeroexchange.model.Persistent
getTransientValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_SINGULAR

public static final int TYPE_SINGULAR
See Also:
Constant Field Values

TYPE_LEFT_BOUND

public static final int TYPE_LEFT_BOUND
See Also:
Constant Field Values

TYPE_ROGHT_BOUND

public static final int TYPE_ROGHT_BOUND
See Also:
Constant Field Values
Constructor Detail

ContinuousValue

public ContinuousValue()
Method Detail

getBoundType

public int getBoundType()
Returns:
the boundType

setBoundType

public void setBoundType(int type)
Parameters:
boundType - the boundType to set

isExcludeFromPeriod

public boolean isExcludeFromPeriod()
Returns:
the excludeFromPeriod

setExcludeFromPeriod

public void setExcludeFromPeriod(boolean excludeFromPeriod)
Parameters:
excludeFromPeriod - the excludeFromPeriod to set


Copyright © 2013. All Rights Reserved.