Class SimpleAttributeSearchFieldKind
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.SimpleAttributeSearchFieldKind
-
- All Implemented Interfaces:
IAttributeSearchFieldKind
,ISearchFieldKind
public class SimpleAttributeSearchFieldKind extends java.lang.Object implements IAttributeSearchFieldKind
An implementation ofIAttributeSearchFieldKind
which provides code and description.
-
-
Constructor Summary
Constructors Constructor Description SimpleAttributeSearchFieldKind(java.lang.String code, java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISearchFieldAvailability
getAvailability()
Returns availability of the search field.java.lang.String
getCode()
ISearchFieldCriterionFactory
getCriterionFactory()
Returns criterion factory of the search field.java.lang.String
getDescription()
-
-
-
Method Detail
-
getAvailability
public ISearchFieldAvailability getAvailability()
Description copied from interface:ISearchFieldKind
Returns availability of the search field.- Specified by:
getAvailability
in interfaceISearchFieldKind
-
getCriterionFactory
public ISearchFieldCriterionFactory getCriterionFactory()
Description copied from interface:ISearchFieldKind
Returns criterion factory of the search field.- Specified by:
getCriterionFactory
in interfaceISearchFieldKind
-
getCode
public java.lang.String getCode()
- Specified by:
getCode
in interfaceIAttributeSearchFieldKind
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceIAttributeSearchFieldKind
-
-