Package de.xima.fc.appointment
Class AppointmentIcalQueryResult
java.lang.Object
de.xima.fc.appointment.AppointmentIcalQueryResult
- All Implemented Interfaces:
IAppointmentIcalQueryResult,Serializable
Simple POJO implementation of a
IAppointmentIcalQueryResult.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppointmentIcalQueryResult(String standardIcalFileName, String icalFileData) Creates a new iCal query result with the given file name and iCal data. -
Method Summary
-
Constructor Details
-
AppointmentIcalQueryResult
Creates a new iCal query result with the given file name and iCal data.- Parameters:
standardIcalFileName- The name of the returned iCal file.icalFileData- The data of the returned iCal file.
-
-
Method Details
-
getStandardIcalFileName
- Specified by:
getStandardIcalFileNamein interfaceIAppointmentIcalQueryResult- Returns:
- The default generated file name for the iCal file.
-
getIcalFileData
- Specified by:
getIcalFileDatain interfaceIAppointmentIcalQueryResult- Returns:
- The data of the iCal file.
-