|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.data.dir.PeopleSearchFilter
public class PeopleSearchFilter
A search filter based on the attribute provider URI and the attribute name, contained in the value source.
Field Summary | |
---|---|
protected long |
id
|
protected static long |
s_id
|
protected String |
value
|
protected PrincipalAttributeValueSource |
valueSource
|
Constructor Summary | |
---|---|
PeopleSearchFilter()
Default constructor set the id and increments the internal id for the next instance of this class |
Method Summary | |
---|---|
long |
getId()
Get the filter id. |
String |
getValue()
Get the value for this attribute. |
PrincipalAttributeValueSource |
getValueSource()
Get the wrapper Object containing the principal attribute value source. |
void |
setId(long id)
Set the filter id. |
void |
setValue(String value)
Set value for this attribute. |
void |
setValueSource(PrincipalAttributeValueSource valueSource)
Set the wrapper Object containing the principal attribute value source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static long s_id
protected PrincipalAttributeValueSource valueSource
protected String value
protected long id
Constructor Detail |
---|
public PeopleSearchFilter()
Method Detail |
---|
public long getId()
public void setId(long id)
id
- the id to set.public PrincipalAttributeValueSource getValueSource()
public void setValueSource(PrincipalAttributeValueSource valueSource)
valueSource
- The valueSource container.public String getValue()
public void setValue(String value)
value
- The String value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |