net.sf.emarket.account.domain
Class AcctPosition

java.lang.Object
  extended by net.sf.emarket.account.domain.AcctPosition
All Implemented Interfaces:
java.io.Serializable

public class AcctPosition
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String TYPE_LONG
           
static java.lang.String TYPE_SHORT
           
 
Constructor Summary
AcctPosition()
           
 
Method Summary
 java.lang.String getAcctId()
           
 float getCurrentPrice()
           
 float getCurrentValue()
           
 long getFillId()
           
 long getId()
           
 java.sql.Timestamp getLastUpdated()
           
 java.lang.String getOrderId()
           
 float getPurchasePrice()
           
 long getQuantity()
           
 java.lang.String getSymbol()
           
 java.lang.String getSymbolType()
           
 float getTotalPrice()
           
 java.lang.String getType()
           
 void setAcctId(java.lang.String acctId)
           
 void setCurrentPrice(float currentPrice)
           
 void setCurrentValue(float currentValue)
           
 void setFillId(long fillId)
           
 void setId(long id)
           
 void setLastUpdated(java.sql.Timestamp lastUpdated)
           
 void setOrderId(java.lang.String orderId)
           
 void setPurchasePrice(float purchasePrice)
           
 void setQuantity(long quantity)
           
 void setSymbol(java.lang.String symbol)
           
 void setSymbolType(java.lang.String symbolType)
           
 void setTotalPrice(float totalPrice)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_LONG

public static final java.lang.String TYPE_LONG
See Also:
Constant Field Values

TYPE_SHORT

public static final java.lang.String TYPE_SHORT
See Also:
Constant Field Values
Constructor Detail

AcctPosition

public AcctPosition()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getAcctId

public java.lang.String getAcctId()

setAcctId

public void setAcctId(java.lang.String acctId)

getOrderId

public java.lang.String getOrderId()

setOrderId

public void setOrderId(java.lang.String orderId)

getFillId

public long getFillId()

setFillId

public void setFillId(long fillId)

getSymbol

public java.lang.String getSymbol()

setSymbol

public void setSymbol(java.lang.String symbol)

getSymbolType

public java.lang.String getSymbolType()

setSymbolType

public void setSymbolType(java.lang.String symbolType)

getQuantity

public long getQuantity()

setQuantity

public void setQuantity(long quantity)

getPurchasePrice

public float getPurchasePrice()

setPurchasePrice

public void setPurchasePrice(float purchasePrice)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getTotalPrice

public float getTotalPrice()

setTotalPrice

public void setTotalPrice(float totalPrice)

getCurrentPrice

public float getCurrentPrice()

setCurrentPrice

public void setCurrentPrice(float currentPrice)

getCurrentValue

public float getCurrentValue()

setCurrentValue

public void setCurrentValue(float currentValue)

getLastUpdated

public java.sql.Timestamp getLastUpdated()

setLastUpdated

public void setLastUpdated(java.sql.Timestamp lastUpdated)


Copyright © 2009. All Rights Reserved.