|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.janicke.hj.tools.servlet.Vocable
Class that holds the information of a vocable. Information can be retrieved out of a Database using the VocAdmin class in this package.
Constructor Summary | |
Vocable()
|
Method Summary | |
java.lang.String |
getDate()
Returns the creation/update date. |
int |
getLanguageId1()
Returns the languageId1. |
int |
getLanguageId2()
Returns the languageId2. |
int |
getState()
Returns the state. |
int |
getUnitId()
Returns the VocId. |
java.lang.String |
getVocable1()
Returns the vocable1. |
java.lang.String |
getVocable2()
Returns the vocable2. |
int |
getVocId()
Returns the VocId. |
void |
setDate(java.lang.String date)
Sets the creation/update date |
void |
setLanguageId1(int languageId1)
Sets the languageId1 |
void |
setLanguageId2(int languageId2)
Sets the languageId2 |
void |
setState(int state)
Sets the state. |
void |
setVocable1(java.lang.String vocable1)
Sets the vocable1 |
void |
setVocable2(java.lang.String vocable2)
Sets the vocable2 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Vocable()
Method Detail |
public int getVocId()
public int getUnitId()
public void setVocable1(java.lang.String vocable1)
vocable1
- The new vocable1public java.lang.String getVocable1()
public void setVocable2(java.lang.String vocable2)
vocable2
- The new vocable2public java.lang.String getVocable2()
public void setLanguageId1(int languageId1)
languageId1
- The new languageId1public int getLanguageId1()
public void setLanguageId2(int languageId2)
languageId2
- The new languageId2public int getLanguageId2()
public void setDate(java.lang.String date)
date
- The new date.public java.lang.String getDate()
public void setState(int state)
state
- The new state.public int getState()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |