public class Cusemercon extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CHILDREN |
static String |
COMPANY |
static String |
FRIENDS |
static String |
OTHER |
static String |
PARENT |
static String |
RELATION |
| 构造器和说明 |
|---|
Cusemercon() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getCustomerId() |
Long |
getId() |
String |
getName() |
String |
getPhone() |
String |
getRelation() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setCustomerId(Long customerId) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setRelation(String relation) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getCustomerId()
public void setCustomerId(Long customerId)
public String getName()
public void setName(String name)
public String getPhone()
public void setPhone(String phone)
public String getRelation()
public void setRelation(String relation)
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 © 2016. All rights reserved.