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