com.activequant.domainmodel
Class Exchange
java.lang.Object
com.activequant.domainmodel.PersistentEntity
com.activequant.domainmodel.Venue
com.activequant.domainmodel.Exchange
public class Exchange
- extends Venue
Holds all parameters for an exchange.
- Author:
- ustaudinger
| 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, toString, wait, wait, wait |
Exchange
public Exchange()
Exchange
public Exchange(String venueId,
String country,
String description,
String name,
String contactPerson,
String phoneNumber,
String contactEmail)
getContactEmail
public String getContactEmail()
getContactPerson
public String getContactPerson()
getPhoneNumber
public String getPhoneNumber()
setContactEmail
public void setContactEmail(String contactEmail)
setContactPerson
public void setContactPerson(String contactPerson)
setPhoneNumber
public void setPhoneNumber(String phoneNumer)
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.