Package de.xima.fc.timing.helper
Class FormRecordView
- java.lang.Object
-
- de.xima.fc.timing.helper.FormRecordView
-
public final class FormRecordView extends Object
-
-
Constructor Summary
Constructors Constructor Description FormRecordView(long id, long projectId, long clientId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getClientId()
long
getId()
long
getProjectId()
static List<FormRecordView>
load(IEntityContext ec, de.xima.cmn.criteria.AttributeSelectCriteriaManager scm)
-
-
-
Method Detail
-
getId
public long getId()
-
getProjectId
public long getProjectId()
-
getClientId
public long getClientId()
-
load
public static List<FormRecordView> load(IEntityContext ec, de.xima.cmn.criteria.AttributeSelectCriteriaManager scm)
-
-