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 class
Group.Builder
static class
Group.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.Builder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getLabel()
@NonNull SystemSpec
getSystemSpec()
int
hashCode()
Group.Builder
toBuilder()
java.lang.String
toString()
-
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()
-
-