@Generated(value="ru.curs.celesta.plugin.maven.CursorGenerator", date="2021-02-18T14:15:30.227") public final class UpperLowerCursor extends ViewCursor implements Iterable<UpperLowerCursor>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpperLowerCursor.Columns |
| Modifier and Type | Field and Description |
|---|---|
UpperLowerCursor.Columns |
COLUMNS |
| Constructor and Description |
|---|
UpperLowerCursor(CallContext context) |
UpperLowerCursor(CallContext context,
ColumnMeta<?>... columns) |
UpperLowerCursor(CallContext context,
Set<String> fields)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_clearBuffer(boolean withKeys) |
Object[] |
_currentValues() |
UpperLowerCursor |
_getBufferCopy(CallContext context,
List<String> fields) |
void |
copyFieldsFrom(BasicCursor c) |
Integer |
getId() |
String |
getV1() |
String |
getV2() |
String |
getV3() |
String |
getV4() |
String |
getValue() |
Iterator<UpperLowerCursor> |
iterator() |
void |
setId(Integer id) |
void |
setV1(String v1) |
void |
setV2(String v2) |
void |
setV3(String v3) |
void |
setV4(String v4) |
void |
setValue(String value) |
asCSVLine, canDelete, canInsert, canModify, clear, clearBuffer, copyFiltersFrom, copyOrderFrom, count, descOrders, findSet, first, getBufferCopy, getComplexFilter, getCurrentValues, getOrderBy, getValue, isEquivalent, last, limit, navigate, navigate, next, nextInSet, orderBy, orderBy, orderBy, orderByColumnNames, position, previous, reset, setComplexFilter, setFilter, setFilter, setRange, setRange, setRange, setRange, setRange, setRange, setValue, tryFindSet, tryFirst, tryLastcanReadcallContext, close, isClosedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final UpperLowerCursor.Columns COLUMNS
public UpperLowerCursor(CallContext context)
public UpperLowerCursor(CallContext context, ColumnMeta<?>... columns)
@Deprecated public UpperLowerCursor(CallContext context, Set<String> fields)
public Integer getId()
public void setId(Integer id)
public String getValue()
public void setValue(String value)
public String getV1()
public void setV1(String v1)
public String getV2()
public void setV2(String v2)
public String getV3()
public void setV3(String v3)
public String getV4()
public void setV4(String v4)
public void _clearBuffer(boolean withKeys)
_clearBuffer in class BasicCursorpublic Object[] _currentValues()
_currentValues in class BasicCursorpublic UpperLowerCursor _getBufferCopy(CallContext context, List<String> fields)
_getBufferCopy in class BasicCursorpublic void copyFieldsFrom(BasicCursor c)
copyFieldsFrom in class BasicCursorpublic Iterator<UpperLowerCursor> iterator()
iterator in interface Iterable<UpperLowerCursor>Copyright © 2021 CURS. All rights reserved.