|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.neurowork.mobile.android.fw.levels.impl.BannerDataItem
public class BannerDataItem
Class for save information about the kind of banner inside the aplication
Field Summary | |
---|---|
static java.lang.String |
ADMOB
|
static int |
BOTTOM
|
static int |
TOP
|
Constructor Summary | |
---|---|
BannerDataItem()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Return the banner id |
int |
getPosition()
Return the position of the banner |
java.lang.String |
getType()
Return the type of the banner |
void |
setId(java.lang.String id)
Set the banner id |
void |
setPosition(java.lang.String position)
Set the banner position |
void |
setType(java.lang.String type)
Set the banner type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ADMOB
public static final int TOP
public static final int BOTTOM
Constructor Detail |
---|
public BannerDataItem()
Method Detail |
---|
public java.lang.String getType()
public void setType(java.lang.String type)
type
- public int getPosition()
public void setPosition(java.lang.String position)
position
- String with the position. Valid values: "bottom" or "top".
If the string is invalid, position takes "top" value by default.public java.lang.String getId()
public void setId(java.lang.String id)
id
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |