Class AxisHeaderI18N
- java.lang.Object
-
- org.silverpeas.core.i18n.BeanTranslation
-
- org.silverpeas.core.pdc.pdc.model.AxisHeaderI18N
-
- All Implemented Interfaces:
Serializable
,ResourceTranslation
,Translation
,Identifiable
public class AxisHeaderI18N extends BeanTranslation implements Serializable
This class contains headers of axis. And uses the persistence class for the DAO. The user can access to the axis main information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AxisHeaderI18N()
AxisHeaderI18N(String axisId, String lang, String name, String description)
AxisHeaderI18N(AxisHeaderI18N translation)
-
Method Summary
-
Methods inherited from class org.silverpeas.core.i18n.BeanTranslation
copy, getDescription, getId, getLanguage, getName, getObjectId, setDescription, setId, setLanguage, setName, setObjectId
-
-
-
-
Constructor Detail
-
AxisHeaderI18N
public AxisHeaderI18N()
-
AxisHeaderI18N
public AxisHeaderI18N(AxisHeaderI18N translation)
-
-