public abstract class Zone<Z extends Zone<Z>>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Zone.Type |
| Constructor and Description |
|---|
Zone()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
java.lang.String |
getName() |
abstract Zone.Type |
getType()
Zones support the following content types:
Content, Record, Banner, Rich_Content
|
Z |
setId(java.lang.String id) |
Z |
setName(java.lang.String name) |
public abstract Zone.Type getType()
Zones support the following content types:
Content, Record, Banner, Rich_Content
public java.lang.String getId()
public Z setId(java.lang.String id)
id - Set the ID.public java.lang.String getName()
public Z setName(java.lang.String name)
name - Set the nameCopyright © 2013–2016 GroupBy Inc.. All rights reserved.