@Entity
@CompositeUnique(fields={"pipeSize","propertyType"},
enableDfltMsg=true,
message="{propertypipesize.validity.exist}")
public class PropertyPipeSize
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_PROPERTY_PIPESIZE |
| Constructor and Description |
|---|
PropertyPipeSize() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
Long |
getId() |
PipeSize |
getPipeSize() |
PropertyType |
getPropertyType() |
void |
setActive(Boolean active) |
protected void |
setId(Long id) |
void |
setPipeSize(PipeSize pipeSize) |
void |
setPropertyType(PropertyType propertyType) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_PROPERTY_PIPESIZE
public PropertyType getPropertyType()
public void setPropertyType(PropertyType propertyType)
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 PipeSize getPipeSize()
public void setPipeSize(PipeSize pipeSize)
public Boolean getActive()
public void setActive(Boolean active)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.