public class MColumnDescription extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MColumnDescription.Type |
| Constructor and Description |
|---|
MColumnDescription(String label,
String name,
MColumnDescription.Type type,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getLabel() |
String |
getName() |
MColumnDescription.Type |
getType() |
boolean |
isViewColumn() |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(MColumnDescription.Type type) |
void |
setViewColumn(boolean viewColumn) |
public MColumnDescription(String label, String name, MColumnDescription.Type type, String id)
public String getLabel()
public void setLabel(String label)
label - the label to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getId()
public void setId(String id)
id - the id to setpublic boolean isViewColumn()
public void setViewColumn(boolean viewColumn)
viewColumn - the viewColumn to setpublic MColumnDescription.Type getType()
public void setType(MColumnDescription.Type type)
type - the type to setCopyright © 2014. All Rights Reserved.