public class BaseSearchResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
BaseSearchResult(java.lang.String id,
java.lang.String name,
java.lang.String user)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Convert this object to a string representation.
|
public BaseSearchResult(@NotBlank java.lang.String id, @NotBlank java.lang.String name, @NotBlank java.lang.String user)
id
- The id of the object in the search result.name
- The name of the object in the search result.user
- The user who created the object.