public static class SessionHisModel.Customer extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
customerId |
private String |
customerNiceName |
private String |
customerTrueName |
| 构造器和说明 |
|---|
Customer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCustomerId() |
String |
getCustomerNiceName() |
String |
getCustomerTrueName() |
void |
setCustomerId(String customerId) |
void |
setCustomerNiceName(String customerNiceName) |
void |
setCustomerTrueName(String customerTrueName) |
private String customerId
private String customerNiceName
private String customerTrueName
public String getCustomerId()
public void setCustomerId(String customerId)
public String getCustomerNiceName()
public void setCustomerNiceName(String customerNiceName)
public String getCustomerTrueName()
public void setCustomerTrueName(String customerTrueName)
Copyright © 2024. All rights reserved.