public class CycleCount extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
_count |
protected String |
_cycle |
static String |
FIELD_COUNT |
static String |
FIELD_CYCLE |
| Constructor and Description |
|---|
CycleCount() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
String |
getCycle() |
CycleCount |
safeSetCount(Integer value) |
CycleCount |
safeSetCycle(String value) |
CycleCount |
setCount(Integer value) |
CycleCount |
setCycle(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_COUNT
public static final String FIELD_CYCLE
protected Integer _count
protected String _cycle
public CycleCount setCount(Integer value)
public CycleCount safeSetCount(Integer value)
public Integer getCount()
public CycleCount setCycle(String value)
public CycleCount safeSetCycle(String value)
public String getCycle()
Copyright 2022 OneSpan All rights reserved.