public class UserIdentity extends Object implements Serializable
| Constructor and Description |
|---|
UserIdentity()
Default constructor
|
UserIdentity(UserIdentity template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getGUID()
Return the unique identifier for this definition.
|
String |
getType()
Return the name of the specific type of governance definition.
|
String |
getUserId()
Return the unique name of the user identity for the individual.
|
int |
hashCode()
Hash code for this object
|
void |
setGUID(String guid)
Set up the unique identifier for this definition.
|
void |
setType(String type)
Set up the name of the specific type of the governance definition.
|
void |
setUserId(String userId)
Set up the unique name of the user identity for the individual.
|
String |
toString()
JSON-style toString.
|
public UserIdentity()
public UserIdentity(UserIdentity template)
template - object to copypublic String getGUID()
public void setGUID(String guid)
guid - String guidpublic String getType()
public void setType(String type)
type - String type namepublic String getUserId()
public void setUserId(String userId)
userId - stringpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018 ODPi. All rights reserved.