public class AcalEventWrapper extends TimeSetWrapper
AcalEventInfo
DTO.endDateUI
Constructor and Description |
---|
AcalEventWrapper() |
AcalEventWrapper(AcalEventInfo acalEventInfo,
boolean isCopy)
Populate all the properties from the passed in dto.
|
Modifier and Type | Method and Description |
---|---|
AcalEventInfo |
getAcalEventInfo() |
String |
getEndDateUI()
Formatted end date for the ui display
|
String |
getEventTypeKey()
See
setEventTypeKey() |
String |
getEventTypeName()
See
setEventTypeName() |
String |
getStartDateUI()
Formatted start date for the ui display
|
void |
setAcalEventInfo(AcalEventInfo acalEventInfo)
AcalEventInfo associated with this wrapper |
void |
setEventTypeKey(String eventTypeKey)
Event Type key
|
void |
setEventTypeName(String eventTypeName)
Sets the event name for the ui display purpose.
|
buildDateAndTime, formatEndDateUI, formatStartDateUI, getEndDate, getEndTime, getEndTimeAmPm, getStartDate, getStartTime, getStartTimeAmPm, isAllDay, isDateRange, setAllDay, setDateRange, setEndDate, setEndTime, setEndTimeAmPm, setStartDate, setStartTime, setStartTimeAmPm
public AcalEventWrapper()
public AcalEventWrapper(AcalEventInfo acalEventInfo, boolean isCopy)
acalEventInfo
- source dto to copyisCopy
- whether to copy the dto or notpublic AcalEventInfo getAcalEventInfo()
public void setAcalEventInfo(AcalEventInfo acalEventInfo)
AcalEventInfo
associated with this wrapperacalEventInfo
- event info dtopublic String getEventTypeKey()
setEventTypeKey()
public void setEventTypeKey(String eventTypeKey)
eventTypeKey
- type keypublic String getEventTypeName()
setEventTypeName()
public void setEventTypeName(String eventTypeName)
eventTypeName
- event namepublic String getStartDateUI()
public String getEndDateUI()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.