public class DebtorCreditor extends ASubaccount
Model of Debtor/Creditor Customer/Vendor.
| Constructor and Description |
|---|
DebtorCreditor() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
constTypeCode()
OOP friendly Constant of code type.
|
String |
getDescription()
Getter for description.
|
Boolean |
getIsForeigner()
Getter for isForeigner.
|
DebtorCreditorCategory |
getItsCategory()
Getter for itsCategory.
|
String |
getRegAddress1()
Getter for regAddress1.
|
String |
getRegAddress2()
Getter for regAddress2.
|
String |
getRegCity()
Getter for regCity.
|
String |
getRegCountry()
Getter for regCountry.
|
String |
getRegEmail()
Getter for regEmail.
|
String |
getRegPhone()
Getter for regPhone.
|
String |
getRegState()
Getter for regState.
|
String |
getRegZip()
Getter for regZip.
|
TaxDestination |
getTaxDestination()
Getter for taxDestination.
|
String |
getTaxIdentificationNumber()
Getter for taxIdentificationNumber.
|
void |
setDescription(String pDescription)
Setter for description.
|
void |
setIsForeigner(Boolean pIsForeigner)
Setter for isForeigner.
|
void |
setItsCategory(DebtorCreditorCategory pItsCategory)
Setter for itsCategory.
|
void |
setRegAddress1(String pRegAddress1)
Setter for regAddress1.
|
void |
setRegAddress2(String pRegAddress2)
Setter for regAddress2.
|
void |
setRegCity(String pRegCity)
Setter for regCity.
|
void |
setRegCountry(String pRegCountry)
Setter for regCountry.
|
void |
setRegEmail(String pRegEmail)
Setter for regEmail.
|
void |
setRegPhone(String pRegPhone)
Setter for regPhone.
|
void |
setRegState(String pRegState)
Setter for regState.
|
void |
setRegZip(String pRegZip)
Setter for regZip.
|
void |
setTaxDestination(TaxDestination pTaxDestination)
Setter for taxDestination.
|
void |
setTaxIdentificationNumber(String pTaxIdentificationNumber)
Setter for taxIdentificationNumber.
|
getItsVersion, setItsVersionpublic final Integer constTypeCode()
OOP friendly Constant of code type.
public final DebtorCreditorCategory getItsCategory()
Getter for itsCategory.
public final void setItsCategory(DebtorCreditorCategory pItsCategory)
Setter for itsCategory.
pItsCategory - referencepublic final String getDescription()
Getter for description.
public final void setDescription(String pDescription)
Setter for description.
pDescription - referencepublic final String getRegEmail()
Getter for regEmail.
public final void setRegEmail(String pRegEmail)
Setter for regEmail.
pRegEmail - referencepublic final String getRegAddress1()
Getter for regAddress1.
public final void setRegAddress1(String pRegAddress1)
Setter for regAddress1.
pRegAddress1 - referencepublic final String getRegAddress2()
Getter for regAddress2.
public final void setRegAddress2(String pRegAddress2)
Setter for regAddress2.
pRegAddress2 - referencepublic final String getRegZip()
Getter for regZip.
public final void setRegZip(String pRegZip)
Setter for regZip.
pRegZip - referencepublic final String getRegCountry()
Getter for regCountry.
public final void setRegCountry(String pRegCountry)
Setter for regCountry.
pRegCountry - referencepublic final String getRegState()
Getter for regState.
public final void setRegState(String pRegState)
Setter for regState.
pRegState - referencepublic final String getRegCity()
Getter for regCity.
public final void setRegCity(String pRegCity)
Setter for regCity.
pRegCity - referencepublic final String getRegPhone()
Getter for regPhone.
public final void setRegPhone(String pRegPhone)
Setter for regPhone.
pRegPhone - referencepublic final String getTaxIdentificationNumber()
Getter for taxIdentificationNumber.
public final void setTaxIdentificationNumber(String pTaxIdentificationNumber)
Setter for taxIdentificationNumber.
pTaxIdentificationNumber - referencepublic final Boolean getIsForeigner()
Getter for isForeigner.
public final void setIsForeigner(Boolean pIsForeigner)
Setter for isForeigner.
pIsForeigner - referencepublic final TaxDestination getTaxDestination()
Getter for taxDestination.
public final void setTaxDestination(TaxDestination pTaxDestination)
Setter for taxDestination.
pTaxDestination - referenceCopyright © 2016–2018. All rights reserved.