|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.data.dir.query.Term
public class Term
Individual query term. Use to store an attribute value and a principal attribute provider. The term's id is incremented by one for each new instance of this class.
Field Summary | |
---|---|
protected String |
m_attrValue
|
protected PrincipalAttributeValueSource |
m_attrValueSource
|
protected String |
m_id
|
protected static int |
s_nextId
|
Constructor Summary | |
---|---|
Term()
|
Method Summary | |
---|---|
String |
getAttrValue()
Get the attribute value for this term. |
PrincipalAttributeValueSource |
getAttrValueSource()
Get the currently principal attribute provider for this term. |
String |
getId()
The numerical id value for this term. |
void |
setAttrValue(String attrValue)
Set the attribute value for this term. |
void |
setAttrValueSource(PrincipalAttributeValueSource subject)
Set the currently principal attribute provider for this term. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static int s_nextId
protected String m_id
protected PrincipalAttributeValueSource m_attrValueSource
protected String m_attrValue
Constructor Detail |
---|
public Term()
Method Detail |
---|
public String getId()
public PrincipalAttributeValueSource getAttrValueSource()
public void setAttrValueSource(PrincipalAttributeValueSource subject)
subject
- An PrincipalAttributeValueSource wrapper for the attribute provider URI and the attribute name.public String getAttrValue()
public void setAttrValue(String attrValue)
attrValue
- The string value to set the attribute to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |