| | |
| | | */ |
| | | public class IncomeAndExpensesBean implements Serializable { |
| | | private int id; |
| | | private int type;//0=基金,1=台账 |
| | | private String type;//台账 |
| | | private String createTime; |
| | | private String price;//金额 |
| | | private String useFor;//用途 |
| | | private String usePeople;//使用人 |
| | | private int kind;//0=现金,1=自动划扣 |
| | | private String kind;//现金/自动划扣 |
| | | private String balance;//余额 |
| | | private String remark;//备注 |
| | | private String url;//电子文件 |
| | | private String familyId;//家庭id |
| | | private int ownData;//是否是本家庭的数据 0=否,1=是 |
| | | private transient String familyId;//家庭id |
| | | private int ownData = 1;//是否是本家庭的数据 0=否,1=是 |
| | | private String happenTime;//发生时间 |
| | | |
| | | public int getId() { |
| | | return id; |
| | |
| | | this.id = id; |
| | | } |
| | | |
| | | public int getType() { |
| | | public String getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(int type) { |
| | | public void setType(String type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public String getKind() { |
| | | return kind; |
| | | } |
| | | |
| | | public void setKind(String kind) { |
| | | this.kind = kind; |
| | | } |
| | | |
| | | public String getHappenTime() { |
| | | return happenTime; |
| | | } |
| | | |
| | | public void setHappenTime(String happenTime) { |
| | | this.happenTime = happenTime; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | |
| | | this.usePeople = usePeople; |
| | | } |
| | | |
| | | public int getKind() { |
| | | return kind; |
| | | } |
| | | |
| | | public void setKind(int kind) { |
| | | this.kind = kind; |
| | | } |
| | | |
| | | public String getBalance() { |
| | | return balance; |