public class SortKey extends Object
| Constructor and Description |
|---|
SortKey(AttributeType attributeType)
Create a new instance of a SortKey for a give AttributeType
|
SortKey(AttributeType attributeType,
boolean reverseOrder)
Create a new instance of a SortKey for a give AttributeType
|
SortKey(AttributeType attributeType,
String matchingRuleId)
Create a new instance of a SortKey for a give AttributeType
|
SortKey(AttributeType attributeType,
String matchingRuleId,
boolean reverseOrder)
Create a new instance of a SortKey for a give AttributeType
|
SortKey(String attributeTypeOid)
Create a new instance of a SortKey for a give AttributeType
|
SortKey(String attributeTypeOid,
boolean reverseOrder)
Create a new instance of a SortKey for a give AttributeType
|
SortKey(String attributeTypeOid,
String matchingRuleId)
Create a new instance of a SortKey for a give AttributeType
|
SortKey(String attributeTypeOid,
String matchingRuleId,
boolean reverseOrder)
Create a new instance of a SortKey for a give AttributeType
|
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
getAttributeType() |
String |
getAttributeTypeOid() |
String |
getMatchingRuleId() |
boolean |
isReverseOrder() |
void |
setAttributeType(AttributeType attributeType) |
void |
setAttributeType(String attributeTypeOid) |
void |
setMatchingRuleId(String matchingRuleId) |
void |
setReverseOrder(boolean reverseOrder) |
String |
toString() |
public SortKey(AttributeType attributeType)
attributeType - The AttributeType to usepublic SortKey(String attributeTypeOid)
attributeTypeOid - The AttributeType OID to usepublic SortKey(AttributeType attributeType, String matchingRuleId)
attributeType - The AttributeType to usematchingRuleId - The MatchingRule to usepublic SortKey(String attributeTypeOid, String matchingRuleId)
attributeTypeOid - The AttributeType OID to usematchingRuleId - The MatchingRule to usepublic SortKey(AttributeType attributeType, String matchingRuleId, boolean reverseOrder)
attributeType - The AttributeType to usematchingRuleId - The MatchingRule to usereverseOrder - The reverseOrder flagpublic SortKey(String attributeTypeOid, String matchingRuleId, boolean reverseOrder)
attributeTypeOid - The AttributeType OID to usematchingRuleId - The MatchingRule to usereverseOrder - The reverseOrder flagpublic SortKey(AttributeType attributeType, boolean reverseOrder)
attributeType - The AttributeType to usereverseOrder - The reverseOrder flagpublic SortKey(String attributeTypeOid, boolean reverseOrder)
attributeTypeOid - The AttributeType OID to usereverseOrder - The reverseOrder flagpublic AttributeType getAttributeType()
public void setAttributeType(AttributeType attributeType)
attributeType - the attributeType to setpublic String getAttributeTypeOid()
public void setAttributeType(String attributeTypeOid)
attributeType - the attributeType to setpublic String getMatchingRuleId()
public void setMatchingRuleId(String matchingRuleId)
matchingRuleId - the matchingRuleId to setpublic boolean isReverseOrder()
public void setReverseOrder(boolean reverseOrder)
reverseOrder - the reverseOrder to setpublic String toString()
toString in class ObjectString.toString()Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.