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
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
FieldsModifier and TypeFieldDescriptioncreation date of this recorduser name of the person who has created this recordidentifier of the record (primary key or PSC_GID)last modification date of this recorduser name of the person who was the last one to modify this recordFields inherited from class de.pisa.psa.rst.obj.PsaRstApiObjBas
DEFAULT_DATA
-
Constructor Summary
Constructors -
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 Details
-
id
identifier of the record (primary key or PSC_GID) -
created_at
creation date of this record -
created_by
user name of the person who has created this record -
modified_at
last modification date of this record -
modified_by
user name of the person who was the last one to modify this record
-
-
Constructor Details
-
PsaRstApiObj
public PsaRstApiObj()
-