public class StoreCountInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
StoreCountInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCount() |
java.lang.String |
getIsoCode() |
java.lang.String |
getName() |
java.util.List<StoreCountInfo> |
getStoreCountInfoList() |
StoreCountType |
getType() |
void |
setCount(java.lang.Integer count) |
void |
setIsoCode(java.lang.String isoCode) |
void |
setName(java.lang.String name) |
void |
setStoreCountInfoList(java.util.List<StoreCountInfo> storeCountInfoList) |
void |
setType(StoreCountType type) |
public void setType(StoreCountType type)
public StoreCountType getType()
public void setName(java.lang.String name)
public java.lang.String getName()
public void setIsoCode(java.lang.String isoCode)
public java.lang.String getIsoCode()
public void setCount(java.lang.Integer count)
public java.lang.Integer getCount()
public void setStoreCountInfoList(java.util.List<StoreCountInfo> storeCountInfoList)
public java.util.List<StoreCountInfo> getStoreCountInfoList()
Copyright © 2018 SAP SE. All Rights Reserved.