package com.java110.dto.fee;
|
|
import com.java110.dto.PageDto;
|
|
import java.io.Serializable;
|
|
/**
|
* 费用明细实体类
|
*
|
* @author fqz
|
* @date 2013-11-13
|
*/
|
public class PayFeeDetailDto extends PageDto implements Serializable {
|
|
private String detailId;
|
private String feeId;
|
private String communityId;
|
private String cycles;
|
private String receivableAmount;
|
private String receivedAmount;
|
private String payableAmount;
|
private String primeRate;
|
private String remark;
|
private String startTime;
|
private String endTime;
|
private String createTime;
|
private String bId;
|
private String statusCd = "0";
|
private String state;
|
private String payOrderId;
|
private String convertAmount;
|
private String feeTypeCd;
|
private String secondaryFeeTypeCd;
|
private String secondaryFeeTypeCdName;
|
private String feeTypeCdName;
|
private String feeName;
|
private String payObjName;
|
private String userName;
|
/**
|
* 收银员
|
*/
|
private String cashierId;
|
private String cashierName;
|
|
private String acctAmount;
|
private String discountAmount;
|
private String deductionAmount;
|
private String lateAmount;
|
private String giftAmount;
|
|
|
public String getDetailId() {
|
return detailId;
|
}
|
|
public void setDetailId(String detailId) {
|
this.detailId = detailId;
|
}
|
|
public String getFeeId() {
|
return feeId;
|
}
|
|
public void setFeeId(String feeId) {
|
this.feeId = feeId;
|
}
|
|
public String getCommunityId() {
|
return communityId;
|
}
|
|
public void setCommunityId(String communityId) {
|
this.communityId = communityId;
|
}
|
|
public String getCycles() {
|
return cycles;
|
}
|
|
public void setCycles(String cycles) {
|
this.cycles = cycles;
|
}
|
|
public String getReceivableAmount() {
|
return receivableAmount;
|
}
|
|
public void setReceivableAmount(String receivableAmount) {
|
this.receivableAmount = receivableAmount;
|
}
|
|
public String getReceivedAmount() {
|
return receivedAmount;
|
}
|
|
public void setReceivedAmount(String receivedAmount) {
|
this.receivedAmount = receivedAmount;
|
}
|
|
public String getPayableAmount() {
|
return payableAmount;
|
}
|
|
public void setPayableAmount(String payableAmount) {
|
this.payableAmount = payableAmount;
|
}
|
|
public String getPrimeRate() {
|
return primeRate;
|
}
|
|
public void setPrimeRate(String primeRate) {
|
this.primeRate = primeRate;
|
}
|
|
public String getRemark() {
|
return remark;
|
}
|
|
public void setRemark(String remark) {
|
this.remark = remark;
|
}
|
|
public String getStartTime() {
|
return startTime;
|
}
|
|
public void setStartTime(String startTime) {
|
this.startTime = startTime;
|
}
|
|
public String getEndTime() {
|
return endTime;
|
}
|
|
public void setEndTime(String endTime) {
|
this.endTime = endTime;
|
}
|
|
public String getCreateTime() {
|
return createTime;
|
}
|
|
public void setCreateTime(String createTime) {
|
this.createTime = createTime;
|
}
|
|
public String getbId() {
|
return bId;
|
}
|
|
public void setbId(String bId) {
|
this.bId = bId;
|
}
|
|
public String getStatusCd() {
|
return statusCd;
|
}
|
|
public void setStatusCd(String statusCd) {
|
this.statusCd = statusCd;
|
}
|
|
public String getState() {
|
return state;
|
}
|
|
public void setState(String state) {
|
this.state = state;
|
}
|
|
public String getPayOrderId() {
|
return payOrderId;
|
}
|
|
public void setPayOrderId(String payOrderId) {
|
this.payOrderId = payOrderId;
|
}
|
|
public String getConvertAmount() {
|
return convertAmount;
|
}
|
|
public void setConvertAmount(String convertAmount) {
|
this.convertAmount = convertAmount;
|
}
|
|
public String getCashierId() {
|
return cashierId;
|
}
|
|
public void setCashierId(String cashierId) {
|
this.cashierId = cashierId;
|
}
|
|
public String getCashierName() {
|
return cashierName;
|
}
|
|
public void setCashierName(String cashierName) {
|
this.cashierName = cashierName;
|
}
|
|
public String getFeeTypeCd() {
|
return feeTypeCd;
|
}
|
|
public void setFeeTypeCd(String feeTypeCd) {
|
this.feeTypeCd = feeTypeCd;
|
}
|
|
public String getSecondaryFeeTypeCd() {
|
return secondaryFeeTypeCd;
|
}
|
|
public void setSecondaryFeeTypeCd(String secondaryFeeTypeCd) {
|
this.secondaryFeeTypeCd= secondaryFeeTypeCd;
|
}
|
|
public String getSecondaryFeeTypeCdName() {
|
return secondaryFeeTypeCdName;
|
}
|
|
public void setSecondaryFeeTypeCdName(String secondaryFeeTypeCdName) {
|
this.secondaryFeeTypeCdName = secondaryFeeTypeCdName;
|
}
|
|
|
public String getFeeTypeCdName() {
|
return feeTypeCdName;
|
}
|
|
public void setFeeTypeCdName(String feeTypeCdName) {
|
this.feeTypeCdName = feeTypeCdName;
|
}
|
|
public String getFeeName() {
|
return feeName;
|
}
|
|
public void setFeeName(String feeName) {
|
this.feeName = feeName;
|
}
|
|
public String getPayObjName() {
|
return payObjName;
|
}
|
|
public void setPayObjName(String payObjName) {
|
this.payObjName = payObjName;
|
}
|
|
public String getUserName() {
|
return userName;
|
}
|
|
public void setUserName(String userName) {
|
this.userName = userName;
|
}
|
|
public String getAcctAmount() {
|
return acctAmount;
|
}
|
|
public void setAcctAmount(String acctAmount) {
|
this.acctAmount = acctAmount;
|
}
|
|
public String getDiscountAmount() {
|
return discountAmount;
|
}
|
|
public void setDiscountAmount(String discountAmount) {
|
this.discountAmount = discountAmount;
|
}
|
|
public String getDeductionAmount() {
|
return deductionAmount;
|
}
|
|
public void setDeductionAmount(String deductionAmount) {
|
this.deductionAmount = deductionAmount;
|
}
|
|
public String getLateAmount() {
|
return lateAmount;
|
}
|
|
public void setLateAmount(String lateAmount) {
|
this.lateAmount = lateAmount;
|
}
|
|
public String getGiftAmount() {
|
return giftAmount;
|
}
|
|
public void setGiftAmount(String giftAmount) {
|
this.giftAmount = giftAmount;
|
}
|
}
|