public class ColumnDefinitionBean extends Object
| Constructor and Description |
|---|
ColumnDefinitionBean() |
| Modifier and Type | Method and Description |
|---|---|
ColumnTypeBean |
getType() |
boolean |
isFacet() |
boolean |
isIndex() |
boolean |
isScoreParam() |
void |
setFacet(boolean isFacet) |
void |
setIndex(boolean isIndex) |
void |
setScoreParam(boolean isScoreParam) |
void |
setType(ColumnTypeBean type) |
public ColumnTypeBean getType()
public void setType(ColumnTypeBean type)
public boolean isScoreParam()
public void setScoreParam(boolean isScoreParam)
public boolean isIndex()
public void setIndex(boolean isIndex)
public boolean isFacet()
public void setFacet(boolean isFacet)
Copyright © 2016 WSO2. All rights reserved.