Class SharedResourceWithLog
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.importexport.material.SharedResourceWithLog
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a shared resource with his log.
- Since:
- 14.0
- 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 TypeMethodDescriptionChecks if the shared resource is active.Returns the shared resource author.Returns the shared resource generation date.getId()Returns the shared resource id.Returns the log master for the shared resource.getName()Returns the shared resource name.Returns the shared resource parent UUID.getUuid()Returns the shared resource uuid.voidSets the shared resource to active.voidSets the shared resource author.voidsetGenerationDate(Date generationDate) Sets the shared resource generation date.voidSets the shared resource id.voidsetLogMaster(BOLogMaster logMaster) Sets the log master for the shared resource.voidSets the shared resource name.voidsetParentUUID(String parentUUID) Sets the shared resource parent UUID.voidSets the shared resource uuid.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
-
SharedResourceWithLog
public SharedResourceWithLog()
-
-
Method Details
-
getId
Returns the shared resource id.- Returns:
- the shared resource id
-
setId
Sets the shared resource id.- Parameters:
id- the shared resource id
-
getParentUUID
Returns the shared resource parent UUID.- Returns:
- the shared resource parent UUID
-
setParentUUID
Sets the shared resource parent UUID.- Parameters:
parentUUID- the shared resource parent UUID
-
getGenerationDate
Returns the shared resource generation date.- Returns:
- the shared resource generation date
-
setGenerationDate
Sets the shared resource generation date.- Parameters:
generationDate- the shared resource generation date
-
getAuthor
Returns the shared resource author.- Returns:
- the shared resource with log author
-
setAuthor
Sets the shared resource author.- Parameters:
author- the author
-
getActive
Checks if the shared resource is active.- Returns:
- true if the shared resource is active, false otherwise
-
setActive
Sets the shared resource to active.- Parameters:
active- true if the shared resource must be active, false otherwise
-
getUuid
Returns the shared resource uuid.- Returns:
- the shared resource uuid
-
setUuid
Sets the shared resource uuid.- Parameters:
uuid- the shared resource uuid
-
getName
Returns the shared resource name.- Returns:
- the shared resource name
-
setName
Sets the shared resource name.- Parameters:
name- the shared resource name
-
getLogMaster
Returns the log master for the shared resource.- Returns:
- the log master
-
setLogMaster
Sets the log master for the shared resource.- Parameters:
logMaster- the log master
-