Package org.cyclos.model.utils
Class CountryVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.utils.CountryVO
-
- All Implemented Interfaces:
Serializable
public class CountryVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,CountryVO>CODEstatic BasicProperty<String,CountryVO>NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()booleanequals(Object other)StringgetCode()StringgetName()inthashCode()voidsetCode(String code)voidsetName(String name)StringtoString()-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CODE
public static final BasicProperty<String,CountryVO> CODE
-
NAME
public static final BasicProperty<String,CountryVO> NAME
-
-