|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.persistence.SilverpeasBean
com.stratelia.silverpeas.pdc.model.AxisHeaderPersistence
public class AxisHeaderPersistence
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 | |
---|---|
AxisHeaderPersistence()
|
|
AxisHeaderPersistence(AxisHeader axis)
|
Method Summary | |
---|---|
int |
_getConnectionType()
|
String |
_getTableName()
|
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. |
String |
getDescription()
Returns the description of the axe. |
String |
getLang()
|
String |
getName()
Returns the name of the axe. |
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 |
setDescription(String description)
set a description for an axe |
void |
setLang(String lang)
|
void |
setName(String name)
set a name for an axe |
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.stratelia.webactiv.persistence.SilverpeasBean |
---|
_getDatasourceName, _getJdbcData, getPK, getSureString, setPK |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AxisHeaderPersistence()
public AxisHeaderPersistence(AxisHeader axis)
Method Detail |
---|
public String getName()
public void setName(String name)
name
- - the name of the axepublic 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 String getDescription()
public void setDescription(String description)
description
- - the description of the axepublic String getLang()
public void setLang(String lang)
public String toString()
toString
in class Object
public int _getConnectionType()
_getConnectionType
in interface SilverpeasBeanIntf
_getConnectionType
in class SilverpeasBean
public String _getTableName()
_getTableName
in interface SilverpeasBeanIntf
_getTableName
in class SilverpeasBean
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 |