com.activequant.domainmodel
Class FX

java.lang.Object
  extended by com.activequant.domainmodel.PersistentEntity
      extended by com.activequant.domainmodel.Instrument
          extended by com.activequant.domainmodel.FX

public class FX
extends Instrument


Constructor Summary
FX()
           
 
Method Summary
 String getFrom()
           
 String getId()
           
 String getTo()
           
 void setFrom(String from)
           
 void setTo(String to)
           
 
Methods inherited from class com.activequant.domainmodel.Instrument
getDescription, getName, getShortName, setDescription, setName, setShortName, toString
 
Methods inherited from class com.activequant.domainmodel.PersistentEntity
clearMap, convertValueToType, getClassName, getCreationTime, getDeletionTime, getSnapshotTime, initFromMap, nullSafe, propertyMap, setClassName, setCreationTime, setDeletionTime, setSnapshotTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FX

public FX()
Method Detail

getFrom

public String getFrom()

setFrom

public void setFrom(String from)

getTo

public String getTo()

setTo

public void setTo(String to)

getId

public String getId()
Specified by:
getId in class Instrument


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.