public class AttrValueHistorical extends Object
Constructor and Description |
---|
AttrValueHistorical(org.forgerock.opendj.ldap.ByteString value,
CSN csnUpdate,
CSN csnDelete)
Build an AttrValueHistorical for a provided attribute value, providing
the last time the provided value is either updated or deleted.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares this object with another ValueInfo object.
|
org.forgerock.opendj.ldap.ByteString |
getAttributeValue()
Get the attributeValue for which this object was generated.
|
CSN |
getValueDeleteTime()
Get the last time when the value was deleted.
|
CSN |
getValueUpdateTime()
Get the last time when the value was updated.
|
int |
hashCode()
Calculates the hasCode for this object.
|
boolean |
isUpdate()
Check if the value associated with this object was updated.
|
String |
toString() |
public AttrValueHistorical(org.forgerock.opendj.ldap.ByteString value, CSN csnUpdate, CSN csnDelete)
value
- the provided attributeValuecsnUpdate
- last time when this value was updatedcsnDelete
- last time when this value for deletedpublic boolean equals(Object obj)
public int hashCode()
public CSN getValueDeleteTime()
public CSN getValueUpdateTime()
public org.forgerock.opendj.ldap.ByteString getAttributeValue()
public boolean isUpdate()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.