Class SourceRepositoryItem


public class SourceRepositoryItem extends SerializableEntity
Represents an item in a repository from a source provider.
  • Constructor Details

    • SourceRepositoryItem

      public SourceRepositoryItem()
  • Method Details

    • isContainer

      public boolean isContainer()
    • setContainer

      public void setContainer(boolean container)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)