Class NodeInfo


  • public class NodeInfo
    extends Object
    Low level information about a node in an AFS tree. Should seldom be used by AFS API users.
    Author:
    Geoffroy Jamgotchian
    • Method Detail

      • getId

        public String getId()
        Returns the ID of this node, uniquely identifying it in the file system.
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getPseudoClass

        public String getPseudoClass()
      • getDescription

        public String getDescription()
      • setDescription

        public NodeInfo setDescription​(String description)
      • getCreationTime

        public long getCreationTime()
      • getModificationTime

        public long getModificationTime()
      • setModificationTime

        public NodeInfo setModificationTime​(long modificationTime)
      • getVersion

        public int getVersion()
      • setVersion

        public NodeInfo setVersion​(int version)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object