|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TCursorContentItem
public class TCursorContentItem
TCursorInfoItem is the cursor info specific implementation class for TResponseInfoItem. This class provides access operations for the cursor info structure provided within Tamino responses.
Field Summary | |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the cursor info item. |
Constructor Summary | |
---|---|
protected |
TCursorContentItem(java.lang.String handle,
java.lang.String current,
java.lang.String quantity,
java.lang.String next,
java.lang.String prev,
java.lang.String count)
Initializes the cursor info item. |
Method Summary | |
---|---|
java.lang.String |
getCount()
Gets the count cursor reference. |
java.lang.String |
getCurrent()
Gets the current cursor reference. |
java.lang.String |
getHandle()
Gets the handle reference if given, the empty string otherwise. |
java.lang.String |
getNext()
Gets the next cursor reference.. |
java.lang.String |
getPrevious()
Gets the previous cursor reference. |
java.lang.String |
getQuantity()
Gets the quantity cursor reference. |
boolean |
hasCount()
Indictates if cursor set has a count cursor reference. |
boolean |
hasCurrent()
Indictates if cursor set has a current cursor reference. |
boolean |
hasHandle()
Indictates if cursor set has a handle reference. |
boolean |
hasNext()
Indictates if cursor set has a "next" cursor reference. |
boolean |
hasPrevious()
Indictates if cursor set has a "previous" cursor reference. |
boolean |
hasQuantity()
Indictates if cursor set has a quantity cursor reference. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SPECIFIER
Constructor Detail |
---|
protected TCursorContentItem(java.lang.String handle, java.lang.String current, java.lang.String quantity, java.lang.String next, java.lang.String prev, java.lang.String count)
Method Detail |
---|
public java.lang.String getHandle()
public boolean hasHandle()
public java.lang.String getCurrent()
public boolean hasCurrent()
public java.lang.String getQuantity()
public boolean hasQuantity()
public java.lang.String getNext()
public boolean hasNext()
public boolean hasPrevious()
public java.lang.String getPrevious()
public java.lang.String getCount()
public boolean hasCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |