Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.ejb.session.client.staff
Class StaffTransportDetailsView  view StaffTransportDetailsView download StaffTransportDetailsView.java

java.lang.Object
  extended byorg.schooltool.ejb.session.client.staff.StaffTransportDetailsView
All Implemented Interfaces:
java.io.Serializable

public class StaffTransportDetailsView
extends java.lang.Object
implements java.io.Serializable

Version:

Field Summary
private  org.schooltool.complextypes.person.Person personAtCollectionPoint
           
private  org.schooltool.complextypes.staff.Staff staff
           
private  long staffPrimaryKey
           
private  java.util.Collection travelCollectionPoints
           
private  java.util.Collection travelMethods
           
private  java.util.Collection travelRoutes
           
 
Constructor Summary
StaffTransportDetailsView()
          Creates new StaffTransportDetailsView
 
Method Summary
 org.schooltool.complextypes.person.Person getPersonAtCollectionPoint()
          Getter for property personAtCollectionPoint.
 org.schooltool.complextypes.staff.Staff getStaff()
          Getter for property staff.
 long getStaffPrimaryKey()
          Getter for property staffPrimaryKey.
 java.util.Collection getTravelCollectionPoints()
          Getter for property travelCollectionPoints.
 java.util.Collection getTravelMethods()
          Getter for property travelMethods.
 java.util.Collection getTravelRoutes()
          Getter for property travelRoutes.
 void setPersonAtCollectionPoint(org.schooltool.complextypes.person.Person personAtCollectionPoint)
          Setter for property personAtCollectionPoint.
 void setStaff(org.schooltool.complextypes.staff.Staff staff)
          Setter for property staff.
 void setStaffPrimaryKey(long staffPrimaryKey)
          Setter for property staffPrimaryKey.
 void setTravelCollectionPoints(java.util.Collection travelCollectionPoints)
          Setter for property travelCollectionPoints.
 void setTravelMethods(java.util.Collection travelMethods)
          Setter for property travelMethods.
 void setTravelRoutes(java.util.Collection travelRoutes)
          Setter for property travelRoutes.
 
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

personAtCollectionPoint

private org.schooltool.complextypes.person.Person personAtCollectionPoint

travelMethods

private java.util.Collection travelMethods

travelRoutes

private java.util.Collection travelRoutes

travelCollectionPoints

private java.util.Collection travelCollectionPoints
Constructor Detail

StaffTransportDetailsView

public StaffTransportDetailsView()
Creates new StaffTransportDetailsView

Method Detail

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.


getTravelMethods

public java.util.Collection getTravelMethods()
Getter for property travelMethods.


setTravelMethods

public void setTravelMethods(java.util.Collection travelMethods)
Setter for property travelMethods.


getTravelRoutes

public java.util.Collection getTravelRoutes()
Getter for property travelRoutes.


setTravelRoutes

public void setTravelRoutes(java.util.Collection travelRoutes)
Setter for property travelRoutes.


getTravelCollectionPoints

public java.util.Collection getTravelCollectionPoints()
Getter for property travelCollectionPoints.


setTravelCollectionPoints

public void setTravelCollectionPoints(java.util.Collection travelCollectionPoints)
Setter for property travelCollectionPoints.


getStaffPrimaryKey

public long getStaffPrimaryKey()
Getter for property staffPrimaryKey.


setStaffPrimaryKey

public void setStaffPrimaryKey(long staffPrimaryKey)
Setter for property staffPrimaryKey.


getPersonAtCollectionPoint

public org.schooltool.complextypes.person.Person getPersonAtCollectionPoint()
Getter for property personAtCollectionPoint.


setPersonAtCollectionPoint

public void setPersonAtCollectionPoint(org.schooltool.complextypes.person.Person personAtCollectionPoint)
Setter for property personAtCollectionPoint.