public class Utility extends Object
| Constructor and Description |
|---|
Utility() |
| Modifier and Type | Method and Description |
|---|---|
Utility |
address(String address) |
Utility |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getAddress()
Physical address of the utility.
|
String |
getClientId()
Identifier assigned by the utility to the client connecting to the utility's token issuing service.
|
String |
getMessage()
Message send by the utility to be displayed on the customer receipt.
|
String |
getName()
Name of the utility.
|
String |
getVatRegNum()
VAT registration number of the utility.
|
int |
hashCode() |
Utility |
message(String message) |
Utility |
name(String name) |
void |
setAddress(String address) |
void |
setClientId(String clientId) |
void |
setMessage(String message) |
void |
setName(String name) |
void |
setVatRegNum(String vatRegNum) |
String |
toString() |
Utility |
vatRegNum(String vatRegNum) |
@Length(max=40) public String getName()
public void setName(String name)
@Length(max=80) public String getAddress()
public void setAddress(String address)
@Length(max=10) public String getVatRegNum()
public void setVatRegNum(String vatRegNum)
@Length(max=20) public String getClientId()
public void setClientId(String clientId)
@Length(max=80) public String getMessage()
public void setMessage(String message)
Copyright © 2018. All rights reserved.