Package oracle.iam.notification.vo
Class SearchResult
java.lang.Object
oracle.iam.notification.vo.SearchResult
- All Implemented Interfaces:
Serializable
This object represents a search result of a template
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides event name associated with the search result templatelong
getId()
Provides ID of the search resultProvides locale of search result templateProvides status of a search result template.Provides search result Template's message subject in given localeProvides name of the search result templatevoid
setCreateuser
(String createuser) void
setEventname
(String eventname) Adds event name to the search result templatevoid
setId
(long id) Sets ID of the search resultvoid
Sets ID of the search resultvoid
Set locale of a search result templatevoid
Sets status of a search result template.void
setSubject
(String subject) Set search result template's message subject in given localevoid
setTemplatename
(String templatename) Sets name for the search result template
-
Constructor Details
-
SearchResult
public SearchResult()
-
-
Method Details
-
getCreateuser
-
setCreateuser
-
getLocale
Provides locale of search result template- Returns:
- locale of search result template
-
setLocale
Set locale of a search result template- Parameters:
locale
- Locale of a serach result template
-
getTemplatename
Provides name of the search result template- Returns:
- name of the search result template
-
setTemplatename
Sets name for the search result template- Parameters:
templatename
- name to be given to the search result template
-
getEventname
Provides event name associated with the search result template- Returns:
- event name
-
setEventname
Adds event name to the search result template- Parameters:
eventname
- event name to be associated with the search result template
-
getSubject
Provides search result Template's message subject in given locale- Returns:
- Search result Template's message subject in given locale
-
setSubject
Set search result template's message subject in given locale- Parameters:
subject
- Search result Template's message subject in given locale
-
getId
public long getId()Provides ID of the search result- Returns:
- ID of the search result
-
setId
public void setId(long id) Sets ID of the search result- Parameters:
id
- The value of id
-
setId
Sets ID of the search result- Parameters:
sid
- The value of id
-
getStatus
Provides status of a search result template. Supported values are 'Disabled' and 'Enabled'- Returns:
- status of a search result template
-
setStatus
Sets status of a search result template. Supported values are 'Disabled' and 'Enabled'- Parameters:
status
- Status of a search result template
-