
com.penging.tms.common.entity.TmsCustTxnStatisEntity Maven / Gradle / Ivy
The newest version!
package com.penging.tms.common.entity;
import java.math.BigDecimal;
import java.util.Date;
public class TmsCustTxnStatisEntity {
private Long codId;
private String codCustId;
private Integer codTxnType;
private BigDecimal codTxnTotal;
private BigDecimal amtAccumPrincipal;
private BigDecimal amtAccumRevenue;
private BigDecimal amtPrincipal;
private Date datCreate;
private String codCreateUser;
private String codCreateOrg;
private Date datModify;
private String codModifyUser;
private String codModifyOrg;
private Integer ctrUpdateSrlno;
public Long getCodId() {
return codId;
}
public void setCodId(Long codId) {
this.codId = codId;
}
public String getCodCustId() {
return codCustId;
}
public void setCodCustId(String codCustId) {
this.codCustId = codCustId;
}
public Integer getCodTxnType() {
return codTxnType;
}
public void setCodTxnType(Integer codTxnType) {
this.codTxnType = codTxnType;
}
public BigDecimal getCodTxnTotal() {
return codTxnTotal;
}
public void setCodTxnTotal(BigDecimal codTxnTotal) {
this.codTxnTotal = codTxnTotal;
}
public BigDecimal getAmtAccumPrincipal() {
return amtAccumPrincipal;
}
public void setAmtAccumPrincipal(BigDecimal amtAccumPrincipal) {
this.amtAccumPrincipal = amtAccumPrincipal;
}
public BigDecimal getAmtAccumRevenue() {
return amtAccumRevenue;
}
public void setAmtAccumRevenue(BigDecimal amtAccumRevenue) {
this.amtAccumRevenue = amtAccumRevenue;
}
public BigDecimal getAmtPrincipal() {
return amtPrincipal;
}
public void setAmtPrincipal(BigDecimal amtPrincipal) {
this.amtPrincipal = amtPrincipal;
}
public Date getDatCreate() {
return datCreate;
}
public void setDatCreate(Date datCreate) {
this.datCreate = datCreate;
}
public String getCodCreateUser() {
return codCreateUser;
}
public void setCodCreateUser(String codCreateUser) {
this.codCreateUser = codCreateUser;
}
public String getCodCreateOrg() {
return codCreateOrg;
}
public void setCodCreateOrg(String codCreateOrg) {
this.codCreateOrg = codCreateOrg;
}
public Date getDatModify() {
return datModify;
}
public void setDatModify(Date datModify) {
this.datModify = datModify;
}
public String getCodModifyUser() {
return codModifyUser;
}
public void setCodModifyUser(String codModifyUser) {
this.codModifyUser = codModifyUser;
}
public String getCodModifyOrg() {
return codModifyOrg;
}
public void setCodModifyOrg(String codModifyOrg) {
this.codModifyOrg = codModifyOrg;
}
public Integer getCtrUpdateSrlno() {
return ctrUpdateSrlno;
}
public void setCtrUpdateSrlno(Integer ctrUpdateSrlno) {
this.ctrUpdateSrlno = ctrUpdateSrlno;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy