com.stratelia.webactiv.util
Class WAAttributeValuePair

java.lang.Object
  extended by com.stratelia.webactiv.util.WAAttributeValuePair

public class WAAttributeValuePair
extends Object

Version:
Author:
jpouyadou

Field Summary
static int SEARCH_MODE_EXACT
           
static int SEARCH_MODE_PARTIAL
           
static int SEARCH_MODE_STARTSWITH
           
 
Constructor Summary
WAAttributeValuePair(String m, String v)
          Creates new WAAttributeValuePair
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 int getSearchMode()
           
 String getValue()
           
 int hashCode()
           
 void setName(String n)
           
 void setSearchMode(int mode)
           
 void setValue(String v)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCH_MODE_PARTIAL

public static final int SEARCH_MODE_PARTIAL
See Also:
Constant Field Values

SEARCH_MODE_STARTSWITH

public static final int SEARCH_MODE_STARTSWITH
See Also:
Constant Field Values

SEARCH_MODE_EXACT

public static final int SEARCH_MODE_EXACT
See Also:
Constant Field Values
Constructor Detail

WAAttributeValuePair

public WAAttributeValuePair(String m,
                            String v)
Creates new WAAttributeValuePair

Method Detail

getName

public String getName()

getValue

public String getValue()

setName

public void setName(String n)

setValue

public void setValue(String v)

setSearchMode

public void setSearchMode(int mode)

getSearchMode

public int getSearchMode()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.