public class LocationModel
extends java.lang.Object
Constructor and Description |
---|
LocationModel() |
Modifier and Type | Method and Description |
---|---|
AddressCategoryId |
getAddressCategoryId()
Getter for addressCategoryId
Indicates the type of place of business represented by this location.
|
AddressTypeId |
getAddressTypeId()
Getter for addressTypeId
Indicates whether this location is a physical place of business or a temporary salesperson location.
|
java.lang.String |
getCity()
Getter for city
The city of the physical address of this location.
|
java.lang.Integer |
getCompanyId()
Getter for companyId
The unique ID number of the company that operates at this location.
|
java.lang.String |
getCountry()
Getter for country
Name or ISO 3166 code identifying the country of the physical address of this location.
|
java.lang.String |
getCounty()
Getter for county
The county name of the physical address of this location.
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
The User ID of the user who created this record.
|
java.lang.String |
getDbaName()
Getter for dbaName
If this location has a different business name from its legal entity name, specify the "Doing Business As" name for this location.
|
java.lang.String |
getDescription()
Getter for description
A friendly name for this location.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The date when this location was opened for business, or null if not known.
|
java.util.Date |
getEndDate()
Getter for endDate
If this place of business has closed, the date when this location closed business.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this location.
|
java.lang.Boolean |
getIsDefault()
Getter for isDefault
Set this flag to true to indicate that this is the default location for this company.
|
java.lang.Boolean |
getIsRegistered()
Getter for isRegistered
Set this flag to true to indicate that this location has been registered with a tax authority.
|
java.util.Date |
getLastTransactionDate()
Getter for lastTransactionDate
The most recent date when a transaction was processed for this location.
|
java.lang.String |
getLine1()
Getter for line1
The first line of the physical address of this location.
|
java.lang.String |
getLine2()
Getter for line2
The second line of the physical address of this location.
|
java.lang.String |
getLine3()
Getter for line3
The third line of the physical address of this location.
|
java.lang.String |
getLocationCode()
Getter for locationCode
A code that identifies this location.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
The user ID of the user who last modified this record.
|
java.lang.String |
getOutletName()
Getter for outletName
A friendly name for this location.
|
java.lang.String |
getPostalCode()
Getter for postalCode
The postal code or zip code of the physical address of this location.
|
java.lang.String |
getRegion()
Getter for region
Name or ISO 3166 code identifying the region within the country of the physical address of this location.
|
java.util.Date |
getRegisteredDate()
Getter for registeredDate
The date when this location was registered with a tax authority.
|
java.util.ArrayList<LocationSettingModel> |
getSettings()
Getter for settings
Extra information required by certain jurisdictions for filing.
|
void |
setAddressCategoryId(AddressCategoryId value)
Setter for addressCategoryId
Indicates the type of place of business represented by this location.
|
void |
setAddressTypeId(AddressTypeId value)
Setter for addressTypeId
Indicates whether this location is a physical place of business or a temporary salesperson location.
|
void |
setCity(java.lang.String value)
Setter for city
The city of the physical address of this location.
|
void |
setCompanyId(java.lang.Integer value)
Setter for companyId
The unique ID number of the company that operates at this location.
|
void |
setCountry(java.lang.String value)
Setter for country
Name or ISO 3166 code identifying the country of the physical address of this location.
|
void |
setCounty(java.lang.String value)
Setter for county
The county name of the physical address of this location.
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
The User ID of the user who created this record.
|
void |
setDbaName(java.lang.String value)
Setter for dbaName
If this location has a different business name from its legal entity name, specify the "Doing Business As" name for this location.
|
void |
setDescription(java.lang.String value)
Setter for description
A friendly name for this location.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The date when this location was opened for business, or null if not known.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
If this place of business has closed, the date when this location closed business.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this location.
|
void |
setIsDefault(java.lang.Boolean value)
Setter for isDefault
Set this flag to true to indicate that this is the default location for this company.
|
void |
setIsRegistered(java.lang.Boolean value)
Setter for isRegistered
Set this flag to true to indicate that this location has been registered with a tax authority.
|
void |
setLastTransactionDate(java.util.Date value)
Setter for lastTransactionDate
The most recent date when a transaction was processed for this location.
|
void |
setLine1(java.lang.String value)
Setter for line1
The first line of the physical address of this location.
|
void |
setLine2(java.lang.String value)
Setter for line2
The second line of the physical address of this location.
|
void |
setLine3(java.lang.String value)
Setter for line3
The third line of the physical address of this location.
|
void |
setLocationCode(java.lang.String value)
Setter for locationCode
A code that identifies this location.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
The user ID of the user who last modified this record.
|
void |
setOutletName(java.lang.String value)
Setter for outletName
A friendly name for this location.
|
void |
setPostalCode(java.lang.String value)
Setter for postalCode
The postal code or zip code of the physical address of this location.
|
void |
setRegion(java.lang.String value)
Setter for region
Name or ISO 3166 code identifying the region within the country of the physical address of this location.
|
void |
setRegisteredDate(java.util.Date value)
Setter for registeredDate
The date when this location was registered with a tax authority.
|
void |
setSettings(java.util.ArrayList<LocationSettingModel> value)
Setter for settings
Extra information required by certain jurisdictions for filing.
|
java.lang.String |
toString()
Returns a JSON string representation of LocationModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String getLocationCode()
public void setLocationCode(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public AddressTypeId getAddressTypeId()
public void setAddressTypeId(AddressTypeId value)
public AddressCategoryId getAddressCategoryId()
public void setAddressCategoryId(AddressCategoryId value)
public java.lang.String getLine1()
public void setLine1(java.lang.String value)
public java.lang.String getLine2()
public void setLine2(java.lang.String value)
public java.lang.String getLine3()
public void setLine3(java.lang.String value)
public java.lang.String getCity()
public void setCity(java.lang.String value)
public java.lang.String getCounty()
public void setCounty(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.Boolean getIsDefault()
public void setIsDefault(java.lang.Boolean value)
public java.lang.Boolean getIsRegistered()
public void setIsRegistered(java.lang.Boolean value)
public java.lang.String getDbaName()
public void setDbaName(java.lang.String value)
public java.lang.String getOutletName()
public void setOutletName(java.lang.String 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.util.Date getLastTransactionDate()
public void setLastTransactionDate(java.util.Date value)
public java.util.Date getRegisteredDate()
public void setRegisteredDate(java.util.Date value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public java.util.ArrayList<LocationSettingModel> getSettings()
public void setSettings(java.util.ArrayList<LocationSettingModel> value)
public java.lang.String toString()
toString
in class java.lang.Object