Package com.inteliqua.rest.store.payload
Class StorePayload
- java.lang.Object
-
- com.inteliqua.rest.lookupentity.payload.LookupTableBaseDTO
-
- com.inteliqua.rest.store.payload.StorePayload
-
public class StorePayload extends LookupTableBaseDTO
- Author:
- mmakantasi
-
-
Constructor Summary
Constructors Constructor Description StorePayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAtrribute(EntityAttribute entityAttribute)voidaddStoreName(StoreName storeName)AddressDataResponsegetAddress()List<EntityAttribute>getAttributes()StringgetCode()StringgetCountryCode()StringgetDescription()StringgetLookUpTableType()StringgetShortStoreDescription()List<StoreName>getStoreNames()voidsetAddress(AddressDataResponse address)voidsetCountryCode(String countryCode)voidsetShortStoreDescription(String shortStoreDescription)-
Methods inherited from class com.inteliqua.rest.lookupentity.payload.LookupTableBaseDTO
getId, setCode, setDescription, setId
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLookUpTableType
public String getLookUpTableType()
- Specified by:
getLookUpTableTypein classLookupTableBaseDTO
-
getDescription
public String getDescription()
- Overrides:
getDescriptionin classLookupTableBaseDTO
-
getCode
public String getCode()
- Overrides:
getCodein classLookupTableBaseDTO
-
getCountryCode
public String getCountryCode()
-
setCountryCode
public void setCountryCode(String countryCode)
-
getShortStoreDescription
public String getShortStoreDescription()
-
setShortStoreDescription
public void setShortStoreDescription(String shortStoreDescription)
-
getAddress
public AddressDataResponse getAddress()
-
setAddress
public void setAddress(AddressDataResponse address)
-
getAttributes
public List<EntityAttribute> getAttributes()
-
addAtrribute
public void addAtrribute(EntityAttribute entityAttribute)
-
addStoreName
public void addStoreName(StoreName storeName)
-
-