org.kuali.student.enrollment.class2.acal.dto
Class KeyDatesGroupWrapper
java.lang.Object
org.kuali.student.enrollment.class2.acal.dto.KeyDatesGroupWrapper
public class KeyDatesGroupWrapper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyDatesGroupWrapper
public KeyDatesGroupWrapper()
KeyDatesGroupWrapper
public KeyDatesGroupWrapper(String keydateGroupType,
String nameUI)
getKeyDateGroupNameUI
public String getKeyDateGroupNameUI()
setKeyDateGroupNameUI
public void setKeyDateGroupNameUI(String keyDateGroupNameUI)
getKeyDateGroupType
public String getKeyDateGroupType()
setKeyDateGroupType
public void setKeyDateGroupType(String keyDateGroupType)
getKeydates
public List<KeyDateWrapper> getKeydates()
setKeydates
public void setKeydates(List<KeyDateWrapper> keydates)
getTypeInfo
public TypeInfo getTypeInfo()
setTypeInfo
public void setTypeInfo(TypeInfo typeInfo)
isKeyDateExists
public boolean isKeyDateExists(String keyDateType)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.