com.stratelia.silverpeas.pdc.model
Class AxisHeaderI18N

java.lang.Object
  extended by com.silverpeas.util.i18n.Translation
      extended by com.stratelia.silverpeas.pdc.model.AxisHeaderI18N
All Implemented Interfaces:
Serializable, Cloneable

public class AxisHeaderI18N
extends Translation
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
AxisHeaderI18N()
           
AxisHeaderI18N(int axisId, String lang, String name, String description)
           
 
Method Summary
 
Methods inherited from class com.silverpeas.util.i18n.Translation
clone, getDescription, getId, getLanguage, getName, getObjectId, setDescription, setId, setLanguage, setName, setObjectId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisHeaderI18N

public AxisHeaderI18N()

AxisHeaderI18N

public AxisHeaderI18N(int axisId,
                      String lang,
                      String name,
                      String description)


Copyright © 2016 Silverpeas. All Rights Reserved.