|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.directdemocracyportal.democracy.model.core.BaseEntity org.directdemocracyportal.democracy.model.core.Environment org.directdemocracyportal.democracy.model.world.Region
@Entity public class Region extends Environment
The Class Region.
Constructor and Description |
---|
Region()
Instantiates a new region. |
Modifier and Type | Method and Description |
---|---|
Region |
getParent()
Gets the parent. |
java.util.Set<Region> |
getParts()
Gets the parts. |
RegionType |
getRegionType()
Gets the region type. |
void |
setParent(Region parent)
Sets the parent. |
void |
setParts(java.util.Set<Region> parts)
Sets the parts. |
void |
setRegionType(RegionType regionType)
Sets the region type. |
Methods inherited from class org.directdemocracyportal.democracy.model.core.Environment |
---|
equals, getAgents, getId, getName, hashCode, setAgents, setId, setName |
Methods inherited from class org.directdemocracyportal.democracy.model.core.BaseEntity |
---|
isNew |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Region()
Method Detail |
---|
public Region getParent()
public void setParent(Region parent)
parent
- the new parentpublic java.util.Set<Region> getParts()
public void setParts(java.util.Set<Region> parts)
parts
- the new partspublic RegionType getRegionType()
public void setRegionType(RegionType regionType)
regionType
- the new region type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |