|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.util.i18n.AbstractI18NBean<AxisHeaderI18N>
com.stratelia.silverpeas.pdc.model.AxisHeader
public class AxisHeader
This class contains headers of axis. And uses the persistence class for the DAO. The user can access to the axis main information.
Constructor Summary | |
---|---|
AxisHeader()
|
|
AxisHeader(AxisHeaderPersistence persistence)
|
|
AxisHeader(AxisPK pk,
String name,
String type,
int order,
String creationDate,
String creatorId,
int rootId)
|
|
AxisHeader(AxisPK pk,
String name,
String type,
int order,
String creationDate,
String creatorId,
int rootId,
String description)
|
|
AxisHeader(String id,
String name,
String type,
int order,
int rootId)
|
|
AxisHeader(String id,
String name,
String type,
int order,
int rootId,
String description)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
getAxisOrder()
Returns the order of the axe. |
String |
getAxisType()
Returns the type of the axe. |
String |
getCreationDate()
Returns the date of creation of the axe. |
String |
getCreatorId()
Returns the id of the axe owner. |
WAPrimaryKey |
getPK()
|
int |
getRootId()
Returns the id of the axe root. |
int |
hashCode()
|
void |
setAxisOrder(int order)
set an order for an axe |
void |
setAxisType(String type)
set a type for an axe |
void |
setCreationDate(String creationDate)
set a date of creation for an axe |
void |
setCreatorId(String creatorId)
set the id of the axe owner. |
void |
setPK(WAPrimaryKey value)
|
void |
setRootId(int rootId)
set a root id for an axe |
String |
toString()
Converts the contents of the key into a readable String. |
Methods inherited from class com.silverpeas.util.i18n.AbstractI18NBean |
---|
addTranslation, getClonedTranslations, getDescription, getDescription, getLanguage, getLanguages, getLanguageToDisplay, getName, getName, getNextTranslation, getTranslation, getTranslationId, getTranslations, isRemoveTranslation, setDescription, setLanguage, setName, setRemoveTranslation, setTranslationId, setTranslations, setTranslations, setTranslations |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AxisHeader()
public AxisHeader(AxisPK pk, String name, String type, int order, String creationDate, String creatorId, int rootId)
public AxisHeader(AxisPK pk, String name, String type, int order, String creationDate, String creatorId, int rootId, String description)
public AxisHeader(String id, String name, String type, int order, int rootId, String description)
public AxisHeader(String id, String name, String type, int order, int rootId)
public AxisHeader(AxisHeaderPersistence persistence)
Method Detail |
---|
public String getAxisType()
public void setAxisType(String type)
type
- - the type of the axepublic int getAxisOrder()
public void setAxisOrder(int order)
order
- - the order of the axepublic int getRootId()
public void setRootId(int rootId)
rootId
- - the id of the axe rootpublic String getCreationDate()
public void setCreationDate(String creationDate)
creationDate
- - the date of creation of the axepublic String getCreatorId()
public void setCreatorId(String creatorId)
creatorId
- - the id of the axe owner.public WAPrimaryKey getPK()
public void setPK(WAPrimaryKey value)
public String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |