Class CommonRole<U extends CommonUserProfile>
java.lang.Object
tech.corefinance.userprofile.common.entity.CommonRole<U>
- All Implemented Interfaces:
Serializable,tech.corefinance.common.model.GenericModel<String>
@MappedSuperclass
public abstract class CommonRole<U extends CommonUserProfile>
extends Object
implements tech.corefinance.common.model.GenericModel<String>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()getName()inthashCode()voidsetAdditionalAttributes(Map<String, Object> additionalAttributes) voidvoidvoidsetTenantId(String tenantId) voidsetUserProfiles(List<U> userProfiles) toString()
-
Constructor Details
-
CommonRole
public CommonRole()
-
-
Method Details
-
getId
- Specified by:
getIdin interfacetech.corefinance.common.model.GenericModel<U extends CommonUserProfile>
-
getName
-
getTenantId
-
getUserProfiles
-
getAdditionalAttributes
-
setId
- Specified by:
setIdin interfacetech.corefinance.common.model.GenericModel<U extends CommonUserProfile>
-
setName
-
setTenantId
-
setUserProfiles
-
setAdditionalAttributes
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-