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