public class TimeIntervalDTO extends Bean implements ITimeInterval
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Integer,TimeIntervalDTO> |
AMOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<TimeField,TimeIntervalDTO> |
FIELD |
| Constructor and Description |
|---|
TimeIntervalDTO() |
TimeIntervalDTO(Property<T,? super TimeIntervalDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Integer |
getAmount() |
TimeField |
getField() |
void |
setAmount(java.lang.Integer amount) |
void |
setField(TimeField field) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, 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<java.lang.Integer,TimeIntervalDTO> AMOUNT
public static final BasicProperty<TimeField,TimeIntervalDTO> FIELD
public TimeIntervalDTO()
public TimeIntervalDTO(Property<T,? super TimeIntervalDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.Integer getAmount()
getAmount in interface ITimeIntervalpublic void setAmount(java.lang.Integer amount)
public TimeField getField()
getField in interface ITimeIntervalpublic void setField(TimeField field)
public java.lang.String toString()
toString in class java.lang.Object