Class AppAttributes
- java.lang.Object
-
- com.tarsolution.notifyman.data.entity.AppAttributes
-
- All Implemented Interfaces:
IHasPrimaryKey<Integer>
,Serializable
@Entity public class AppAttributes extends Object implements Serializable, IHasPrimaryKey<Integer>
- Author:
- FMARSLAN
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getDescription()
Integer
getId()
String
getValue()
void
setCode(String code)
void
setDescription(String description)
void
setId(Integer id)
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>
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-