public class IlvColumnValueClusterId extends IlvAbstractClusterId
Constructor and Description |
---|
IlvColumnValueClusterId(IlvObjectModelWithColumns model,
IlvDataColumnInfo column)
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares this object with another object.
|
IlvDataColumnInfo |
getColumn()
Returns the column whose values share some commonality for the
elements of the cluster represented by this
IlvClusterId . |
IlvObjectModelWithColumns |
getModel()
Returns the model in which the column values are stored.
|
int |
hashCode()
Returns a hash code that is compatible with
equals() . |
public IlvColumnValueClusterId(IlvObjectModelWithColumns model, IlvDataColumnInfo column)
model
- The model in which the column values are stored.column
- The column which gave rise to the identified cluster.public IlvObjectModelWithColumns getModel()
public IlvDataColumnInfo getColumn()
IlvClusterId
.public boolean equals(Object o)
equals
in interface IlvClusterId
equals
in class IlvAbstractClusterId
public int hashCode()
equals()
.hashCode
in interface IlvClusterId
hashCode
in class IlvAbstractClusterId
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.