Package de.pisa.psa.rst.obj
Class PsaRstApiObj
- java.lang.Object
-
- de.pisa.psa.rst.obj.PsaRstApiObjBas
-
- de.pisa.psa.rst.obj.PsaRstApiObj
-
- Direct Known Subclasses:
IplGlbPsaRstApiObjAdr
,IplGlbPsaRstApiObjCon
,IplGlbPsaRstApiObjCty
,IplGlbPsaRstApiObjDoc
,IplGlbPsaRstApiObjOrd
public class PsaRstApiObj extends PsaRstApiObjBas
REST API: base fields of a data object- Since:
- 23.05.2023
- Author:
- weiland
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.pisa.psa.rst.obj.PsaRstApiObjBas
PsaRstApiObjBas.IsoDate, PsaRstApiObjBas.StringMapper
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
created_at
creation date of this recordjava.lang.String
created_by
user name of the person who has created this recordjava.lang.String
id
identifier of the record (primary key or PSC_GID)java.lang.String
modified_at
last modification date of this recordjava.lang.String
modified_by
user name of the person who was the last one to modify this record-
Fields inherited from class de.pisa.psa.rst.obj.PsaRstApiObjBas
DEFAULT_DATA
-
-
Constructor Summary
Constructors Constructor Description PsaRstApiObj()
-
Method Summary
-
Methods inherited from class de.pisa.psa.rst.obj.PsaRstApiObjBas
checkAccess, getEventHandler, getField, getIsoDate, getMappedClassField, getSetMaxData, getSkipBaseFields, getSkipIdField, loadData, loadDataComponents, loadDataFields, loadDataRelations, newDataMapping, newDto, newStringMapper, setData, setDataPostPut, setEventHandler, setEventHandler, setIsoDate, setSetMaxData, setSkipBaseFields, setSkipIdField, skipField
-
-
-
-
Field Detail
-
id
@PsaRstApiMapFld(keyField=1, value="PSC_GID") public java.lang.String id
identifier of the record (primary key or PSC_GID)
-
created_at
@PsaRstApiMapFld("PSC_CRE") public java.lang.String created_at
creation date of this record
-
created_by
@PsaRstApiMapFld("PSC_OWN") @PsaRstApiMapUsr public java.lang.String created_by
user name of the person who has created this record
-
modified_at
@PsaRstApiMapFld("PSC_UPD") public java.lang.String modified_at
last modification date of this record
-
modified_by
@PsaRstApiMapFld("PSC_MOD") @PsaRstApiMapUsr public java.lang.String modified_by
user name of the person who was the last one to modify this record
-
-