Package de.xima.fc.appointment
Class AppointmentIcalQueryResult
- java.lang.Object
-
- de.xima.fc.appointment.AppointmentIcalQueryResult
-
- All Implemented Interfaces:
IAppointmentIcalQueryResult
,Serializable
public class AppointmentIcalQueryResult extends Object implements IAppointmentIcalQueryResult
Simple POJO implementation of aIAppointmentIcalQueryResult
.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppointmentIcalQueryResult(String standardIcalFileName, String icalFileData)
Creates a new iCal query result with the given file name and iCal data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIcalFileData()
String
getStandardIcalFileName()
-
-
-
Constructor Detail
-
AppointmentIcalQueryResult
public AppointmentIcalQueryResult(String standardIcalFileName, String icalFileData)
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 Detail
-
getStandardIcalFileName
public String getStandardIcalFileName()
- Specified by:
getStandardIcalFileName
in interfaceIAppointmentIcalQueryResult
- Returns:
- The default generated file name for the iCal file.
-
getIcalFileData
public String getIcalFileData()
- Specified by:
getIcalFileData
in interfaceIAppointmentIcalQueryResult
- Returns:
- The data of the iCal file.
-
-