public class Column extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LM_FULL
Full load mode.
|
static String |
LM_INCREMENTAL
Incremental load mode.
|
Constructor and Description |
---|
Column(net.sf.json.JSONObject column)
Constructs a new SLI column
|
Column(String name)
Constructs a new SLI column
|
Modifier and Type | Method and Description |
---|---|
String |
getFormat() |
String |
getMode()
Returns the column mode
|
String |
getName()
Returns the column name
|
String[] |
getPopulates() |
int |
getReferenceKey()
Returns the column referenceKey
|
void |
setFormat(String format) |
void |
setMode(String mode)
Sets the column mode
|
void |
setName(String name)
Sets the column name
|
void |
setPopulates(String[] populates) |
void |
setReferenceKey(int referenceKey)
Sets the column referenceKey
|
String |
toString()
The standard toString
|
public static final String LM_FULL
public static final String LM_INCREMENTAL
public Column(String name)
name
- the column namepublic Column(net.sf.json.JSONObject column)
column
- the JSON object from the GoodData REST APIpublic String getName()
public void setName(String name)
name
- the column namepublic String getMode()
public void setMode(String mode)
mode
- the column modepublic int getReferenceKey()
public void setReferenceKey(int referenceKey)
referenceKey
- the column referenceKeypublic String[] getPopulates()
public void setPopulates(String[] populates)
public String toString()
public String getFormat()
public void setFormat(String format)
Copyright © 2014. All rights reserved.