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