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 TypeMethodDescriptionlonggetId()voidsetAllowedValue(List<SystemPropertyAllowedValue> allowedValue) voidsetId(long id) voidsetPtyDataLevel(String ptyDataLevel) voidsetPtyKeyword(String ptyKeyword) voidsetPtyName(String ptyName) voidsetPtyValue(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
-