Class Group
java.lang.Object
co.yellowdog.platform.model.Group
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder that can be used to build a new Group that is automatically validated on build. -
Method Summary
Modifier and TypeMethodDescriptionstatic Group.Builderbuilder()protected booleanbooleangetId()Returns the IDgetName()getRoles()inthashCode()booleanvoidsetAdminGroup(boolean adminGroup) voidsetDescription(String description) voidvoidvoidtoString()
-
Method Details
-
builder
-
getId
Description copied from interface:IdentifiedReturns the ID- Specified by:
getIdin interfaceIdentified- Returns:
- the ID
-
getName
-
getDescription
-
getRoles
-
isAdminGroup
public boolean isAdminGroup() -
setId
-
setName
-
setDescription
-
setRoles
-
setAdminGroup
public void setAdminGroup(boolean adminGroup) -
equals
-
canEqual
-
hashCode
-
toString
-