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

com.founder.mip.vopackage.HOSResultUldFeeInfoDataExtDataResultDTO 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 HOSResultUldFeeInfoDataExtDataResultDTO implements Serializable {
    private BigDecimal overlmt_amt;//"overlmt_amt":0,
    private String med_chrgitm_type;//"med_chrgitm_type":"05",
    private BigDecimal det_item_fee_sumamt;//"det_item_fee_sumamt":15.0,
    private BigDecimal pric_uplmt_amt;//"pric_uplmt_amt":15.0000,
    private BigDecimal fulamt_ownpay_amt;//"fulamt_ownpay_amt":0.00,
    private BigDecimal selfpay_prop;//"selfpay_prop":0,
    private BigDecimal cnt;//"cnt":1,
    private BigDecimal pric;//"pric":15.0,
    private BigDecimal preselfpay_amt;//"preselfpay_amt":0.00,
    private String feedetl_sn;//"feedetl_sn":"3_1",
    private BigDecimal inscp_scp_amt;//"inscp_scp_amt":15.00,
    private String chrgitm_lv;//"chrgitm_lv":"01"

    public BigDecimal getOverlmt_amt() {
        return overlmt_amt;
    }

    public void setOverlmt_amt(BigDecimal overlmt_amt) {
        this.overlmt_amt = overlmt_amt;
    }

    public String getMed_chrgitm_type() {
        return med_chrgitm_type;
    }

    public void setMed_chrgitm_type(String med_chrgitm_type) {
        this.med_chrgitm_type = med_chrgitm_type;
    }

    public BigDecimal getDet_item_fee_sumamt() {
        return det_item_fee_sumamt;
    }

    public void setDet_item_fee_sumamt(BigDecimal det_item_fee_sumamt) {
        this.det_item_fee_sumamt = det_item_fee_sumamt;
    }

    public BigDecimal getPric_uplmt_amt() {
        return pric_uplmt_amt;
    }

    public void setPric_uplmt_amt(BigDecimal pric_uplmt_amt) {
        this.pric_uplmt_amt = pric_uplmt_amt;
    }

    public BigDecimal getFulamt_ownpay_amt() {
        return fulamt_ownpay_amt;
    }

    public void setFulamt_ownpay_amt(BigDecimal fulamt_ownpay_amt) {
        this.fulamt_ownpay_amt = fulamt_ownpay_amt;
    }

    public BigDecimal getSelfpay_prop() {
        return selfpay_prop;
    }

    public void setSelfpay_prop(BigDecimal selfpay_prop) {
        this.selfpay_prop = selfpay_prop;
    }

    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 getPreselfpay_amt() {
        return preselfpay_amt;
    }

    public void setPreselfpay_amt(BigDecimal preselfpay_amt) {
        this.preselfpay_amt = preselfpay_amt;
    }

    public String getFeedetl_sn() {
        return feedetl_sn;
    }

    public void setFeedetl_sn(String feedetl_sn) {
        this.feedetl_sn = feedetl_sn;
    }

    public BigDecimal getInscp_scp_amt() {
        return inscp_scp_amt;
    }

    public void setInscp_scp_amt(BigDecimal inscp_scp_amt) {
        this.inscp_scp_amt = inscp_scp_amt;
    }

    public String getChrgitm_lv() {
        return chrgitm_lv;
    }

    public void setChrgitm_lv(String chrgitm_lv) {
        this.chrgitm_lv = chrgitm_lv;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy