@Unique(fields={"code","name"},
id="id",
tableName="EGCL_SERVICEDETAILS",
columnName={"CODE","NAME"},
message="masters.serviceDetailsCodeOrName.isunique")
public class ServiceDetails
extends org.egov.infstr.models.BaseModel
| Constructor and Description |
|---|
ServiceDetails() |
public void addServiceAccountDtls(ServiceAccountDetails account)
public void addServiceDept(org.egov.infra.admin.master.entity.Department dept)
@Required(message="service.name.null") public String getName()
public void setName(String name)
serviceName - the serviceName to setpublic String getServiceUrl()
public void setServiceUrl(String serviceUrl)
serviceUrl - the serviceUrl to setpublic Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
isEnabled - the isEnabled to setpublic String getCallBackurl()
public void setCallBackurl(String callBackurl)
callBackurl - the callBackurl to setpublic String getServiceType()
public void setServiceType(String serviceType)
serviceType - the serviceType to set@Required(message="service.code.null") public String getCode()
public void setCode(String code)
code - the code to setpublic Fund getFund()
public void setFund(Fund fund)
fund - the fund to setpublic Fundsource getFundSource()
public void setFundSource(Fundsource fundSource)
fundSource - the fundSource to setpublic Functionary getFunctionary()
public void setFunctionary(Functionary functionary)
functionary - the functionary to setpublic Set<BankAccountServiceMap> getBankAccountServiceMap()
public void setBankAccountServiceMap(Set<BankAccountServiceMap> bankAccountServiceMap)
public void addBankAccountServiceMap(BankAccountServiceMap bankAccountServiceMap)
public Boolean getVoucherCreation()
public void setVoucherCreation(Boolean voucherCreation)
public Scheme getScheme()
public void setScheme(Scheme scheme)
scheme - the scheme to setpublic SubScheme getSubscheme()
public void setSubscheme(SubScheme subscheme)
subscheme - the subscheme to setpublic ServiceCategory getServiceCategory()
public void setServiceCategory(ServiceCategory serviceCategory)
serviceCategory - the serviceCategory to setpublic Set<org.egov.infra.admin.master.entity.Department> getServiceDept()
public void setServiceDept(Set<org.egov.infra.admin.master.entity.Department> serviceDept)
serviceDept - the serviceDept to setpublic Set<ServiceAccountDetails> getServiceAccountDtls()
public void setServiceAccountDtls(Set<ServiceAccountDetails> serviceAccountDtls)
public Boolean getIsVoucherApproved()
public void setIsVoucherApproved(Boolean isVoucherApproved)
isVoucherApproved - the isVoucherApproved to setpublic Date getVoucherCutOffDate()
public void setVoucherCutOffDate(Date voucherCutOffDate)
voucherCutOffDate - the voucherCutOffDate to setpublic Integer getOrderNumber()
public void setOrderNumber(Integer orderNumber)
public CFunction getFunction()
public void setFunction(CFunction function)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.