toggle menu
kraken-core
JVM
switch theme
search in API
kraken-core
/
fun.bigtable.kraken.util.offset
/
AbstractConsume
Abstract
Consume
abstract
class
AbstractConsume
:
Comparable
<
T
>
核销抽象类
Members
Constructors
Abstract
Consume
Link copied to clipboard
constructor
(
)
Types
Consume
State
Link copied to clipboard
enum
ConsumeState
Functions
can
Resume
Link copied to clipboard
open
fun
canResume
(
)
:
Boolean
compare
To
Link copied to clipboard
open
fun
compareTo
(
o
:
AbstractConsume
)
:
Int
get
Consume
State
Link copied to clipboard
abstract
fun
getConsumeState
(
)
:
Integer
获取核销状态
get
Rest
Cnt
Link copied to clipboard
abstract
fun
getRestCnt
(
)
:
BigDecimal
获取余量
get
Sort
Link copied to clipboard
abstract
fun
getSort
(
)
:
Comparable
获取排序字段
set
Consume
State
Link copied to clipboard
abstract
fun
setConsumeState
(
consumeState
:
Integer
)
设置核销状态
set
Rest
Cnt
Link copied to clipboard
abstract
fun
setRestCnt
(
restCnt
:
BigDecimal
)
设置核销后余量