public class Invoice extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
TYPE_DEFAULT |
static Integer |
TYPE_NORMAL |
| 构造器和说明 |
|---|
Invoice() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
String |
getAddress() |
String |
getBank() |
String |
getBranchBank() |
String |
getCity() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getName() |
String |
getPhone() |
String |
getProvice() |
String |
getReciver() |
Long |
getTaxNo() |
Integer |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAccount(String account) |
void |
setAddress(String address) |
void |
setBank(String bank) |
void |
setBranchBank(String branchBank) |
void |
setCity(String city) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setProvice(String provice) |
void |
setReciver(String reciver) |
void |
setTaxNo(Long taxNo) |
void |
setType(Integer type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer TYPE_DEFAULT
public static final Integer TYPE_NORMAL
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public String getName()
public void setName(String name)
public Long getTaxNo()
public void setTaxNo(Long taxNo)
public String getBank()
public void setBank(String bank)
public String getProvice()
public void setProvice(String provice)
public String getCity()
public void setCity(String city)
public String getBranchBank()
public void setBranchBank(String branchBank)
public String getAccount()
public void setAccount(String account)
public String getReciver()
public void setReciver(String reciver)
public String getPhone()
public void setPhone(String phone)
public String getAddress()
public void setAddress(String address)
public Integer getType()
public void setType(Integer type)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.