Package com.skava.auth.repository
Interface RoleRepository.RoleBusinessIdProjection
- All Known Subinterfaces:
RoleRepository.UserRoleProjection
- Enclosing interface:
- RoleRepository
public static interface RoleRepository.RoleBusinessIdProjection
RoleBusinessIdProjection interface.
This interface acts as a container for role business id projection.- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptiongetBusinessIdgetCollectionIdgetCreatedBygetCreatedTimestampgetDescriptiongetName()
getNamegetRoleIdgetUpdatedBygetUpdatedTimestamp
-
Method Details
-
getRoleId
Long getRoleId()getRoleId
- Returns:
- a
Long
object.
-
getCollectionId
Long getCollectionId()getCollectionId
- Returns:
- a
Long
object.
-
getBusinessId
Long getBusinessId()getBusinessId
- Returns:
- a
Long
object.
-
getName
String getName()getName
- Returns:
- a
String
object.
-
getDescription
String getDescription()getDescription
- Returns:
- a
String
object.
-
getCreatedBy
Long getCreatedBy()getCreatedBy
- Returns:
- a
Long
object.
-
getUpdatedBy
Long getUpdatedBy()getUpdatedBy
- Returns:
- a
Long
object.
-
getCreatedTimestamp
Date getCreatedTimestamp()getCreatedTimestamp
- Returns:
- a
Date
object.
-
getUpdatedTimestamp
Date getUpdatedTimestamp()getUpdatedTimestamp
- Returns:
- a
Date
object.
-