public class UpdateCompanyLocationRemittanceModel
extends java.lang.Object
Constructor and Description |
---|
UpdateCompanyLocationRemittanceModel() |
Modifier and Type | Method and Description |
---|---|
AddressCategoryId |
getAddressCategoryId()
Getter for addressCategoryId
Indicates whether this location is a physical place of business or a temporary salesperson location.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The date when this location was opened for business.
|
java.util.Date |
getEndDate()
Getter for endDate
If this place of business has closed, the date when this location closed business.
|
void |
setAddressCategoryId(AddressCategoryId value)
Setter for addressCategoryId
Indicates whether this location is a physical place of business or a temporary salesperson location.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The date when this location was opened for business.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
If this place of business has closed, the date when this location closed business.
|
java.lang.String |
toString()
Returns a JSON string representation of UpdateCompanyLocationRemittanceModel
|
public UpdateCompanyLocationRemittanceModel()
public AddressCategoryId getAddressCategoryId()
public void setAddressCategoryId(AddressCategoryId value)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String toString()
toString
in class java.lang.Object