public class UESOwner
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static int |
HC_INC
Hash code step increment.
|
private static int |
HC_INIT
Initial value for hash code.
|
private java.lang.String |
serviceId
Identifier of service or application used to put the object in the storage.
|
private java.lang.String |
userId
Identifier of user who put the associated object in the storage.
|
| Constructor and Description |
|---|
UESOwner()
Creates a new instance of UESOwner without specifying a user or service/application.
|
UESOwner(java.lang.String userId,
Creates a new instance of UESOwner with the specified user and service/application.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getServiceId()
Gets identifier of service or application used to put the object in the storage.
|
java.lang.String |
getUserId()
Gets identifier of user who put the associated object in the storage.
|
int |
hashCode() |
void |
setServiceId(java.lang.String serviceId)
Sets identifier of service or application used to put the object in the storage.
|
void |
setUserId(java.lang.String userId)
Sets identifier of user who put the associated object in the storage.
|
java.lang.String |
toString() |
userId - Identifier of user who put the associated object in the storage.serviceId - Identifier of service or application used to put the object in the storage.userId - Identifier of user who owns the associated object.serviceId - Identifier of service or application used to put the object in the storage.hashCode in class java.lang.ObjectObject.hashCode()equals in class java.lang.ObjectObject.equals(java.lang.Object)toString in class java.lang.ObjectObject.toString()