@Entity
@CompositeUnique(fields={"connectionCategory","propertyType"},
enableDfltMsg=true,
message="{propertycategory.validity.exist}")
public class PropertyCategory
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_PROPERTY_CATEGORY |
| Constructor and Description |
|---|
PropertyCategory() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionCategory |
getConnectionCategory() |
Long |
getId() |
PropertyType |
getPropertyType() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setConnectionCategory(ConnectionCategory connectionCategory) |
protected void |
setId(Long id) |
void |
setPropertyType(PropertyType propertyType) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_PROPERTY_CATEGORY
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>protected void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public PropertyType getPropertyType()
public void setPropertyType(PropertyType propertyType)
public ConnectionCategory getConnectionCategory()
public void setConnectionCategory(ConnectionCategory connectionCategory)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.