@Entity public class CrossHierarchy extends AbstractPersistable<Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_CROSSHIERARCHY |
| Constructor and Description |
|---|
CrossHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
Boundary |
getChild() |
BoundaryType |
getChildType() |
Long |
getId() |
Boundary |
getParent() |
BoundaryType |
getParentType() |
void |
setChild(Boundary child) |
void |
setChildType(BoundaryType childType) |
protected void |
setId(Long id) |
void |
setParent(Boundary parent) |
void |
setParentType(BoundaryType parentType) |
getVersion, isNew, notEquals, toStringpublic static final String SEQ_CROSSHIERARCHY
public Long getId()
getId in class AbstractPersistable<Long>protected void setId(Long id)
setId in class AbstractPersistable<Long>public Boundary getParent()
public void setParent(Boundary parent)
public Boundary getChild()
public void setChild(Boundary child)
public BoundaryType getParentType()
public void setParentType(BoundaryType parentType)
public BoundaryType getChildType()
public void setChildType(BoundaryType childType)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.