|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseTextoDoc
This is an object that contains data related to the `DocText` table. Do not modify this class because it will be overwritten if the configuration file related to this class is modified. For more information visit The Hibernate Synchronizer page, or contact Joe Hudson
Field Summary | |
private int |
hashCode
|
private int |
textID
|
private String |
texto
|
Constructor Summary | |
BaseTextoDoc()
|
|
BaseTextoDoc(int textID)
Constructor for primary key |
Method Summary | |
boolean |
equals(Object obj)
|
int |
getTextID()
Return the unique identifier of this class |
String |
getTexto()
|
int |
hashCode()
|
void |
setTextID(int textID)
Set the unique identifier of this class |
void |
setTexto(String texto)
Set the value related to the column: texto |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hashCode
private int textID
private String texto
Constructor Detail |
public BaseTextoDoc()
public BaseTextoDoc(int textID)
Method Detail |
public int getTextID()
public void setTextID(int textID)
textID
- the new IDpublic String getTexto()
public void setTexto(String texto)
texto
- the texto valuepublic boolean equals(Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |