Package cern.nxcals.api.domain
Class Group
- java.lang.Object
-
- cern.nxcals.api.domain.BaseGroup
-
- cern.nxcals.api.domain.Group
-
- All Implemented Interfaces:
Identifiable,Versionable
public final class Group extends BaseGroup
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroup.Builderstatic classGroup.InnerBuilder
-
Field Summary
-
Fields inherited from interface cern.nxcals.api.domain.Identifiable
NOT_SET
-
Fields inherited from interface cern.nxcals.api.domain.Versionable
NOT_SET
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Group.Builderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetLabel()@NonNull SystemSpecgetSystemSpec()inthashCode()Group.BuildertoBuilder()java.lang.StringtoString()-
Methods inherited from class cern.nxcals.api.domain.BaseGroup
getDescription, getId, getName, getOwner, getProperties, getPropertiesToModify, getRecVersion, getVisibility, isVisible
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cern.nxcals.api.domain.Identifiable
hasId
-
Methods inherited from interface cern.nxcals.api.domain.Versionable
hasVersion
-
-
-
-
Method Detail
-
toBuilder
public Group.Builder toBuilder()
-
builder
public static Group.Builder builder()
-
getLabel
public java.lang.String getLabel()
-
getSystemSpec
@NonNull public @NonNull SystemSpec getSystemSpec()
-
-