public class TaxIds extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaxIds.Builder
Class to build instances of
TaxIds. |
| Constructor and Description |
|---|
TaxIds(String euVat,
String frSiret,
String frNaf,
String esNif)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEsNif()
Getter for EsNif.
|
String |
getEuVat()
Getter for EuVat.
|
String |
getFrNaf()
Getter for FrNaf.
|
String |
getFrSiret()
Getter for FrSiret.
|
int |
hashCode() |
TaxIds.Builder |
toBuilder()
Builds a new
TaxIds.Builder object. |
String |
toString()
Converts this TaxIds into string format.
|
public String getEuVat()
public String getFrSiret()
public String getFrNaf()
public String getEsNif()
public String toString()
public TaxIds.Builder toBuilder()
TaxIds.Builder object.
Creates the instance with the state of the current model.TaxIds.Builder objectCopyright © 2022. All rights reserved.