com.activequant.domainmodel
Class Region
java.lang.Object
com.activequant.domainmodel.PersistentEntity
com.activequant.domainmodel.Region
public class Region
- 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 |
Region
public Region()
getId
public String getId()
- Specified by:
getId in class PersistentEntity
getRegion
public String getRegion()
setRegion
public void setRegion(String region)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.