public class LocationModel
extends java.lang.Object
Constructor and Description |
---|
LocationModel() |
Modifier and Type | Method and Description |
---|---|
AddressCategoryId |
getAddressCategoryId()
Getter for addressCategoryId - A location where this company does business.
|
AddressTypeId |
getAddressTypeId()
Getter for addressTypeId - A location where this company does business.
|
java.lang.String |
getCity()
Getter for city - A location where this company does business.
|
java.lang.Integer |
getCompanyId()
Getter for companyId - A location where this company does business.
|
java.lang.String |
getCountry()
Getter for country - A location where this company does business.
|
java.lang.String |
getCounty()
Getter for county - A location where this company does business.
|
java.util.Date |
getCreatedDate()
Getter for createdDate - A location where this company does business.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - A location where this company does business.
|
java.lang.String |
getDbaName()
Getter for dbaName - A location where this company does business.
|
java.lang.String |
getDescription()
Getter for description - A location where this company does business.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate - A location where this company does business.
|
java.util.Date |
getEndDate()
Getter for endDate - A location where this company does business.
|
java.lang.Integer |
getId()
Getter for id - A location where this company does business.
|
java.lang.Boolean |
getIsDefault()
Getter for isDefault - A location where this company does business.
|
java.lang.Boolean |
getIsRegistered()
Getter for isRegistered - A location where this company does business.
|
java.util.Date |
getLastTransactionDate()
Getter for lastTransactionDate - A location where this company does business.
|
java.lang.String |
getLine1()
Getter for line1 - A location where this company does business.
|
java.lang.String |
getLine2()
Getter for line2 - A location where this company does business.
|
java.lang.String |
getLine3()
Getter for line3 - A location where this company does business.
|
java.lang.String |
getLocationCode()
Getter for locationCode - A location where this company does business.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - A location where this company does business.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - A location where this company does business.
|
java.lang.String |
getOutletName()
Getter for outletName - A location where this company does business.
|
java.lang.String |
getPostalCode()
Getter for postalCode - A location where this company does business.
|
java.lang.String |
getRegion()
Getter for region - A location where this company does business.
|
java.util.Date |
getRegisteredDate()
Getter for registeredDate - A location where this company does business.
|
java.util.ArrayList<LocationSettingModel> |
getSettings()
Getter for settings - A location where this company does business.
|
void |
setAddressCategoryId(AddressCategoryId addressCategoryId)
Setter for addressCategoryId - A location where this company does business.
|
void |
setAddressTypeId(AddressTypeId addressTypeId)
Setter for addressTypeId - A location where this company does business.
|
void |
setCity(java.lang.String city)
Setter for city - A location where this company does business.
|
void |
setCompanyId(java.lang.Integer companyId)
Setter for companyId - A location where this company does business.
|
void |
setCountry(java.lang.String country)
Setter for country - A location where this company does business.
|
void |
setCounty(java.lang.String county)
Setter for county - A location where this company does business.
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - A location where this company does business.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - A location where this company does business.
|
void |
setDbaName(java.lang.String dbaName)
Setter for dbaName - A location where this company does business.
|
void |
setDescription(java.lang.String description)
Setter for description - A location where this company does business.
|
void |
setEffectiveDate(java.util.Date effectiveDate)
Setter for effectiveDate - A location where this company does business.
|
void |
setEndDate(java.util.Date endDate)
Setter for endDate - A location where this company does business.
|
void |
setId(java.lang.Integer id)
Setter for id - A location where this company does business.
|
void |
setIsDefault(java.lang.Boolean isDefault)
Setter for isDefault - A location where this company does business.
|
void |
setIsRegistered(java.lang.Boolean isRegistered)
Setter for isRegistered - A location where this company does business.
|
void |
setLastTransactionDate(java.util.Date lastTransactionDate)
Setter for lastTransactionDate - A location where this company does business.
|
void |
setLine1(java.lang.String line1)
Setter for line1 - A location where this company does business.
|
void |
setLine2(java.lang.String line2)
Setter for line2 - A location where this company does business.
|
void |
setLine3(java.lang.String line3)
Setter for line3 - A location where this company does business.
|
void |
setLocationCode(java.lang.String locationCode)
Setter for locationCode - A location where this company does business.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - A location where this company does business.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - A location where this company does business.
|
void |
setOutletName(java.lang.String outletName)
Setter for outletName - A location where this company does business.
|
void |
setPostalCode(java.lang.String postalCode)
Setter for postalCode - A location where this company does business.
|
void |
setRegion(java.lang.String region)
Setter for region - A location where this company does business.
|
void |
setRegisteredDate(java.util.Date registeredDate)
Setter for registeredDate - A location where this company does business.
|
void |
setSettings(java.util.ArrayList<LocationSettingModel> settings)
Setter for settings - A location where this company does business.
|
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