Package com.inteliqua.rest.store.payload
Class StoreCreateRequest
- java.lang.Object
-
- com.inteliqua.rest.store.payload.StoreCreateRequest
-
- All Implemented Interfaces:
Serializable
public class StoreCreateRequest extends Object implements Serializable
- Author:
- mmakantasi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreCreateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAtrribute(EntityAttribute entityAttribute)voidaddStoreName(StoreName storeName)AddressDatagetAddress()List<EntityAttribute>getAttributes()StringgetCode()StringgetCountryCode()StringgetShortStoreDescription()StringgetStoreLiteral()List<StoreName>getStoreNames()voidsetAddress(AddressData address)voidsetCode(String code)voidsetCountryCode(String countryCode)voidsetShortStoreDescription(String shortStoreDescription)voidsetStoreLiteral(String storeLiteral)
-
-
-
Method Detail
-
getCountryCode
public String getCountryCode()
-
setCountryCode
public void setCountryCode(String countryCode)
-
getShortStoreDescription
public String getShortStoreDescription()
-
setShortStoreDescription
public void setShortStoreDescription(String shortStoreDescription)
-
addStoreName
public void addStoreName(StoreName storeName)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getAddress
public AddressData getAddress()
-
setAddress
public void setAddress(AddressData address)
-
getAttributes
public List<EntityAttribute> getAttributes()
-
addAtrribute
public void addAtrribute(EntityAttribute entityAttribute)
-
getStoreLiteral
public String getStoreLiteral()
-
setStoreLiteral
public void setStoreLiteral(String storeLiteral)
-
-