public class DimensionsDTO extends Bean implements IDimensions
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Integer,DimensionsDTO> |
HEIGHT |
static BasicProperty<java.lang.Integer,DimensionsDTO> |
WIDTH |
| Constructor and Description |
|---|
DimensionsDTO() |
DimensionsDTO(Property<T,? super DimensionsDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
equals(java.lang.Object other) |
int |
getHeight() |
int |
getWidth() |
int |
hashCode() |
void |
setHeight(int height) |
void |
setWidth(int width) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Integer,DimensionsDTO> HEIGHT
public static final BasicProperty<java.lang.Integer,DimensionsDTO> WIDTH
public DimensionsDTO()
public DimensionsDTO(Property<T,? super DimensionsDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic int getHeight()
getHeight in interface IDimensionspublic void setHeight(int height)
public int getWidth()
getWidth in interface IDimensionspublic void setWidth(int width)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object