public class Result extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Result.CustomComparator
Compares two result objects based on their type.
|
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
List<Designation> |
getDesignations()
Get the designations of this result.
|
String |
getId()
Get the id of this result.
|
Identification |
getIdentification()
Get the identification of this result.
|
int |
getOrder()
Get the order of this result.
|
String |
getType()
Get the type of this result.
|
void |
setDesignations(List<Designation> designations)
Set the designations of this result.
|
void |
setId(String id)
Set the id of this result.
|
void |
setIdentification(Identification identification)
Set the identification of this result.
|
void |
setOrder(int order)
Set the order of this result.
|
void |
setType(String type)
Set the type of this result.
|
public final String getId()
public final void setId(String id)
id - The idpublic final String getType()
EnumElementTypepublic final void setType(String type)
type - The new typepublic final int getOrder()
public final void setOrder(int order)
order - The new orderpublic Identification getIdentification()
public void setIdentification(Identification identification)
identification - The new identificationpublic final List<Designation> getDesignations()
public final void setDesignations(List<Designation> designations)
designations - The new designationsCopyright © 2022 Samply Community. All rights reserved.