|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseLanguage
This is an object that contains data related to the `Language` 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 |
languageID
|
private String |
name
|
Constructor Summary | |
BaseLanguage()
|
|
BaseLanguage(int languageID)
Constructor for primary key |
|
BaseLanguage(int languageID,
String name)
Constructor for required fields |
Method Summary | |
boolean |
equals(Object obj)
|
int |
getLanguageID()
Return the unique identifier of this class |
String |
getName()
|
int |
hashCode()
|
void |
setLanguageID(int languageID)
Set the unique identifier of this class |
void |
setName(String name)
Set the value related to the column: language |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hashCode
private int languageID
private String name
Constructor Detail |
public BaseLanguage()
public BaseLanguage(int languageID)
public BaseLanguage(int languageID, String name)
Method Detail |
public int getLanguageID()
public void setLanguageID(int languageID)
languageID
- the new IDpublic String getName()
public void setName(String name)
name
- the language valuepublic boolean equals(Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |