Package de.xima.fc.inbox.model
Class AFormRecordWrapper
- java.lang.Object
-
- de.xima.fc.inbox.model.AFormRecordWrapper
-
- All Implemented Interfaces:
IFormRecordWrapper
,Serializable
- Direct Known Subclasses:
FormRecordExtendedListItem
,FormRecordListItem
,FormRecordSelectItem
public abstract class AFormRecordWrapper extends Object implements IFormRecordWrapper
Abstract base class for form record wrappers- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AFormRecordWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
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, isDeletable, isRead
-
-