@Entity
@Unique(id="id",
tableName="eglc_interimtype_master",
columnName={"code","interimOrderType"},
fields={"code","interimOrderType"},
enableDfltMsg=true)
public class InterimOrder
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_INTERIMORDER |
| Constructor and Description |
|---|
InterimOrder() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
String |
getCode() |
String |
getDescription() |
Long |
getId() |
String |
getInterimOrderType() |
Long |
getOrderNumber() |
void |
setActive(Boolean active) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setInterimOrderType(String interimOrderType) |
void |
setOrderNumber(Long orderNumber) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_INTERIMORDER
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public String getInterimOrderType()
public void setInterimOrderType(String interimOrderType)
public String getCode()
public void setCode(String code)
public String getDescription()
public void setDescription(String description)
public Long getOrderNumber()
public void setOrderNumber(Long orderNumber)
public Boolean getActive()
public void setActive(Boolean active)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.