public class BigDataColumn extends Object
Constructor and Description |
---|
BigDataColumn() |
BigDataColumn(String name,
String type) |
BigDataColumn(String name,
String type,
boolean required) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getType() |
boolean |
isRequired() |
void |
setName(String name) |
void |
setRequired(boolean required) |
void |
setType(String type) |
String |
toString() |
public BigDataColumn()
public BigDataColumn(String name, String type)
name
- - the column nametype
- - the column typepublic String getName()
public void setName(String name)
name
- the name to setpublic String getType()
public void setType(String type)
type
- the type to setpublic boolean isRequired()
public void setRequired(boolean required)
required
- the required to setCopyright © 2016 iNetria. All rights reserved.