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