@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()
AdminUserAttribute
getId
in interface AdminUserAttribute
public void setId(Long id)
AdminUserAttribute
setId
in interface AdminUserAttribute
public String getValue()
ValueAssignable
getValue
in interface ValueAssignable<String>
public void setValue(String value)
ValueAssignable
setValue
in interface ValueAssignable<String>
value
- The valuepublic String getName()
ValueAssignable
getName
in interface ValueAssignable<String>
public void setName(String name)
ValueAssignable
setName
in interface ValueAssignable<String>
name
- The namepublic AdminUser getAdminUser()
AdminUserAttribute
AdminUser
getAdminUser
in interface AdminUserAttribute
public void setAdminUser(AdminUser adminUser)
AdminUserAttribute
AdminUser
setAdminUser
in interface AdminUserAttribute
Copyright © 2022. All rights reserved.