Package edu.wisc.library.ocfl.api.model
Class User
- java.lang.Object
-
- edu.wisc.library.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 booleanequals(Object o)StringgetAddress()URI identifying the userStringgetName()Name of the userinthashCode()UsersetAddress(String address)UsersetName(String name)StringtoString()
-