Package io.ocfl.api.model
Class User
- java.lang.Object
-
- io.ocfl.api.model.User
-
public class User extends Object
Details about the user who authored an object version
-
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAddress()
URI identifying the userString
getName()
Name of the userint
hashCode()
User
setAddress(String address)
User
setName(String name)
String
toString()
-