Package com.soffid.iam.web
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchDictionary()SearchDictionary(SearchDictionary otherBean)SearchDictionary(List<SearchAttributeDefinition> attributes, long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SearchAttributeDefinition>getAttributes()Gets value for attribute attributeslonggetTimestamp()Gets value for attribute timestampvoidsetAttributes(List<SearchAttributeDefinition> attributes)Sets value for attribute attributesvoidsetTimestamp(long timestamp)Sets value for attribute timestampStringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
SearchDictionary
public SearchDictionary()
-
SearchDictionary
public SearchDictionary(List<SearchAttributeDefinition> attributes, long timestamp)
-
SearchDictionary
public SearchDictionary(SearchDictionary otherBean)
-
-
Method Detail
-
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
-
-