Class Field
- java.lang.Object
-
- org.uberfire.ext.metadata.backend.infinispan.proto.schema.Field
-
@ProtoMessage public class Field extends Object
-
-
Constructor Summary
Constructors Constructor Description Field()Field(ProtobufScope scope, String type, String name, int index)Field(ProtobufScope scope, String type, String name, int index, boolean sortable, boolean searchable, String analyzer)Field(ProtobufScope scope, ProtobufType type, String name, boolean sortable, boolean searchable, String analyzer)Field(ProtobufScope scope, ProtobufType type, String name, int index)Field(ProtobufScope scope, ProtobufType type, String name, int index, boolean sortable, boolean searchable, String analyzer)Field(ProtobufScope scope, ProtobufType type, String name, String analyzer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnalyzer()IntegergetIndex()StringgetName()ProtobufScopegetScope()StringgetType()BooleanisSearchable()BooleanisSortable()voidsetAnalyzer(String analyzer)voidsetIndex(Integer index)voidsetName(String name)voidsetScope(ProtobufScope scope)voidsetSearchable(Boolean searchable)voidsetSortable(Boolean sortable)voidsetType(String type)
-
-
-
Constructor Detail
-
Field
public Field()
-
Field
public Field(ProtobufScope scope, String type, String name, int index)
-
Field
public Field(ProtobufScope scope, ProtobufType type, String name, String analyzer)
-
Field
public Field(ProtobufScope scope, ProtobufType type, String name, boolean sortable, boolean searchable, String analyzer)
-
Field
public Field(ProtobufScope scope, ProtobufType type, String name, int index)
-
Field
public Field(ProtobufScope scope, ProtobufType type, String name, int index, boolean sortable, boolean searchable, String analyzer)
-
Field
public Field(ProtobufScope scope, String type, String name, int index, boolean sortable, boolean searchable, String analyzer)
-
-
Method Detail
-
getScope
public ProtobufScope getScope()
-
setScope
@ProtoField(number=1) public void setScope(ProtobufScope scope)
-
getType
public String getType()
-
setType
@ProtoField(number=2) public void setType(String type)
-
getName
public String getName()
-
setName
@ProtoField(number=3) public void setName(String name)
-
getIndex
public Integer getIndex()
-
setIndex
@ProtoField(number=4) public void setIndex(Integer index)
-
isSortable
public Boolean isSortable()
-
setSortable
@ProtoField(number=5) public void setSortable(Boolean sortable)
-
isSearchable
public Boolean isSearchable()
-
setSearchable
@ProtoField(number=6) public void setSearchable(Boolean searchable)
-
getAnalyzer
public String getAnalyzer()
-
setAnalyzer
@ProtoField(number=7) public void setAnalyzer(String analyzer)
-
-