kotkabeans
Class PersonParameter
java.lang.Object
|
+--kotkabeans.PersonParameter
- public class PersonParameter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generalEduChoices
protected java.util.ArrayList generalEduChoices
workEduChoices
protected java.util.ArrayList workEduChoices
prevStudiesChoices
protected java.util.ArrayList prevStudiesChoices
otherStudiesChoices
protected java.util.ArrayList otherStudiesChoices
PersonParameter
public PersonParameter()
init
protected void init()
initGeneralEduChoices
public void initGeneralEduChoices()
initWorkEduChoices
public void initWorkEduChoices()
initPrevStudiesChoices
public void initPrevStudiesChoices()
initOtherStudiesChoices
public void initOtherStudiesChoices()
getGeneralEduChoices
public java.util.ArrayList getGeneralEduChoices()
getWorkEduChoices
public java.util.ArrayList getWorkEduChoices()
getPrevStudiesChoices
public java.util.ArrayList getPrevStudiesChoices()
getOtherStudiesChoices
public java.util.ArrayList getOtherStudiesChoices()
getGeneralEduChoice
public java.lang.String getGeneralEduChoice(int i)
getWorkEduChoice
public java.lang.String getWorkEduChoice(int i)
getPrevStudiesChoice
public java.lang.String getPrevStudiesChoice(int i)
getOtherStudiesChoice
public java.lang.String getOtherStudiesChoice(int i)
insert
public static int insert(int personID,
int typeID,
java.lang.String value,
DB db)
throws java.lang.Exception
java.lang.Exception
delete
public static int delete(int personID,
int typeID,
DB db)
throws java.lang.Exception
java.lang.Exception