com.activequant.domainmodel
Class GenericRow

java.lang.Object
  extended by com.activequant.domainmodel.GenericRow
All Implemented Interfaces:
Serializable

public class GenericRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GenericRow()
           
GenericRow(Long created, String keyVal, String fieldName, Long intVal, Double doubleVal, String stringVal)
           
 
Method Summary
 Long getCreated()
           
 Double getDoubleVal()
           
 String getFieldName()
           
 String getKeyVal()
           
 Long getLongVal()
           
 String getStringVal()
           
 void setCreated(Long created)
           
 void setDoubleVal(Double doubleVal)
           
 void setFieldName(String fieldName)
           
 void setKeyVal(String keyVal)
           
 void setLongVal(Long intVal)
           
 void setStringVal(String stringVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericRow

public GenericRow()

GenericRow

public GenericRow(Long created,
                  String keyVal,
                  String fieldName,
                  Long intVal,
                  Double doubleVal,
                  String stringVal)
Method Detail

getCreated

public Long getCreated()

getDoubleVal

public Double getDoubleVal()

getFieldName

public String getFieldName()

getLongVal

public Long getLongVal()

getKeyVal

public String getKeyVal()

getStringVal

public String getStringVal()

setCreated

public void setCreated(Long created)

setDoubleVal

public void setDoubleVal(Double doubleVal)

setFieldName

public void setFieldName(String fieldName)

setLongVal

public void setLongVal(Long intVal)

setKeyVal

public void setKeyVal(String keyVal)

setStringVal

public void setStringVal(String stringVal)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.