@Entity
@Unique(fields={"licenseNumber","applicationNumber","oldLicenseNumber"},
enableDfltMsg=true,
isSuperclass=true)
public class License
extends org.egov.infra.workflow.entity.StateAware
| Constructor and Description |
|---|
License() |
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 SEQUENCE
@Expose protected Long id
@NotBlank @SafeHtml @Length(max=128) protected String applicationNumber
@SafeHtml @Length(max=50) protected String licenseNumber
@SafeHtml @NotBlank @Length(max=256) protected String nameOfEstablishment
@SafeHtml @Length(max=50) protected String oldLicenseNumber
@SafeHtml @Length(max=512) protected String remarks
@SafeHtml @NotBlank @Length(max=120) protected String ownershipType
@SafeHtml @NotBlank @Length(max=250) protected String address
@SafeHtml @Length(max=100) protected String tempLicenseNumber
@SafeHtml @Length(max=50) protected String agreementDocNo
@SafeHtml @Length(max=40) protected String digiSignedCertFileStoreId
@SafeHtml @Length(max=64) protected String assessmentNo
@NotNull protected Date applicationDate
protected Date commencementDate
protected Date agreementDate
protected Date dateOfExpiry
protected boolean isActive
protected boolean legacy
protected BigDecimal tradeArea_weight
protected org.egov.commons.EgwStatus egwStatus
protected org.egov.infra.admin.master.entity.Boundary boundary
protected org.egov.infra.admin.master.entity.Boundary parentBoundary
protected NatureOfBusiness natureOfBusiness
protected LicenseDemand licenseDemand
protected Licensee licensee
protected LicenseStatus status
@NotNull protected LicenseSubCategory tradeName
@NotNull protected LicenseAppType licenseAppType
@NotNull protected LicenseCategory category
protected List<LicenseDocument> documents
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 LicenseDemand getLicenseDemand()
public void setLicenseDemand(LicenseDemand licenseDemand)
public Date getApplicationDate()
public void setApplicationDate(Date applicationDate)
public String getApplicationNumber()
public void setApplicationNumber(String applicationNumber)
public org.egov.infra.admin.master.entity.Boundary getBoundary()
public void setBoundary(org.egov.infra.admin.master.entity.Boundary boundary)
public Date getDateOfExpiry()
public void setDateOfExpiry(Date dateOfExpiry)
public boolean getIsActive()
public void setIsActive(boolean isActive)
public Licensee getLicensee()
public void setLicensee(Licensee licensee)
public String getLicenseNumber()
public void setLicenseNumber(String licenseNumber)
public String getNameOfEstablishment()
public void setNameOfEstablishment(String nameOfEstablishment)
public String getOldLicenseNumber()
public void setOldLicenseNumber(String oldLicenseNumber)
public String getRemarks()
public void setRemarks(String remarks)
public LicenseStatus getStatus()
public void setStatus(LicenseStatus status)
public String getTempLicenseNumber()
public void setTempLicenseNumber(String tempLicenseNumber)
public LicenseSubCategory getTradeName()
public void setTradeName(LicenseSubCategory tradeName)
public void setActive(boolean isActive)
public String getAddress()
public void setAddress(String address)
public LicenseCategory getCategory()
public void setCategory(LicenseCategory category)
public String getOwnershipType()
public void setOwnershipType(String ownershipType)
public BigDecimal getTradeArea_weight()
public void setTradeArea_weight(BigDecimal tradeAreaweight)
public NatureOfBusiness getNatureOfBusiness()
public void setNatureOfBusiness(NatureOfBusiness natureOfBusiness)
public LicenseAppType getLicenseAppType()
public void setLicenseAppType(LicenseAppType licenseAppType)
public boolean isLegacy()
public void setLegacy(boolean legacy)
public Date getCommencementDate()
public void setCommencementDate(Date commencementDate)
public org.egov.commons.EgwStatus getEgwStatus()
public void setEgwStatus(org.egov.commons.EgwStatus egwStatus)
public org.egov.infra.admin.master.entity.Boundary getParentBoundary()
public void setParentBoundary(org.egov.infra.admin.master.entity.Boundary parentBoundary)
public Date getAgreementDate()
public void setAgreementDate(Date agreementDate)
public String getAgreementDocNo()
public void setAgreementDocNo(String agreementDocNo)
public String getDigiSignedCertFileStoreId()
public void setDigiSignedCertFileStoreId(String digiSignedCertFileStoreId)
public String getAssessmentNo()
public void setAssessmentNo(String assessmentNo)
public List<LicenseDocument> getDocuments()
public void setDocuments(List<LicenseDocument> documents)
public String getStateDetails()
getStateDetails in class org.egov.infra.workflow.entity.StateAwarepublic LicenseDemand getCurrentDemand()
public boolean isPaid()
public BigDecimal getTotalBalance()
public boolean isRejected()
public boolean isApproved()
public boolean isAcknowledged()
public boolean canCollectFee()
public boolean isStatusActive()
public boolean isNewApplication()
public boolean isNewPermanentApplication()
public boolean isReNewApplication()
public boolean isPermanent()
public boolean isTemporary()
public BigDecimal getLatestAmountPaid()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.