Package cz.metacentrum.perun.core.api
Class AssignedGroup
java.lang.Object
cz.metacentrum.perun.core.api.AssignedGroup
Represents group assigned to a resource.
- Author:
- Radoslav Čerhák invalid input: '<'r.cerhak@gmail.com>
-
Constructor Summary
ConstructorsConstructorDescriptionAssignedGroup
(EnrichedGroup enrichedGroup, GroupResourceStatus status, Integer sourceGroupId, String failureCause, boolean autoAssignSubgroups) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
void
setAutoAssignSubgroups
(boolean autoAssignSubgroups) void
setEnrichedGroup
(EnrichedGroup enrichedGroup) void
setFailureCause
(String failureCause) void
setSourceGroupId
(Integer sourceGroupId) void
setStatus
(GroupResourceStatus status) toString()
-
Constructor Details
-
AssignedGroup
public AssignedGroup(EnrichedGroup enrichedGroup, GroupResourceStatus status, Integer sourceGroupId, String failureCause, boolean autoAssignSubgroups)
-
-
Method Details
-
equals
-
getEnrichedGroup
-
setEnrichedGroup
-
getFailureCause
-
setFailureCause
-
getSourceGroupId
-
setSourceGroupId
-
getStatus
-
setStatus
-
hashCode
public int hashCode() -
isAutoAssignSubgroups
public boolean isAutoAssignSubgroups() -
setAutoAssignSubgroups
public void setAutoAssignSubgroups(boolean autoAssignSubgroups) -
toString
-