Package de.xima.fc.inbox.model
Class FormRecordSelectItem
- java.lang.Object
 - 
- de.xima.fc.inbox.model.AFormRecordWrapper
 - 
- de.xima.fc.inbox.model.FormRecordSelectItem
 
 
 
- 
- All Implemented Interfaces:
 IFormRecordWrapper,Serializable
public class FormRecordSelectItem extends AFormRecordWrapper
Wrapper class for form record selection- Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static String[]QUERY_ATTRSDeprecated. 
- 
Constructor Summary
Constructors Constructor Description FormRecordSelectItem(Vorgang formRecord)FormRecordSelectItem(Long formRecordId, boolean read, boolean processing, Status state, WorkflowState workflowState, WorkflowVersion workflowVersion)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetFormRecordId()booleanisDeletable()booleanisProcessing()booleanisRead()- 
Methods inherited from class de.xima.fc.inbox.model.AFormRecordWrapper
equals, hashCode 
 - 
 
 - 
 
- 
- 
Field Detail
- 
QUERY_ATTRS
@Deprecated public static final String[] QUERY_ATTRS
Deprecated. 
 - 
 
- 
Constructor Detail
- 
FormRecordSelectItem
public FormRecordSelectItem(Vorgang formRecord)
 
- 
FormRecordSelectItem
@Deprecated public FormRecordSelectItem(Long formRecordId, boolean read, boolean processing, Status state, WorkflowState workflowState, WorkflowVersion workflowVersion)
Deprecated. 
 - 
 
- 
Method Detail
- 
getFormRecordId
public Long getFormRecordId()
 
- 
isRead
public boolean isRead()
 
- 
isDeletable
public boolean isDeletable()
 
- 
isProcessing
public boolean isProcessing()
 
 - 
 
 -