@Entity
public class MBHeader
extends org.egov.infra.workflow.entity.StateAware
| Modifier and Type | Class and Description |
|---|---|
static class |
MBHeader.Actions |
static class |
MBHeader.MeasurementBookStatus |
| Modifier and Type | Field and Description |
|---|---|
static String |
GETALLAPPROVEDMBHEADERS |
static String |
GETALLBILLEDMBS |
static String |
GETALLBILLEDMBSFORWOESTIMATE |
static String |
GETALLMBHEADERSBYBILLID |
static String |
GETALLMBNOSBYWORKESTIMATE |
static String |
GETALLMBSFORBILLID |
static String |
GETAMOUNTFORAPPROVEDREVISIONWO |
static String |
GETAPPROVEDMBLIST |
static String |
GETMBBYWORKORDERESTID |
static String |
GETMBWITHOUTLEGACYBYWOESTID |
static String |
GETPARTBILLLIST |
static String |
SEQ_EGW_MB_HEADER |
static String |
TOTALMBAMOUNTOFMBS |
static String |
TOTALMBAMOUNTOFMBSFORREVISIONWO |
| Constructor and Description |
|---|
MBHeader() |
buildStateInfo, byCreatedDate, end, getCurrentState, getState, getStateHistory, getStateInfoJson, getStateType, hasState, myLinkId, reinitiateTransition, reopen, setState, start, stateInProgress, stateIsEnded, stateIsNew, transition, transition, withComments, withDateInfo, withExtraDateInfo, withExtraInfo, withInitiator, withNatureOfTask, withNextAction, withOwner, withOwner, withSenderName, withStateValuegetCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_MB_HEADER
public static final String GETAPPROVEDMBLIST
public static final String GETPARTBILLLIST
public static final String GETALLBILLEDMBS
public static final String GETALLBILLEDMBSFORWOESTIMATE
public static final String GETALLMBSFORBILLID
public static final String GETMBBYWORKORDERESTID
public static final String GETMBWITHOUTLEGACYBYWOESTID
public static final String GETALLMBHEADERSBYBILLID
public static final String GETALLMBNOSBYWORKESTIMATE
public static final String TOTALMBAMOUNTOFMBS
public static final String TOTALMBAMOUNTOFMBSFORREVISIONWO
public static final String GETAMOUNTFORAPPROVEDREVISIONWO
public static final String GETALLAPPROVEDMBHEADERS
public List<org.egov.infra.validation.exception.ValidationError> validate()
public void setWorkOrder(WorkOrder workOrder)
public WorkOrder getWorkOrder()
public void setMbRefNo(String mbRefNo)
public String getMbRefNo()
public void setMbDate(Date mbDate)
public Date getMbDate()
public void setMbAbstract(String mbAbstract)
public String getMbAbstract()
public Integer getFromPageNo()
public void setFromPageNo(Integer fromPageNo)
public Integer getToPageNo()
public void setToPageNo(Integer toPageNo)
public String getContractorComments()
public void setContractorComments(String contractorComments)
public void addMbDetails(MBDetails mbDetails)
public String getStateDetails()
getStateDetails in class org.egov.infra.workflow.entity.StateAwarepublic ContractorBillRegister getEgBillregister()
public void setEgBillregister(ContractorBillRegister egBillregister)
public Integer getApproverUserId()
public void setApproverUserId(Integer approverUserId)
public WorkOrderEstimate getWorkOrderEstimate()
public void setWorkOrderEstimate(WorkOrderEstimate workOrderEstimate)
public String getOwner()
public void setOwner(String owner)
public org.egov.commons.EgwStatus getEgwStatus()
public void setEgwStatus(org.egov.commons.EgwStatus egwStatus)
public boolean getIsLegacyMB()
public void setIsLegacyMB(boolean isLegacyMB)
public BigDecimal getMbAmount()
public void setMbAmount(BigDecimal mbAmount)
public String toString()
toString in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public BigDecimal getTotalMBAmount()
public Date getApprovedDate()
public void setApprovedDate(Date approvedDate)
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 Collection<MBDetails> getSORMBDetails()
public Collection<MBDetails> getNonSORMBDetails()
public Collection<MBDetails> getNonTenderedMBDetails()
public Collection<MBDetails> getLumpSumMBDetails()
public Long getApprovalDepartment()
public void setApprovalDepartment(Long approvalDepartment)
public String getApprovalComent()
public void setApprovalComent(String approvalComent)
public Date getMbIssuedDate()
public void setMbIssuedDate(Date mbIssuedDate)
public List<DocumentDetails> getDocumentDetails()
public void setDocumentDetails(List<DocumentDetails> documentDetails)
public String getCancellationReason()
public void setCancellationReason(String cancellationReason)
public String getCancellationRemarks()
public void setCancellationRemarks(String cancellationRemarks)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.