Package de.xima.fc.entities.interfaces
Interface IVorgangDependent
-
- All Known Implementing Classes:
Appointment
,Attachment
,FormEingang
public interface IVorgangDependent
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_VORGANG
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vorgang
getVorgang()
-
-
-
Field Detail
-
ATTR_VORGANG
static final String ATTR_VORGANG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVorgang
Vorgang getVorgang()
-
-