public interface TriageStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
CODE_DONE |
static int |
CODE_LATER |
static int |
CODE_NOW |
static String |
LABEL_DONE |
static String |
LABEL_LATER |
static String |
LABEL_NOW |
| Modifier and Type | Method and Description |
|---|---|
TriageStatus |
copy() |
Boolean |
getAutoTriage() |
Integer |
getCode() |
BigDecimal |
getRank() |
void |
setAutoTriage(Boolean autoTriage) |
void |
setCode(Integer code) |
void |
setRank(BigDecimal rank) |
static final String LABEL_NOW
static final String LABEL_LATER
static final String LABEL_DONE
static final int CODE_NOW
static final int CODE_LATER
static final int CODE_DONE
Integer getCode()
void setCode(Integer code)
BigDecimal getRank()
void setRank(BigDecimal rank)
Boolean getAutoTriage()
void setAutoTriage(Boolean autoTriage)
TriageStatus copy()
Copyright © 2012–2018 1&1. All rights reserved.