public class DepreciationMaster extends Object implements Serializable
| Constructor and Description |
|---|
DepreciationMaster() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDepreciationName() |
Float |
getDepreciationPct() |
String |
getDepreciationType() |
Date |
getFromDate() |
Integer |
getId() |
char |
getIsHistory() |
Date |
getLastUpdatedTimeStamp() |
org.egov.infra.admin.master.entity.Module |
getModule() |
org.egov.commons.Installment |
getStartInstallment() |
Date |
getToDate() |
org.egov.infra.admin.master.entity.User |
getUserId() |
Integer |
getYear() |
void |
setDepreciationName(String depreciationName) |
void |
setDepreciationPct(Float depreciationPct) |
void |
setDepreciationType(String depreciationType) |
void |
setFromDate(Date fromDate) |
void |
setId(Integer id) |
void |
setIsHistory(char isHistory) |
void |
setLastUpdatedTimeStamp(Date lastUpdatedTimeStamp) |
void |
setModule(org.egov.infra.admin.master.entity.Module module) |
void |
setStartInstallment(org.egov.commons.Installment startInstallment) |
void |
setToDate(Date toDate) |
void |
setUserId(org.egov.infra.admin.master.entity.User userId) |
void |
setYear(Integer year) |
public org.egov.commons.Installment getStartInstallment()
public void setStartInstallment(org.egov.commons.Installment startInstallment)
startInstallment - The startInstallment to set.public Float getDepreciationPct()
public void setDepreciationPct(Float depreciationPct)
depreciationPct - The depreciationPct to set.public Integer getId()
public void setId(Integer id)
id - The id to set.public Date getLastUpdatedTimeStamp()
public void setLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
lastUpdatedTimeStamp - The lastUpdatedTimeStamp to set.public org.egov.infra.admin.master.entity.Module getModule()
public void setModule(org.egov.infra.admin.master.entity.Module module)
module - The module to set.public Integer getYear()
public void setYear(Integer year)
year - The year to set.public char getIsHistory()
public void setIsHistory(char isHistory)
isHistory - The isHistory to set.public org.egov.infra.admin.master.entity.User getUserId()
public void setUserId(org.egov.infra.admin.master.entity.User userId)
userId - The userId to set.public String getDepreciationName()
public void setDepreciationName(String depreciationName)
public String getDepreciationType()
public void setDepreciationType(String depreciationType)
public Date getFromDate()
public void setFromDate(Date fromDate)
public Date getToDate()
public void setToDate(Date toDate)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.