@Entity public class BoundaryType extends AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_BOUNDARY_TYPE |
| Constructor and Description |
|---|
BoundaryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildBoundaryType(BoundaryType boundaryType) |
boolean |
equals(Object obj) |
Set<BoundaryType> |
getChildBoundaryTypes() |
Long |
getHierarchy() |
HierarchyType |
getHierarchyType() |
Long |
getId() |
String |
getLocalName() |
String |
getName() |
BoundaryType |
getParent() |
String |
getParentName() |
int |
hashCode() |
void |
setChildBoundaryTypes(Set<BoundaryType> childBoundaryTypes) |
void |
setHierarchy(Long hierarchy) |
void |
setHierarchyType(HierarchyType hierarchyType) |
void |
setId(Long id) |
void |
setLocalName(String localName) |
void |
setName(String name) |
void |
setParent(BoundaryType parent) |
void |
setParentName(String parentName) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetVersion, isNew, notEquals, toStringpublic static final String SEQ_BOUNDARY_TYPE
public Long getId()
getId in class AbstractPersistable<Long>public void setId(Long id)
setId in class AbstractPersistable<Long>public String getName()
public void setName(String name)
public HierarchyType getHierarchyType()
public void setHierarchyType(HierarchyType hierarchyType)
public BoundaryType getParent()
public void setParent(BoundaryType parent)
public Long getHierarchy()
public void setHierarchy(Long hierarchy)
public String getParentName()
public void setParentName(String parentName)
public Set<BoundaryType> getChildBoundaryTypes()
public void setChildBoundaryTypes(Set<BoundaryType> childBoundaryTypes)
public void addChildBoundaryType(BoundaryType boundaryType)
public String getLocalName()
public void setLocalName(String localName)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.