public abstract class AbstractPeriodPreselectorOptionVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<Quarter,AbstractPeriodPreselectorOptionVO> |
QUARTER |
static BasicProperty<java.lang.Integer,AbstractPeriodPreselectorOptionVO> |
YEAR |
| Constructor and Description |
|---|
AbstractPeriodPreselectorOptionVO() |
AbstractPeriodPreselectorOptionVO(Property<T,? super AbstractPeriodPreselectorOptionVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
Quarter |
getQuarter() |
java.lang.Integer |
getYear() |
void |
setQuarter(Quarter quarter) |
void |
setYear(java.lang.Integer year) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<Quarter,AbstractPeriodPreselectorOptionVO> QUARTER
public static final BasicProperty<java.lang.Integer,AbstractPeriodPreselectorOptionVO> YEAR
public AbstractPeriodPreselectorOptionVO()
public AbstractPeriodPreselectorOptionVO(Property<T,? super AbstractPeriodPreselectorOptionVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic Quarter getQuarter()
public void setQuarter(Quarter quarter)
public java.lang.Integer getYear()
public void setYear(java.lang.Integer year)