Package de.xima.fc.gui.common.model
Class AppointmentEventView
- java.lang.Object
-
- de.xima.fc.gui.common.model.AppointmentEventView
-
- All Implemented Interfaces:
Serializable
public class AppointmentEventView extends Object implements Serializable
POJO view for theAttributeSelectCriteriaManager
when loading data in the inbox.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALIAS_APPOINTMENT_TEMPLATE_ID
static String
ALIAS_FORM_RECORD_SUBJECT
static String
ALIAS_ID
static String
ALIAS_INBOX_NAME
static String
ALIAS_TIMESTAMP_FROM
static String
ALIAS_TIMESTAMP_UNTIL
-
Constructor Summary
Constructors Constructor Description AppointmentEventView(long appointmentTemplateId, String formRecordSubject, long id, String inboxName, long timestampFrom, long timestampUntil)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAppointmentTemplateId()
LocalDateTime
getDateTimeFrom(ZoneId zoneId)
LocalDateTime
getDateTimeUntil(ZoneId zoneId)
String
getFormRecordSubject()
long
getId()
String
getInboxName()
Instant
getInstantFrom()
Instant
getInstantUntil()
long
getTimestampFrom()
long
getTimestampUntil()
-
-
-
Field Detail
-
ALIAS_APPOINTMENT_TEMPLATE_ID
public static final String ALIAS_APPOINTMENT_TEMPLATE_ID
- See Also:
- Constant Field Values
-
ALIAS_FORM_RECORD_SUBJECT
public static final String ALIAS_FORM_RECORD_SUBJECT
- See Also:
- Constant Field Values
-
ALIAS_ID
public static final String ALIAS_ID
- See Also:
- Constant Field Values
-
ALIAS_INBOX_NAME
public static final String ALIAS_INBOX_NAME
- See Also:
- Constant Field Values
-
ALIAS_TIMESTAMP_FROM
public static final String ALIAS_TIMESTAMP_FROM
- See Also:
- Constant Field Values
-
ALIAS_TIMESTAMP_UNTIL
public static final String ALIAS_TIMESTAMP_UNTIL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAppointmentTemplateId
public long getAppointmentTemplateId()
-
getDateTimeFrom
public LocalDateTime getDateTimeFrom(ZoneId zoneId)
-
getDateTimeUntil
public LocalDateTime getDateTimeUntil(ZoneId zoneId)
-
getFormRecordSubject
public String getFormRecordSubject()
-
getId
public long getId()
-
getInboxName
public String getInboxName()
-
getInstantFrom
public Instant getInstantFrom()
-
getInstantUntil
public Instant getInstantUntil()
-
getTimestampFrom
public long getTimestampFrom()
-
getTimestampUntil
public long getTimestampUntil()
-
-