com.activequant.domainmodel
Class Country

java.lang.Object
  extended by com.activequant.domainmodel.PersistentEntity
      extended by com.activequant.domainmodel.Country

public class Country
extends PersistentEntity

Just mark all properties as @Property.

Author:
ustaudinger

Constructor Summary
Country()
           
 
Method Summary
 String getCountry()
           
 String getCurrency()
           
 String getId()
           
 String getRegion()
           
 void setCountry(String country)
           
 void setCurrency(String currency)
           
 void setRegion(String region)
           
 
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

Country

public Country()
Method Detail

getId

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

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getCurrency

public String getCurrency()

setCurrency

public void setCurrency(String currency)

getRegion

public String getRegion()

setRegion

public void setRegion(String region)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.