Class CometPlaceholder.DataProvider
java.lang.Object
com.priint.pubserver.comet.entity.placeholder.CometPlaceholder.DataProvider
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CometPlaceholder
The type Data provider.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets description.Gets identifier.Gets result entity id.Gets search string.voidsetDescription(String description) Sets description.voidsetIdentifier(String identifier) Sets identifier.voidsetResultEntityId(String resultEntityId) Sets result entity id.voidsetSearchString(String searchString) Sets search string.
-
Constructor Details
-
DataProvider
public DataProvider()
-
-
Method Details
-
getDescription
Gets description.- Returns:
- the description
-
getIdentifier
Gets identifier.- Returns:
- the identifier
-
getResultEntityId
Gets result entity id.- Returns:
- the result entity id
-
getSearchString
Gets search string.- Returns:
- the search string
-
setDescription
Sets description.- Parameters:
description- the description
-
setIdentifier
Sets identifier.- Parameters:
identifier- the identifier
-
setResultEntityId
Sets result entity id.- Parameters:
resultEntityId- the result entity id
-
setSearchString
Sets search string.- Parameters:
searchString- the search string
-