Package org.cyclos.model.utils
Class TimeZoneVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.utils.TimeZoneVO
-
- All Implemented Interfaces:
Serializable
public class TimeZoneVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,TimeZoneVO>IDstatic BasicProperty<String,TimeZoneVO>OFFSET
-
Constructor Summary
Constructors Constructor Description TimeZoneVO()TimeZoneVO(Property<T,? super TimeZoneVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()booleanequals(Object other)StringgetId()StringgetOffset()inthashCode()voidsetId(String id)voidsetOffset(String offset)StringtoString()-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ID
public static final BasicProperty<String,TimeZoneVO> ID
-
OFFSET
public static final BasicProperty<String,TimeZoneVO> OFFSET
-
-
Constructor Detail
-
TimeZoneVO
public TimeZoneVO()
-
TimeZoneVO
public TimeZoneVO(Property<T,? super TimeZoneVO> property, T value)
-
-