|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.system.query.cql.CQLObject
public class CQLObject
Associated CQLObject used as search criteria
Constructor Summary | |
---|---|
CQLObject()
|
|
CQLObject(CQLAssociation association,
CQLAttribute attribute,
CQLGroup group,
java.lang.String name)
|
Method Summary | |
---|---|
CQLAssociation |
getAssociation()
Gets the association value for this CQLObject. |
CQLAttribute |
getAttribute()
Gets the attribute value for this CQLObject. |
CQLGroup |
getGroup()
Gets the group value for this CQLObject. |
java.lang.String |
getName()
Gets the name value for this CQLObject. |
void |
setAssociation(CQLAssociation association)
Sets the association value for this CQLObject. |
void |
setAttribute(CQLAttribute attribute)
Sets the attribute value for this CQLObject. |
void |
setGroup(CQLGroup group)
Sets the group value for this CQLObject. |
void |
setName(java.lang.String name)
Sets the name value for this CQLObject. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CQLObject()
public CQLObject(CQLAssociation association, CQLAttribute attribute, CQLGroup group, java.lang.String name)
Method Detail |
---|
public CQLAttribute getAttribute()
public void setAttribute(CQLAttribute attribute)
attribute
- public CQLAssociation getAssociation()
public void setAssociation(CQLAssociation association)
association
- public CQLGroup getGroup()
public void setGroup(CQLGroup group)
group
- public java.lang.String getName()
public void setName(java.lang.String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |