public class Column extends Object
| Constructor and Description |
|---|
Column()
Instantiates a new column.
|
Column(String key,
String fullName,
String type,
boolean isObjective,
String goal)
Instantiates a new column.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName()
Gets the full name.
|
String |
getGoal()
Gets the goal.
|
String |
getKey()
Gets the key.
|
String |
getType()
Gets the type.
|
boolean |
isIsObjective()
Checks if is checks if is objective.
|
void |
setFullName(String fullName)
Sets the full name.
|
void |
setGoal(String goal)
Sets the goal.
|
void |
setIsObjective(boolean isObjective)
Sets the checks if is objective.
|
void |
setKey(String key)
Sets the key.
|
void |
setType(String type)
Sets the type.
|
String |
toString() |
Column |
withFullName(String fullName)
With full name.
|
Column |
withGoal(String goal)
With goal.
|
Column |
withIsObjective(boolean isObjective)
With is objective.
|
Column |
withKey(String key)
With key.
|
Column |
withType(String type)
With type.
|
public String getKey()
public void setKey(String key)
key - The keypublic String getFullName()
public void setFullName(String fullName)
fullName - The full_namepublic Column withFullName(String fullName)
fullName - the full namepublic String getType()
public void setType(String type)
type - The typepublic Column withType(String type)
type - the typepublic boolean isIsObjective()
public void setIsObjective(boolean isObjective)
isObjective - The is_objectivepublic Column withIsObjective(boolean isObjective)
isObjective - the is objectivepublic String getGoal()
public void setGoal(String goal)
goal - The goalpublic Column withGoal(String goal)
goal - the goalCopyright © 2015. All rights reserved.