Package oracle.iam.conf.vo
Class SearchResult
java.lang.Object
oracle.iam.conf.vo.SearchResult
- All Implemented Interfaces:
Serializable
This value object contains the details of a System Property object
in a search result.
- Author:
- sanjeesh
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
void
setAllowedValue
(List<SystemPropertyAllowedValue> allowedValue) void
setId
(long id) void
setPtyDataLevel
(String ptyDataLevel) void
setPtyKeyword
(String ptyKeyword) void
setPtyName
(String ptyName) void
setPtyValue
(String ptyValue)
-
Constructor Details
-
SearchResult
public SearchResult()
-
-
Method Details
-
getPtyKeyword
-
setPtyKeyword
-
getPtyValue
-
setPtyValue
-
getPtyName
-
setPtyName
-
getPtyDataLevel
-
setPtyDataLevel
-
getId
public long getId() -
setId
public void setId(long id) -
getAllowedValue
-
setAllowedValue
-