nl.gridshore.samples.training.domain
Class TrainingPlanning

java.lang.Object
  extended by nl.gridshore.samples.training.domain.BaseDomain
      extended by nl.gridshore.samples.training.domain.TrainingPlanning
All Implemented Interfaces:
java.io.Serializable

public class TrainingPlanning
extends BaseDomain

Created by IntelliJ IDEA. User: jettro Date: Jan 18, 2008 Time: 11:36:59 PM Represents the planning for an Employee to follow a sessions when available.

See Also:
Serialized Form

Constructor Summary
TrainingPlanning()
           
 
Method Summary
 Employee getEmployee()
           
 TrainingSession getSession()
           
 void setEmployee(Employee employee)
           
 void setSession(TrainingSession session)
           
 
Methods inherited from class nl.gridshore.samples.training.domain.BaseDomain
getId, isNew, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainingPlanning

public TrainingPlanning()
Method Detail

getEmployee

public Employee getEmployee()

setEmployee

public void setEmployee(Employee employee)

getSession

public TrainingSession getSession()

setSession

public void setSession(TrainingSession session)


Copyright © 2008. All Rights Reserved.