public class CQLObject
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CQLObject() |
CQLObject(CQLAssociation association,
CQLAttribute attribute,
CQLGroup group,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
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.
|
public CQLObject()
public CQLObject(CQLAssociation association, CQLAttribute attribute, CQLGroup group, java.lang.String name)
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
-