public class TimeZoneVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,TimeZoneVO> |
ID |
static BasicProperty<java.lang.String,TimeZoneVO> |
OFFSET |
| Constructor and Description |
|---|
TimeZoneVO() |
TimeZoneVO(Property<T,? super TimeZoneVO> 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) |
java.lang.String |
getId() |
java.lang.String |
getOffset() |
int |
hashCode() |
void |
setId(java.lang.String id) |
void |
setOffset(java.lang.String offset) |
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.String,TimeZoneVO> ID
public static final BasicProperty<java.lang.String,TimeZoneVO> OFFSET
public TimeZoneVO()
public TimeZoneVO(Property<T,? super TimeZoneVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getOffset()
public void setOffset(java.lang.String offset)
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