atg.endeca.assembler.navigation.filter
Class PropertyConstraint

java.lang.Object
  extended by atg.endeca.assembler.navigation.filter.PropertyConstraint

public class PropertyConstraint
extends java.lang.Object

Immutable class that represents property constraint. Mainly for use with FilterUtils#not(PropertyConstraint) and FilterUtils#and(PropertyConstraint...) methods.


Field Summary
protected static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
PropertyConstraint(java.lang.String pPropertyName, java.lang.String pPropertyValue)
           
 
Method Summary
 java.lang.String getPropertyName()
           
 java.lang.String getPropertyValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

protected static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

PropertyConstraint

public PropertyConstraint(java.lang.String pPropertyName,
                          java.lang.String pPropertyValue)
Parameters:
pPropertyName - property name
pPropertyValue - property value
Method Detail

getPropertyName

public java.lang.String getPropertyName()
Returns:
the property name

getPropertyValue

public java.lang.String getPropertyValue()
Returns:
the property value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object