Package de.xima.fc.inbox.model
Class FormRecordListItem
- java.lang.Object
-
- de.xima.fc.inbox.model.AFormRecordWrapper
-
- de.xima.fc.inbox.model.FormRecordListItem
-
- All Implemented Interfaces:
IFormRecordWrapper,Serializable
public class FormRecordListItem extends AFormRecordWrapper
Wrapper class for displaying form records in the- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormRecordListItem(IFormRecordBaseData data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStateName(LocaleBean localeBean)booleanisAccessToDataLocked()booleanisDeletable()booleanisHasState()booleanisUsesNewWorkflow()-
Methods inherited from class de.xima.fc.inbox.model.AFormRecordWrapper
equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.inbox.interfaces.IFormRecordWrapper
getFormRecordId, isRead
-
-
-
-
Constructor Detail
-
FormRecordListItem
public FormRecordListItem(IFormRecordBaseData data)
-
-
Method Detail
-
isDeletable
public boolean isDeletable()
-
isUsesNewWorkflow
public boolean isUsesNewWorkflow()
-
isHasState
public boolean isHasState()
-
isAccessToDataLocked
public boolean isAccessToDataLocked()
-
getStateName
public String getStateName(LocaleBean localeBean)
-
-