Package com.axelor.meta.schema.views
Class Search.SearchSelectInput
- java.lang.Object
-
- com.axelor.meta.schema.views.Search.SearchSelectInput
-
-
Constructor Summary
Constructors Constructor Description SearchSelectInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCondition()StringgetExpression()StringgetField()Search.SearchSelectInputMatchStylegetMatchStyle()StringgetName()voidsetCondition(String condition)voidsetExpression(String expression)voidsetField(String field)voidsetMatchStyle(Search.SearchSelectInputMatchStyle matchStyle)voidsetName(String name)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getField
public String getField()
-
setField
public void setField(String field)
-
getMatchStyle
public Search.SearchSelectInputMatchStyle getMatchStyle()
-
setMatchStyle
public void setMatchStyle(Search.SearchSelectInputMatchStyle matchStyle)
-
getCondition
public String getCondition()
-
setCondition
public void setCondition(String condition)
-
getExpression
public String getExpression()
-
setExpression
public void setExpression(String expression)
-
-