com.activequant.domainmodel
Class Country
java.lang.Object
com.activequant.domainmodel.PersistentEntity
com.activequant.domainmodel.Country
public class Country
- extends PersistentEntity
Just mark all properties as @Property.
- 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 |
Country
public Country()
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.