@Entity public class AdminUserAttributeImpl extends Object implements AdminUserAttribute
| Modifier and Type | Field and Description |
|---|---|
protected AdminUser |
adminUser |
protected Long |
id |
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
AdminUserAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AdminUser |
getAdminUser()
Returns the
AdminUser |
Long |
getId()
Returns the id
|
String |
getName()
The name
|
String |
getValue()
The value
|
int |
hashCode() |
void |
setAdminUser(AdminUser adminUser)
Sets the
AdminUser |
void |
setId(Long id)
Sets the id
|
void |
setName(String name)
The name
|
void |
setValue(String value)
The value
|
String |
toString() |
protected Long id
protected String name
protected String value
protected AdminUser adminUser
public Long getId()
AdminUserAttributegetId in interface AdminUserAttributepublic void setId(Long id)
AdminUserAttributesetId in interface AdminUserAttributepublic String getValue()
ValueAssignablegetValue in interface ValueAssignable<String>public void setValue(String value)
ValueAssignablesetValue in interface ValueAssignable<String>value - The valuepublic String getName()
ValueAssignablegetName in interface ValueAssignable<String>public void setName(String name)
ValueAssignablesetName in interface ValueAssignable<String>name - The namepublic AdminUser getAdminUser()
AdminUserAttributeAdminUsergetAdminUser in interface AdminUserAttributepublic void setAdminUser(AdminUser adminUser)
AdminUserAttributeAdminUsersetAdminUser in interface AdminUserAttributeCopyright © 2019. All rights reserved.