public class HistoryValueImpl extends de.willuhn.datasource.db.AbstractDBObject implements ValueHistory
Constructor and Description |
---|
HistoryValueImpl() |
Modifier and Type | Method and Description |
---|---|
Wertpapier |
getAktie()
Liefert die Wertpapier.
|
protected java.lang.Class<Wertpapier> |
getForeignObject(java.lang.String field) |
java.lang.String |
getPrimaryAttribute() |
protected java.lang.String |
getTableName() |
java.util.Date |
getTradingDate()
Liefert das TradingDate des ValueHistory.
|
double |
getTradingPrice()
Liefert den TradingPrice des ValueHistory.
|
protected void |
insertCheck() |
void |
setAktie(Wertpapier wertpapier)
Setzt die Wertpapier
|
void |
setTradingDate(java.util.Date tradingDate)
Setzt das tradindDate des ValueHistory.
|
void |
setTradingPrice(double tradingPrice)
Setzt den TradingPrice des ValueHistory.
|
protected void |
updateCheck() |
addDeleteListener, addStoreListener, clear, delete, deleteCheck, equals, getAttribute, getAttributeNames, getAttributeType, getID, getIDField, getInsertSQL, getList, getListQuery, getLoadQuery, getService, getUpdateSQL, hasChanged, hasChanged, init, insert, isNewObject, load, overwrite, removeDeleteListener, removeStoreListener, setAttribute, setID, setService, store, transactionBegin, transactionCommit, transactionRollback
clone, exportObject, exportObject, exportObject, unexportObject
equals, getRef, hashCode, toString, toStub
finalize, getClass, notify, notifyAll, wait, wait, wait
addDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, load, removeDeleteListener, removeStoreListener
public HistoryValueImpl() throws java.rmi.RemoteException
java.rmi.RemoteException
- - see RemoteException
public Wertpapier getAktie() throws java.rmi.RemoteException
ValueHistory
getAktie
in interface ValueHistory
java.rmi.RemoteException
- see RemoteException
ValueHistory.getAktie()
public java.lang.String getPrimaryAttribute() throws java.rmi.RemoteException
getPrimaryAttribute
in interface de.willuhn.datasource.GenericObject
getPrimaryAttribute
in interface de.willuhn.datasource.rmi.DBObject
getPrimaryAttribute
in class de.willuhn.datasource.db.AbstractDBObject
java.rmi.RemoteException
GenericObject.getPrimaryAttribute()
public java.util.Date getTradingDate() throws java.rmi.RemoteException
ValueHistory
getTradingDate
in interface ValueHistory
java.rmi.RemoteException
- see RemoteException
ValueHistory.getTradingDate()
public double getTradingPrice() throws java.rmi.RemoteException
ValueHistory
getTradingPrice
in interface ValueHistory
java.rmi.RemoteException
- see RemoteException
ValueHistory.getTradingPrice()
public void setAktie(Wertpapier wertpapier) throws java.rmi.RemoteException
ValueHistory
setAktie
in interface ValueHistory
wertpapier
- die Wertpapierjava.rmi.RemoteException
- see RemoteException
ValueHistory.setAktie(Wertpapier)
public void setTradingDate(java.util.Date tradingDate) throws java.rmi.RemoteException
ValueHistory
setTradingDate
in interface ValueHistory
tradingDate
- des ValueHistory.java.rmi.RemoteException
- see RemoteException
ValueHistory.setTradingDate(Date)
public void setTradingPrice(double tradingPrice) throws java.rmi.RemoteException
ValueHistory
setTradingPrice
in interface ValueHistory
tradingPrice
- des ValueHistory.java.rmi.RemoteException
- see RemoteException
ValueHistory.setTradingPrice(double)
protected java.lang.Class<Wertpapier> getForeignObject(java.lang.String field) throws java.rmi.RemoteException
getForeignObject
in class de.willuhn.datasource.db.AbstractDBObject
java.rmi.RemoteException
AbstractDBObject.getForeignObject(java.lang.String)
protected java.lang.String getTableName()
getTableName
in class de.willuhn.datasource.db.AbstractDBObject
AbstractDBObject.getTableName()
protected void insertCheck() throws de.willuhn.util.ApplicationException
insertCheck
in class de.willuhn.datasource.db.AbstractDBObject
de.willuhn.util.ApplicationException
AbstractDBObject.insertCheck()
protected void updateCheck() throws de.willuhn.util.ApplicationException
updateCheck
in class de.willuhn.datasource.db.AbstractDBObject
de.willuhn.util.ApplicationException
AbstractDBObject.updateCheck()