Interface IHasPrimaryKey<T>
-
- All Known Implementing Classes:
AppAttributes
,AppAttributesDTO
,AuthorizationCode
,Notification
,NotificationType
,Outbound
,Template
,Token
,User
,UserAttribute
,UserAttributesValue
,UserOutbound
public interface IHasPrimaryKey<T>
- Author:
- FMARSLAN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getId()
void
setId(T id)
-