public class GroupingContext
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GroupingContext()
The constructor to create a new GroupingContext object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object aObject)
This method returns true if the specified object is equal to this object.
|
java.util.Hashtable |
getGroupingContextVariables()
This method returns a Hashtable that stores the name-value pairs
containing the context information.
|
java.lang.Integer |
getStoreId()
This method gets the store ID for this request.
|
int |
hashCode()
This method returns a hashCode for this object.
|
void |
setGroupingContextVariables(java.util.Hashtable newGroupingContextVariables)
This method sets the context information required for the evaluation of some attributes.
|
void |
setStoreId(java.lang.Integer newValue)
Reserved for IBM internal use.
|
java.lang.String |
toString()
This method converts the internal representation of this object into a String, suitable for use in
forming cacheID components for the WebSphere Dynamic Cache.
|
public GroupingContext()
public java.util.Hashtable getGroupingContextVariables()
public final java.lang.Integer getStoreId()
public void setGroupingContextVariables(java.util.Hashtable newGroupingContextVariables)
newGroupingContextVariables
- The new grouping context variables.public final void setStoreId(java.lang.Integer newValue)
This method sets the store ID associated with this command. This method is for internal use by the command framework only.
newValue
- The store ID.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object aObject)
equals
in class java.lang.Object
aObject
- the specified Object.public int hashCode()
hashCode
in class java.lang.Object