-
- All Implemented Interfaces:
-
java.io.Serializable
public class APOfferwallTabInfo implements Serializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAPOfferwallTabInfo.TabType
-
Field Summary
Fields Modifier and Type Field Description private inttabCountprivate intstartTabIndex
-
Constructor Summary
Constructors Constructor Description APOfferwallTabInfo()
-
Method Summary
Modifier and Type Method Description intgetTabCount()voidsetTabCount(int count)intgetStartTabIndex()voidsetStartTabIndex(int index)voidsetTabTitle(String tab1, String tab2, String tab3, String tab4, String tab5)voidsetTabType(int tab1Type, int tab2Type, int tab3Type, int tab4Type, int tab5Type)StringgetTabTitle(int position)intgetTabType(int position)-
-
Method Detail
-
getTabCount
int getTabCount()
-
setTabCount
void setTabCount(int count)
-
getStartTabIndex
int getStartTabIndex()
-
setStartTabIndex
void setStartTabIndex(int index)
-
setTabType
void setTabType(int tab1Type, int tab2Type, int tab3Type, int tab4Type, int tab5Type)
-
getTabTitle
String getTabTitle(int position)
-
getTabType
int getTabType(int position)
-
-
-
-