Class DcsPathBase

  • Direct Known Subclasses:
    DcsName, DcsPath, DcsPathPart

    public class DcsPathBase
    extends Object
    Родительский класс для DCSName, DCSPathPart, DCSPath
    • Field Detail

      • content

        protected String content
    • Constructor Detail

      • DcsPathBase

        public DcsPathBase()
      • DcsPathBase

        public DcsPathBase​(String str,
                           int size)
        Конструктор
        Parameters:
        str - строка пути
        size - размер выделяемой части
      • DcsPathBase

        public DcsPathBase​(String str)
        Конструктор
        Parameters:
        str - строка пути
    • Method Detail

      • getContent

        protected String getContent()
      • setContent

        protected void setContent​(String newContent)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object