All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.founder.mip.vopackage.HOSResultUldFeeInfoDataExtDataUploadDTO Maven / Gradle / Ivy

There is a newer version: 3.6.1.9
Show newest version
package com.founder.mip.vopackage;

import java.io.Serializable;
import java.math.BigDecimal;

public class HOSResultUldFeeInfoDataExtDataUploadDTO implements Serializable {
    private String feedetlSn;//"feedetlSn":"3_1",
    private BigDecimal preselfpayAmt;//"preselfpayAmt":0.00,
    private BigDecimal inscpScpAmt;//"inscpScpAmt":15.00,
    private BigDecimal detItemFeeSumamt;//"detItemFeeSumamt":15.0,
    private BigDecimal selfpayProp;//"selfpayProp":0,
    private String medChrgitmType;//"medChrgitmType":"05",
    private BigDecimal fulamtOwnpayAmt;//"fulamtOwnpayAmt":0.00,
    private BigDecimal cnt;//"cnt":1,
    private BigDecimal pric;//"pric":15.0,
    private BigDecimal overlmtAmt;//"overlmtAmt":0,
    private BigDecimal pricUplmtAmt;//"pricUplmtAmt":15.0000,
    private String chrgitmLv;//"chrgitmLv":"01"

    public String getFeedetlSn() {
        return feedetlSn;
    }

    public void setFeedetlSn(String feedetlSn) {
        this.feedetlSn = feedetlSn;
    }

    public BigDecimal getPreselfpayAmt() {
        return preselfpayAmt;
    }

    public void setPreselfpayAmt(BigDecimal preselfpayAmt) {
        this.preselfpayAmt = preselfpayAmt;
    }

    public BigDecimal getInscpScpAmt() {
        return inscpScpAmt;
    }

    public void setInscpScpAmt(BigDecimal inscpScpAmt) {
        this.inscpScpAmt = inscpScpAmt;
    }

    public BigDecimal getDetItemFeeSumamt() {
        return detItemFeeSumamt;
    }

    public void setDetItemFeeSumamt(BigDecimal detItemFeeSumamt) {
        this.detItemFeeSumamt = detItemFeeSumamt;
    }

    public BigDecimal getSelfpayProp() {
        return selfpayProp;
    }

    public void setSelfpayProp(BigDecimal selfpayProp) {
        this.selfpayProp = selfpayProp;
    }

    public String getMedChrgitmType() {
        return medChrgitmType;
    }

    public void setMedChrgitmType(String medChrgitmType) {
        this.medChrgitmType = medChrgitmType;
    }

    public BigDecimal getFulamtOwnpayAmt() {
        return fulamtOwnpayAmt;
    }

    public void setFulamtOwnpayAmt(BigDecimal fulamtOwnpayAmt) {
        this.fulamtOwnpayAmt = fulamtOwnpayAmt;
    }

    public BigDecimal getCnt() {
        return cnt;
    }

    public void setCnt(BigDecimal cnt) {
        this.cnt = cnt;
    }

    public BigDecimal getPric() {
        return pric;
    }

    public void setPric(BigDecimal pric) {
        this.pric = pric;
    }

    public BigDecimal getOverlmtAmt() {
        return overlmtAmt;
    }

    public void setOverlmtAmt(BigDecimal overlmtAmt) {
        this.overlmtAmt = overlmtAmt;
    }

    public BigDecimal getPricUplmtAmt() {
        return pricUplmtAmt;
    }

    public void setPricUplmtAmt(BigDecimal pricUplmtAmt) {
        this.pricUplmtAmt = pricUplmtAmt;
    }

    public String getChrgitmLv() {
        return chrgitmLv;
    }

    public void setChrgitmLv(String chrgitmLv) {
        this.chrgitmLv = chrgitmLv;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy