com.activequant.domainmodel
Class Venue
java.lang.Object
com.activequant.domainmodel.PersistentEntity
com.activequant.domainmodel.Venue
- Direct Known Subclasses:
- Exchange, OTCCounterparty
public abstract class Venue
- extends PersistentEntity
| 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 |
Venue
public Venue(String className)
Venue
public Venue(String className,
String venuId,
String country,
String description,
String name)
getId
public String getId()
- Specified by:
getId in class PersistentEntity
getCountry
public String getCountry()
getDescription
public String getDescription()
getName
public String getName()
getVenueId
public String getVenueId()
setCountry
public void setCountry(String country)
setDescription
public void setDescription(String description)
setName
public void setName(String name)
setVenueId
public void setVenueId(String venueId)
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.