Class SearchDictionary

java.lang.Object
com.soffid.iam.web.SearchDictionary
All Implemented Interfaces:
Serializable

public class SearchDictionary extends Object implements Serializable
ValueObject SearchDictionary
See Also:
  • Constructor Details

  • Method Details

    • getAttributes

      public List<SearchAttributeDefinition> getAttributes()
      Gets value for attribute attributes
    • setAttributes

      public void setAttributes(List<SearchAttributeDefinition> attributes)
      Sets value for attribute attributes
    • getTimestamp

      public long getTimestamp()
      Gets value for attribute timestamp
    • setTimestamp

      public void setTimestamp(long timestamp)
      Sets value for attribute timestamp
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object