nl.gridshore.samples.training.domain
Class TrainingStatus

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

public class TrainingStatus
extends BaseDomain

Created by IntelliJ IDEA. User: jettro Date: Jan 18, 2008 Time: 11:41:05 PM Entity object representing the relation between a trainin and an employee

See Also:
Serialized Form

Constructor Summary
TrainingStatus()
           
 
Method Summary
 java.lang.String getCurrentRelation()
           
 Employee getEmployee()
           
 Training getTraining()
           
 void setCurrentRelation(java.lang.String currentRelation)
           
 void setEmployee(Employee employee)
           
 void setTraining(Training training)
           
 
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

TrainingStatus

public TrainingStatus()
Method Detail

getEmployee

public Employee getEmployee()

setEmployee

public void setEmployee(Employee employee)

getTraining

public Training getTraining()

setTraining

public void setTraining(Training training)

getCurrentRelation

public java.lang.String getCurrentRelation()

setCurrentRelation

public void setCurrentRelation(java.lang.String currentRelation)


Copyright © 2008. All Rights Reserved.