Class SearchDomainSearchOption
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.SearchDomainSearchOption
-
- All Implemented Interfaces:
java.io.Serializable
@JsonObject("SearchDomainSearchOption") public class SearchDomainSearchOption extends java.lang.Object implements java.io.Serializable
Search option of a Search Domain.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchDomainSearchOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
java.lang.String
getDescription()
java.lang.String
getLabel()
void
setCode(java.lang.String code)
void
setDescription(java.lang.String description)
void
setLabel(java.lang.String label)
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
-
setCode
public void setCode(java.lang.String code)
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
-