public class TaxCode
extends Object
TaxCode model
- Since:
- 1.3.0
- Author:
- Logicommerce
-
Constructor Summary
Constructors
-
Method Summary
Getter for the field code.
Getter for the field description.
void
Setter for the field code.
void
Setter for the field description.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TaxCode
public TaxCode()
Constructor for TaxCode.
-
TaxCode
Constructor for TaxCode.
- Parameters:
code - a String object.
description - a String object.
-
Method Details
-
getCode
Getter for the field code.
- Returns:
- a
String object.
-
setCode
public void setCode(String value)
Setter for the field code.
- Parameters:
value - a String object.
-
getDescription
public String getDescription()
Getter for the field description.
- Returns:
- a
String object.
-
setDescription
public void setDescription(String value)
Setter for the field description.
- Parameters:
value - a String object.