com.atlassian.crowd.integration.soap
Class SearchRestriction

java.lang.Object
  extended by com.atlassian.crowd.integration.soap.SearchRestriction
All Implemented Interfaces:
Serializable

public class SearchRestriction
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SearchRestriction()
           
SearchRestriction(String name, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
 void setName(String name)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchRestriction

public SearchRestriction()

SearchRestriction

public SearchRestriction(String name,
                         String value)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Atlassian. All Rights Reserved.