public class TaxinvoiceAddContact extends Object implements Serializable
| Constructor and Description |
|---|
TaxinvoiceAddContact() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactName()
returns 추가담당자 성명
|
String |
getEmail()
returns 추가담당자 이메일주소
|
int |
getSerialNum()
returns 일련번호
|
void |
setContactName(String contactName)
Sets 추가담당자 성명
|
void |
setEmail(String email)
Sets 추가담당자 이메일주소
|
void |
setSerialNum(int serialNum)
Sets 일련번호, Starts by 1
|
public String getEmail()
public void setEmail(String email)
email - 추가담당자 이메일주소public String getContactName()
public void setContactName(String contactName)
contactName - 추가담당자 성명public int getSerialNum()
public void setSerialNum(int serialNum)
serialNum - 일련번호Copyright © 2023. All rights reserved.