Package de.hybris.platform.store.pojo
Class StoreCountInfo
- java.lang.Object
-
- de.hybris.platform.store.pojo.StoreCountInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class StoreCountInfo extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StoreCountInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCount()java.lang.StringgetIsoCode()java.lang.StringgetName()java.util.List<StoreCountInfo>getStoreCountInfoList()StoreCountTypegetType()voidsetCount(java.lang.Integer count)voidsetIsoCode(java.lang.String isoCode)voidsetName(java.lang.String name)voidsetStoreCountInfoList(java.util.List<StoreCountInfo> storeCountInfoList)voidsetType(StoreCountType type)
-
-
-
Method Detail
-
setType
public void setType(StoreCountType type)
-
getType
public StoreCountType getType()
-
setName
public void setName(java.lang.String name)
-
getName
public java.lang.String getName()
-
setIsoCode
public void setIsoCode(java.lang.String isoCode)
-
getIsoCode
public java.lang.String getIsoCode()
-
setCount
public void setCount(java.lang.Integer count)
-
getCount
public java.lang.Integer getCount()
-
setStoreCountInfoList
public void setStoreCountInfoList(java.util.List<StoreCountInfo> storeCountInfoList)
-
getStoreCountInfoList
public java.util.List<StoreCountInfo> getStoreCountInfoList()
-
-