public class TranslationCategoryVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<Module,TranslationCategoryVO> |
MODULE |
static BasicProperty<java.lang.String,TranslationCategoryVO> |
NAME |
static BasicProperty<TranslationCategoryVO,TranslationCategoryVO> |
PARENT |
static BasicProperty<Submodule,TranslationCategoryVO> |
SUBMODULE |
| Constructor and Description |
|---|
TranslationCategoryVO() |
TranslationCategoryVO(Property<T,? super TranslationCategoryVO> 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) |
Module |
getModule() |
java.lang.String |
getName() |
TranslationCategoryVO |
getParent() |
Submodule |
getSubmodule() |
int |
hashCode() |
void |
setModule(Module module) |
void |
setName(java.lang.String name) |
void |
setParent(TranslationCategoryVO parent) |
void |
setSubmodule(Submodule submodule) |
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<Module,TranslationCategoryVO> MODULE
public static final BasicProperty<java.lang.String,TranslationCategoryVO> NAME
public static final BasicProperty<TranslationCategoryVO,TranslationCategoryVO> PARENT
public static final BasicProperty<Submodule,TranslationCategoryVO> SUBMODULE
public TranslationCategoryVO()
public TranslationCategoryVO(Property<T,? super TranslationCategoryVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic Module getModule()
public void setModule(Module module)
public java.lang.String getName()
public void setName(java.lang.String name)
public TranslationCategoryVO getParent()
public void setParent(TranslationCategoryVO parent)
public Submodule getSubmodule()
public void setSubmodule(Submodule submodule)
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