oracle.toplink.querykeys
Class DirectQueryKey
java.lang.Object
|
+--oracle.toplink.querykeys.QueryKey
|
+--oracle.toplink.querykeys.DirectQueryKey
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class DirectQueryKey
- extends QueryKey
Purpose: Define an alias to a database field.
Responsibilities:
- Define the field that is being aliased.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getFieldName()
PUBLIC: Return the field name for the query key. |
java.lang.String |
getQualifiedFieldName()
PUBLIC: Return the qualified field name for the query key. |
void |
setFieldName(java.lang.String fieldName)
PUBLIC: Set the field name for the query key. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DirectQueryKey
public DirectQueryKey()
getFieldName
public java.lang.String getFieldName()
- PUBLIC: Return the field name for the query key.
getQualifiedFieldName
public java.lang.String getQualifiedFieldName()
- PUBLIC: Return the qualified field name for the query key.
setFieldName
public void setFieldName(java.lang.String fieldName)
- PUBLIC: Set the field name for the query key.