Class Owner


  • public class Owner
    extends java.lang.Object
    Owner of a Bucket.
    • Constructor Summary

      Constructors 
      Constructor Description
      Owner()
      Constructs a new Owner.
      Owner​(long id, java.lang.String displayName)
      Constructs a new Owner.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()  
      long getId()  
      void setDisplayName​(java.lang.String displayName)  
      void setId​(long id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Owner

        public Owner()
        Constructs a new Owner.
      • Owner

        public Owner​(long id,
                     java.lang.String displayName)
        Constructs a new Owner.
        Parameters:
        id - of the owner.
        displayName - name of the owner.
    • Method Detail

      • getDisplayName

        public java.lang.String getDisplayName()
      • getId

        public long getId()
      • setDisplayName

        public void setDisplayName​(java.lang.String displayName)
      • setId

        public void setId​(long id)