public class CcExpiration extends Model implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Integer |
_month |
protected Integer |
_year |
static String |
FIELD_MONTH |
static String |
FIELD_YEAR |
Constructor and Description |
---|
CcExpiration() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMonth() |
Integer |
getYear() |
CcExpiration |
safeSetMonth(Integer value) |
CcExpiration |
safeSetYear(Integer value) |
CcExpiration |
setMonth(Integer value) |
CcExpiration |
setYear(Integer value) |
clean, getDirtyFields, isDirty, setDirty
public static final String FIELD_MONTH
public static final String FIELD_YEAR
protected Integer _month
protected Integer _year
public CcExpiration setMonth(Integer value)
public CcExpiration safeSetMonth(Integer value)
public Integer getMonth()
public CcExpiration setYear(Integer value)
public CcExpiration safeSetYear(Integer value)
public Integer getYear()
Copyright 2022 OneSpan All rights reserved.