Class User

java.lang.Object
io.ocfl.core.model.User

public class User extends Object
OCFL user object.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns:
      the name of the person who updated an object.
    • getAddress

      public String getAddress()
      Returns:
      the address of the person who updated an object.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object