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 String
getCondition()
String
getExpression()
String
getField()
Search.SearchSelectInputMatchStyle
getMatchStyle()
String
getName()
void
setCondition(String condition)
void
setExpression(String expression)
void
setField(String field)
void
setMatchStyle(Search.SearchSelectInputMatchStyle matchStyle)
void
setName(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)
-
-