public class SimpleUserAttribute extends EntityBase implements UserAttribute
UserAttribute implementation.UNINITIALIZED| Constructor and Description |
|---|
SimpleUserAttribute(UserAttribute inUserAttribute)
Create a new SimpleUserAttribute instance.
|
SimpleUserAttribute(User inUser,
UserAttributeType inType,
String inAttribute)
Create a new SimpleUserAttribute instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
Gets the attribute value.
|
UserAttributeType |
getAttributeType()
Gets the user attribute type value.
|
User |
getUser()
Gets the user value.
|
void |
setAttribute(String inAttribute)
Sets the attribute value.
|
void |
setAttributeType(UserAttributeType inAttributeType)
Sets the attributeType value.
|
void |
setUser(User inUser)
Sets the user value.
|
String |
toString() |
getId, getLastUpdated, getUpdateCount, setId, setLastUpdated, setUpdateCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getLastUpdated, getUpdateCountpublic SimpleUserAttribute(User inUser, UserAttributeType inType, String inAttribute)
inUser - a User valueinType - a UserAttributeType valueinAttribute - a String valuepublic SimpleUserAttribute(UserAttribute inUserAttribute)
inUserAttribute - a UserAttribute valuepublic User getUser()
UserAttributegetUser in interface UserAttributeUser valuepublic UserAttributeType getAttributeType()
UserAttributegetAttributeType in interface UserAttributeUserAttributeType valuepublic String getAttribute()
UserAttributegetAttribute in interface UserAttributeString valuepublic void setAttributeType(UserAttributeType inAttributeType)
inAttributeType - a UserAttributeType valuepublic void setAttribute(String inAttribute)
inAttribute - a String valuepublic void setUser(User inUser)
inUser - a User valuepublic String toString()
toString in class EntityBaseCopyright © 2020. All rights reserved.