Package cz.metacentrum.perun.core.api
Class RichGroup
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.Group
cz.metacentrum.perun.core.api.RichGroup
- All Implemented Interfaces:
HasUuid
,Serializable
,Comparable<PerunBean>
Group with list of all its attributes.
- Author:
- Jakub Peschel invalid input: '<'410368@mail.muni.cz>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setAttributes
(List<Attribute> attributes) toString()
Methods inherited from class cz.metacentrum.perun.core.api.Group
compareTo, getDescription, getName, getParentGroupId, getShortName, getUuid, getVoId, setDescription, setName, setParentGroupId, setShortName, setUuid, setVoId
Methods inherited from class cz.metacentrum.perun.core.api.Auditable
getCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUid
Methods inherited from class cz.metacentrum.perun.core.api.PerunBean
getBeanName, getId, setId
-
Constructor Details
-
RichGroup
public RichGroup() -
RichGroup
-
-
Method Details