public class TCursorContentItem extends java.lang.Object implements TResponseContentItem
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the cursor info item.
|
Modifier | Constructor and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String SPECIFIER
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)
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()
Copyright (c) 2017 Software AG. All Rights Reserved.