com.activequant.domainmodel
Class Venue

java.lang.Object
  extended by com.activequant.domainmodel.PersistentEntity
      extended by com.activequant.domainmodel.Venue
Direct Known Subclasses:
Exchange, OTCCounterparty

public abstract class Venue
extends PersistentEntity


Constructor Summary
Venue(String className)
           
Venue(String className, String venuId, String country, String description, String name)
           
 
Method Summary
 String getCountry()
           
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getVenueId()
           
 void setCountry(String country)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setVenueId(String venueId)
           
 
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
 

Constructor Detail

Venue

public Venue(String className)

Venue

public Venue(String className,
             String venuId,
             String country,
             String description,
             String name)
Method Detail

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.