com.activequant.domainmodel
Class Region

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

public class Region
extends PersistentEntity

Just mark all properties as @Property.

Author:
ustaudinger

Constructor Summary
Region()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 String getRegion()
           
 void setDescription(String description)
           
 void setName(String name)
           
 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

Region

public Region()
Method Detail

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.