Class UserAttributesValue
- java.lang.Object
-
- com.tarsolution.notifyman.data.entity.UserAttributesValue
-
- All Implemented Interfaces:
IHasPrimaryKey<Integer>
,Serializable
@Entity public class UserAttributesValue extends Object implements Serializable, IHasPrimaryKey<Integer>
- Author:
- FMARSLAN
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAttributesValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserAttribute
getAttribute()
Integer
getId()
User
getUser()
String
getValue()
void
setAttribute(UserAttribute attribute)
void
setId(Integer id)
void
setUser(User user)
void
setValue(String value)
-
-
-
Method Detail
-
setId
public void setId(Integer id)
- Specified by:
setId
in interfaceIHasPrimaryKey<Integer>
-
getId
public Integer getId()
- Specified by:
getId
in interfaceIHasPrimaryKey<Integer>
-
getAttribute
public UserAttribute getAttribute()
-
setAttribute
public void setAttribute(UserAttribute attribute)
-
getUser
public User getUser()
-
setUser
public void setUser(User user)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
-