|
|||||||||
| Home >> All >> org >> schooltool >> ejb >> session >> client >> [ staff overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.schooltool.ejb.session.client.staff
Class StaffGeneralDetailsView

java.lang.Objectorg.schooltool.ejb.session.client.staff.StaffGeneralDetailsView
- All Implemented Interfaces:
- java.io.Serializable
- public class StaffGeneralDetailsView
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
- Version:
| Field Summary | |
private java.util.Collection |
characteristics
|
private java.util.Collection |
frequency
|
private java.util.Collection |
grades
|
private java.util.Collection |
hobbies
|
private org.schooltool.complextypes.person.Person |
person
|
private java.util.Collection |
personCharacteristics
|
private java.util.Collection |
personHobbies
|
private java.util.Collection |
positionInFamily
|
private java.util.Collection |
reasonForLeaving
|
private java.util.Collection |
reasonForLeavingLastSchool
|
private java.util.Collection |
religions
|
private org.schooltool.complextypes.staff.Staff |
staff
|
private long |
staffPrimaryKey
|
| Constructor Summary | |
StaffGeneralDetailsView()
Creates new StaffGeneralDetailsView |
|
| Method Summary | |
java.util.Collection |
getCharacteristics()
Getter for property characteristics. |
java.util.Collection |
getFrequency()
Getter for property frequency. |
java.util.Collection |
getGrades()
Getter for property grades. |
java.util.Collection |
getHobbies()
Getter for property hobbies. |
org.schooltool.complextypes.person.Person |
getPerson()
Getter for property person. |
java.util.Collection |
getPersonCharacteristics()
Getter for property personCharacteristics. |
java.util.Collection |
getPersonHobbies()
Getter for property personHobbies. |
java.util.Collection |
getPositionInFamily()
Getter for property positionInFamily. |
java.util.Collection |
getReasonForLeaving()
Getter for property reasonForLeaving. |
java.util.Collection |
getReasonForLeavingLastSchool()
Getter for property reasonForLeavingLastSchool. |
java.util.Collection |
getReligions()
Getter for property religions. |
org.schooltool.complextypes.staff.Staff |
getStaff()
Getter for property staff. |
long |
getStaffPrimaryKey()
Getter for property staffPrimaryKey. |
void |
setCharacteristics(java.util.Collection characteristics)
Setter for property characteristics. |
void |
setFrequency(java.util.Collection frequency)
Setter for property frequency. |
void |
setGrades(java.util.Collection grades)
Setter for property grades. |
void |
setHobbies(java.util.Collection hobbies)
Setter for property hobbies. |
void |
setPerson(org.schooltool.complextypes.person.Person person)
Setter for property person. |
void |
setPersonCharacteristics(java.util.Collection personCharacteristics)
Setter for property personCharacteristics. |
void |
setPersonHobbies(java.util.Collection personHobbies)
Setter for property personHobbies. |
void |
setPositionInFamily(java.util.Collection positionInFamily)
Setter for property positionInFamily. |
void |
setReasonForLeaving(java.util.Collection reasonForLeaving)
Setter for property reasonForLeaving. |
void |
setReasonForLeavingLastSchool(java.util.Collection reasonForLeavingLastSchool)
Setter for property reasonForLeavingLastSchool. |
void |
setReligions(java.util.Collection religions)
Setter for property religions. |
void |
setStaff(org.schooltool.complextypes.staff.Staff staff)
Setter for property staff. |
void |
setStaffPrimaryKey(long staffPrimaryKey)
Setter for property staffPrimaryKey. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
staffPrimaryKey
private long staffPrimaryKey
staff
private org.schooltool.complextypes.staff.Staff staff
person
private org.schooltool.complextypes.person.Person person
personCharacteristics
private java.util.Collection personCharacteristics
characteristics
private java.util.Collection characteristics
frequency
private java.util.Collection frequency
positionInFamily
private java.util.Collection positionInFamily
religions
private java.util.Collection religions
personHobbies
private java.util.Collection personHobbies
hobbies
private java.util.Collection hobbies
reasonForLeaving
private java.util.Collection reasonForLeaving
reasonForLeavingLastSchool
private java.util.Collection reasonForLeavingLastSchool
grades
private java.util.Collection grades
| Constructor Detail |
StaffGeneralDetailsView
public StaffGeneralDetailsView()
- Creates new StaffGeneralDetailsView
| Method Detail |
getStaffPrimaryKey
public long getStaffPrimaryKey()
- Getter for property staffPrimaryKey.
setStaffPrimaryKey
public void setStaffPrimaryKey(long staffPrimaryKey)
- Setter for property staffPrimaryKey.
getStaff
public org.schooltool.complextypes.staff.Staff getStaff()
- Getter for property staff.
setStaff
public void setStaff(org.schooltool.complextypes.staff.Staff staff)
- Setter for property staff.
getPerson
public org.schooltool.complextypes.person.Person getPerson()
- Getter for property person.
setPerson
public void setPerson(org.schooltool.complextypes.person.Person person)
- Setter for property person.
getCharacteristics
public java.util.Collection getCharacteristics()
- Getter for property characteristics.
setCharacteristics
public void setCharacteristics(java.util.Collection characteristics)
- Setter for property characteristics.
getFrequency
public java.util.Collection getFrequency()
- Getter for property frequency.
setFrequency
public void setFrequency(java.util.Collection frequency)
- Setter for property frequency.
getPositionInFamily
public java.util.Collection getPositionInFamily()
- Getter for property positionInFamily.
setPositionInFamily
public void setPositionInFamily(java.util.Collection positionInFamily)
- Setter for property positionInFamily.
getReligions
public java.util.Collection getReligions()
- Getter for property religions.
setReligions
public void setReligions(java.util.Collection religions)
- Setter for property religions.
getPersonHobbies
public java.util.Collection getPersonHobbies()
- Getter for property personHobbies.
setPersonHobbies
public void setPersonHobbies(java.util.Collection personHobbies)
- Setter for property personHobbies.
getHobbies
public java.util.Collection getHobbies()
- Getter for property hobbies.
setHobbies
public void setHobbies(java.util.Collection hobbies)
- Setter for property hobbies.
getReasonForLeaving
public java.util.Collection getReasonForLeaving()
- Getter for property reasonForLeaving.
setReasonForLeaving
public void setReasonForLeaving(java.util.Collection reasonForLeaving)
- Setter for property reasonForLeaving.
getGrades
public java.util.Collection getGrades()
- Getter for property grades.
setGrades
public void setGrades(java.util.Collection grades)
- Setter for property grades.
getPersonCharacteristics
public java.util.Collection getPersonCharacteristics()
- Getter for property personCharacteristics.
setPersonCharacteristics
public void setPersonCharacteristics(java.util.Collection personCharacteristics)
- Setter for property personCharacteristics.
getReasonForLeavingLastSchool
public java.util.Collection getReasonForLeavingLastSchool()
- Getter for property reasonForLeavingLastSchool.
setReasonForLeavingLastSchool
public void setReasonForLeavingLastSchool(java.util.Collection reasonForLeavingLastSchool)
- Setter for property reasonForLeavingLastSchool.
|
|||||||||
| Home >> All >> org >> schooltool >> ejb >> session >> client >> [ staff overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.schooltool.ejb.session.client.staff.StaffGeneralDetailsView