Interface ItemModel
-
- All Implemented Interfaces:
-
java.io.Serializable
public interface ItemModel implements Serializable
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetLayoutId()abstract TypeOfItemsgetViewType()-
-
Method Detail
-
getLayoutId
abstract Integer getLayoutId()
-
getViewType
abstract TypeOfItems getViewType()
-
-
-
-