Class SearchResult

java.lang.Object
oracle.iam.conf.vo.SearchResult
All Implemented Interfaces:
Serializable

public class SearchResult extends Object implements Serializable
This value object contains the details of a System Property object in a search result.
Author:
sanjeesh
See Also:
  • Constructor Details

    • SearchResult

      public SearchResult()
  • Method Details

    • getPtyKeyword

      public String getPtyKeyword()
    • setPtyKeyword

      public void setPtyKeyword(String ptyKeyword)
    • getPtyValue

      public String getPtyValue()
    • setPtyValue

      public void setPtyValue(String ptyValue)
    • getPtyName

      public String getPtyName()
    • setPtyName

      public void setPtyName(String ptyName)
    • getPtyDataLevel

      public String getPtyDataLevel()
    • setPtyDataLevel

      public void setPtyDataLevel(String ptyDataLevel)
    • getId

      public long getId()
    • setId

      public void setId(long id)
    • getAllowedValue

      public List<SystemPropertyAllowedValue> getAllowedValue()
    • setAllowedValue

      public void setAllowedValue(List<SystemPropertyAllowedValue> allowedValue)