org.kuali.student.enrollment.class2.acal.dto
Class TermWrapper

java.lang.Object
  extended by org.kuali.student.enrollment.class2.acal.dto.TermWrapper
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class TermWrapper
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TermWrapper()
          Deprecated.  
 
Method Summary
 KeyDateInfo getClassesMeetDates()
          Deprecated.  
 KeyDateInfo getDropPeriodEndsDate()
          Deprecated.  
 KeyDateInfo getFinalExaminationsDates()
          Deprecated.  
 KeyDateInfo getGradesDueDate()
          Deprecated.  
 String getId()
          Deprecated.  
 KeyDateInfo getRegistrationPeriod()
          Deprecated.  
 TermInfo getTermInfo()
          Deprecated.  
 void setClassesMeetDates(KeyDateInfo classesMeetDates)
          Deprecated.  
 void setDropPeriodEndsDate(KeyDateInfo dropPeriodEndsDate)
          Deprecated.  
 void setFinalExaminationsDates(KeyDateInfo finalExaminationsDates)
          Deprecated.  
 void setGradesDueDate(KeyDateInfo gradesDueDate)
          Deprecated.  
 void setId(String id)
          Deprecated.  
 void setRegistrationPeriod(KeyDateInfo registrationPeriod)
          Deprecated.  
 void setTermInfo(TermInfo termInfo)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermWrapper

public TermWrapper()
Deprecated. 
Method Detail

getId

public String getId()
Deprecated. 
Returns:
the id

setId

public void setId(String id)
Deprecated. 
Parameters:
id - the id to set. It equals to termInfo.getId()

getTermInfo

public TermInfo getTermInfo()
Deprecated. 
Returns:
the termInfo

setTermInfo

public void setTermInfo(TermInfo termInfo)
Deprecated. 
Parameters:
termInfo - the termInfo to set

getClassesMeetDates

public KeyDateInfo getClassesMeetDates()
Deprecated. 
Returns:
the classesMeetDates

setClassesMeetDates

public void setClassesMeetDates(KeyDateInfo classesMeetDates)
Deprecated. 
Parameters:
classesMeetDates - the classesMeetDates to set

getRegistrationPeriod

public KeyDateInfo getRegistrationPeriod()
Deprecated. 
Returns:
the registrationPeriod

setRegistrationPeriod

public void setRegistrationPeriod(KeyDateInfo registrationPeriod)
Deprecated. 
Parameters:
registrationPeriod - the registrationPeriod to set

getDropPeriodEndsDate

public KeyDateInfo getDropPeriodEndsDate()
Deprecated. 
Returns:
the dropPeriodEndsDate

setDropPeriodEndsDate

public void setDropPeriodEndsDate(KeyDateInfo dropPeriodEndsDate)
Deprecated. 
Parameters:
dropPeriodEndsDate - the dropPeriodEndsDate to set

getFinalExaminationsDates

public KeyDateInfo getFinalExaminationsDates()
Deprecated. 
Returns:
the finalExaminationsDates

setFinalExaminationsDates

public void setFinalExaminationsDates(KeyDateInfo finalExaminationsDates)
Deprecated. 
Parameters:
finalExaminationsDates - the finalExaminationsDates to set

getGradesDueDate

public KeyDateInfo getGradesDueDate()
Deprecated. 
Returns:
the gradesDueDate

setGradesDueDate

public void setGradesDueDate(KeyDateInfo gradesDueDate)
Deprecated. 
Parameters:
gradesDueDate - the gradesDueDate to set


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.