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 theAttributeSelectCriteriaManagerwhen loading data in the inbox.- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringALIAS_APPOINTMENT_TEMPLATE_IDstatic StringALIAS_FORM_RECORD_SUBJECTstatic StringALIAS_IDstatic StringALIAS_INBOX_NAMEstatic StringALIAS_IS_SAVEDstatic StringALIAS_PROJECT_TITLEstatic StringALIAS_RECORD_IDstatic StringALIAS_TIMESTAMP_FROMstatic StringALIAS_TIMESTAMP_UNTILstatic StringALIAS_VERIFY_UUID 
- 
Constructor Summary
Constructors Constructor Description AppointmentEventView(long appointmentTemplateId, String formRecordSubject, long id, String inboxName, long timestampFrom, long timestampUntil, boolean isSaved, String verifyUUID, long recordId, String projectTitle) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAppointmentTemplateId()LocalDateTimegetDateTimeFrom(ZoneId zoneId)LocalDateTimegetDateTimeUntil(ZoneId zoneId)StringgetFormRecordSubject()longgetId()StringgetInboxName()InstantgetInstantFrom()InstantgetInstantUntil()StringgetProjectTitle()longgetRecordId()longgetTimestampFrom()longgetTimestampUntil()StringgetVerifyUUID()booleanisSaved() 
 - 
 
- 
- 
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
 
 
- 
ALIAS_IS_SAVED
public static final String ALIAS_IS_SAVED
- See Also:
 - Constant Field Values
 
 
- 
ALIAS_VERIFY_UUID
public static final String ALIAS_VERIFY_UUID
- See Also:
 - Constant Field Values
 
 
- 
ALIAS_RECORD_ID
public static final String ALIAS_RECORD_ID
- See Also:
 - Constant Field Values
 
 
- 
ALIAS_PROJECT_TITLE
public static final String ALIAS_PROJECT_TITLE
- 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()
 
- 
isSaved
public boolean isSaved()
 
- 
getVerifyUUID
public String getVerifyUUID()
 
- 
getRecordId
public long getRecordId()
 
- 
getProjectTitle
public String getProjectTitle()
 
 - 
 
 -