Package de.xima.fc.interfaces.dao
Interface IFormRecordMeta
- 
- All Superinterfaces:
 IEntityMeta,Serializable
- All Known Implementing Classes:
 ProcessProtocolParams
public interface IFormRecordMeta extends IEntityMeta
Common interface for form record entity meta data.- Since:
 - 8.0.2
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetClientId()LocalegetClientLocale()LonggetFormId()StringgetFormRecordProcessId()StringgetFormTitle()LonggetInboxId()StringgetInboxName()- 
Methods inherited from interface de.xima.fc.interfaces.dao.IEntityMeta
getEntityId 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getClientLocale
Locale getClientLocale()
- Returns:
 - The 
Mandant.getLocale()of theMandant. 
 
- 
getFormRecordProcessId
String getFormRecordProcessId()
- Returns:
 - The 
Vorgang.getProzessId()of theVorgang. 
 
- 
getFormTitle
String getFormTitle()
- Returns:
 - The 
Projekt.getTitel()of theProjekt. 
 
- 
getInboxId
Long getInboxId()
- Returns:
 - The 
IDof theform records current inbox. 
 
- 
getInboxName
String getInboxName()
- Returns:
 - The 
Postfach.getName()name} of theform records current inbox. 
 
 - 
 
 -