Package com.persequor.event
Class Attributes
java.lang.Object
com.persequor.event.Attributes
- All Implemented Interfaces:
- Model
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Attributespublic Attributes()
 
- 
- 
Method Details- 
addAdds an attribute to this collection- Parameters:
- attributeName- attribute name
- value- attribute value
- Returns:
- a reference to self
 
- 
all- Returns:
- all attributes in collection
 
- 
getReturns an attribute value by key- Parameters:
- key- the key of the attribute you want
- Returns:
- the attribute value
 
- 
getAttributes
 
-