Class FileExtension


  • public class FileExtension
    extends Object
    • Constructor Detail

      • FileExtension

        public FileExtension()
    • Method Detail

      • getExtension

        public String getExtension()
        The file extension that this specific record is for. This is a unique ID that allows this record to be referenced in the URI.
        Returns:
        extension
      • setExtension

        public void setExtension​(String extension)
      • isisScopeInternal

        public Boolean isisScopeInternal()
        File extension allowed for internal scope
        Returns:
        scopeInternal
      • setScopeInternal

        public void setScopeInternal​(Boolean scopeInternal)
      • isisScopeExternal

        public Boolean isisScopeExternal()
        File extension allowed for external scope
        Returns:
        scopeExternal
      • setScopeExternal

        public void setScopeExternal​(Boolean scopeExternal)
      • getSource

        public String getSource()
        File extension with metadata understood by the system or file extension created by a customer
        Returns:
        source