All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOFile extends BOSharedResource
Business object representing a file.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOFile

      public BOFile()
  • Method Details

    • getPhysicalPath

      public String getPhysicalPath()
      Returns the physical path.
      Returns:
      the physical path
    • setPhysicalPath

      public void setPhysicalPath(String physicalPath)
      Sets the physical path.
      Parameters:
      physicalPath - the physical path
    • getFileExtension

      public String getFileExtension()
      Returns the file extension.
      Returns:
      the file extension
    • setFileExtension

      public void setFileExtension(String fileExtension)
      Sets the file extension.
      Parameters:
      fileExtension - the file extension
    • getByteDimension

      public Long getByteDimension()
      Returns the byte dimension.
      Returns:
      the byte dimension
    • setByteDimension

      public void setByteDimension(Long byteDimension)
      Sets the byte dimension.
      Parameters:
      byteDimension - the byte dimension
    • getOriginalName

      public String getOriginalName()
      Returns the original name.
      Returns:
      the original name
    • setOriginalName

      public void setOriginalName(String originalName)
      Sets the original name.
      Parameters:
      originalName - the original name