Package overit.geocall.basic.bl.datalog
Class BODataLog
java.lang.Object
overit.geocall.model.DynO
overit.geocall.basic.bl.datalog.BODataLog
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
This class represent a business object for all information concerning a data log.
It will be used to map data from a DTO to fields of the SDATALOG table in the database.
It will be used to map data from a DTO to fields of the SDATALOG table in the database.
- Since:
- 9.2
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the data log author id.getData()Gets the data log data.getDate()Gets the data log date.Gets the data log factory id.getId()Gets the data log's id.Gets the data log object id.getType()Gets the data log type.voidSets the data log author id.voidSets the data log data.voidSets the data log date.voidsetFactory(Long factory) Sets the data log factory id.voidSets the data log's id.voidsetObjectId(Long objectId) Sets the data log object id.voidSets the data log type.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BODataLog
public BODataLog()
-
-
Method Details
-
getId
Gets the data log's id.- Returns:
- The data log's id.
-
setId
Sets the data log's id.- Parameters:
id- The data log's id to set.
-
getObjectId
Gets the data log object id.- Returns:
- The data log object id.
-
setObjectId
Sets the data log object id.- Parameters:
objectId- The data log object id to set.
-
getAuthor
Gets the data log author id.- Returns:
- The data log author id.
-
setAuthor
Sets the data log author id.- Parameters:
author- data log author id to set.
-
getFactory
Gets the data log factory id.- Returns:
- The data log factory id.
-
setFactory
Sets the data log factory id.- Parameters:
factory- The data log factory id to set.
-
getDate
Gets the data log date.- Returns:
- The data log date.
-
setDate
Sets the data log date.- Parameters:
date- The data log date to set.
-
getType
Gets the data log type.- Returns:
- The data log type.
-
setType
Sets the data log type.- Parameters:
type- The data log type to set.
-
getData
Gets the data log data.- Returns:
- The data log data.
-
setData
Sets the data log data.- Parameters:
data- The data log data to set.
-