gov.nih.nci.system.query.cql
Class CQLAttribute

java.lang.Object
  extended by gov.nih.nci.system.query.cql.CQLAttribute
All Implemented Interfaces:
java.io.Serializable

public class CQLAttribute
extends java.lang.Object
implements java.io.Serializable

CQLObject Property element used as search criteria

Author:
Satish Patel
See Also:
Serialized Form

Constructor Summary
CQLAttribute()
           
CQLAttribute(java.lang.String name, CQLPredicate predicate, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
          Gets the name value for this Attribute.
 CQLPredicate getPredicate()
          Gets the predicate value for this Attribute.
 java.lang.String getValue()
          Gets the value value for this Attribute.
 void setName(java.lang.String name)
          Sets the name value for this Attribute.
 void setPredicate(CQLPredicate predicate)
          Sets the predicate value for this Attribute.
 void setValue(java.lang.String value)
          Sets the value value for this Attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CQLAttribute

public CQLAttribute()

CQLAttribute

public CQLAttribute(java.lang.String name,
                    CQLPredicate predicate,
                    java.lang.String value)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this Attribute.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Attribute.

Parameters:
name -

getPredicate

public CQLPredicate getPredicate()
Gets the predicate value for this Attribute.

Returns:
predicate

setPredicate

public void setPredicate(CQLPredicate predicate)
Sets the predicate value for this Attribute.

Parameters:
predicate -

getValue

public java.lang.String getValue()
Gets the value value for this Attribute.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this Attribute.

Parameters:
value -