Class BOFile
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.docshare.documents.bl.sharedresource.BOSharedResource
overit.geocallapp.docshare.documents.bl.sharedresource.file.BOFile
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a file.
- 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 TypeMethodDescriptionReturns the byte dimension.Returns the file extension.Returns the original name.Returns the physical path.voidsetByteDimension(Long byteDimension) Sets the byte dimension.voidsetFileExtension(String fileExtension) Sets the file extension.voidsetOriginalName(String originalName) Sets the original name.voidsetPhysicalPath(String physicalPath) Sets the physical path.Methods inherited from class overit.geocallapp.docshare.documents.bl.sharedresource.BOSharedResource
getAuthor, getCreationDate, getCreationDateCentral, getEditDate, getEditDateCentral, getEditor, getEndValidityDate, getId, getName, getOrigin, getParentUuid, getRawTagList, getStartValidityDate, getType, getUuid, getUuidPath, getVersion, isActive, isDeleted, isDraft, isSystem, setActive, setAuthor, setCreationDate, setCreationDateCentral, setDeleted, setDraft, setEditDate, setEditDateCentral, setEditor, setEndValidityDate, setId, setName, setOrigin, setParentUuid, setRawTagList, setStartValidityDate, setSystem, setType, setUuid, setUuidPath, setVersionMethods 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
-
BOFile
public BOFile()
-
-
Method Details
-
getPhysicalPath
Returns the physical path.- Returns:
- the physical path
-
setPhysicalPath
Sets the physical path.- Parameters:
physicalPath- the physical path
-
getFileExtension
Returns the file extension.- Returns:
- the file extension
-
setFileExtension
Sets the file extension.- Parameters:
fileExtension- the file extension
-
getByteDimension
Returns the byte dimension.- Returns:
- the byte dimension
-
setByteDimension
Sets the byte dimension.- Parameters:
byteDimension- the byte dimension
-
getOriginalName
Returns the original name.- Returns:
- the original name
-
setOriginalName
Sets the original name.- Parameters:
originalName- the original name
-