public class ClientDetail extends Object
| Constructor and Description |
|---|
ClientDetail(String code,
String title)
Instantiates a new client detail.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Getter for code.
|
String |
getTitle()
Getter for title.
|
void |
setCode(String code)
Setter for code.
|
void |
setTitle(String title)
Setter for title.
|
public String getCode()
public void setCode(String code)
code - the code to setpublic String getTitle()
public void setTitle(String title)
title - the title to setCopyright © 2020. All rights reserved.