Package com.soffid.iam.web
Class SearchDictionary
java.lang.Object
com.soffid.iam.web.SearchDictionary
- All Implemented Interfaces:
Serializable
ValueObject SearchDictionary
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchDictionary(SearchDictionary otherBean) SearchDictionary(List<SearchAttributeDefinition> attributes, long timestamp) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute attributeslongGets value for attribute timestampvoidsetAttributes(List<SearchAttributeDefinition> attributes) Sets value for attribute attributesvoidsetTimestamp(long timestamp) Sets value for attribute timestamptoString()Returns a string representation of the value object.
-
Constructor Details
-
SearchDictionary
public SearchDictionary() -
SearchDictionary
-
SearchDictionary
-
-
Method Details
-
getAttributes
Gets value for attribute attributes -
setAttributes
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
Returns a string representation of the value object.
-