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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()voidsetAttributes(List<Attribute> attributes) toString()Methods inherited from class cz.metacentrum.perun.core.api.GroupcompareTo, getDescription, getName, getParentGroupId, getShortName, getUuid, getVoId, setDescription, setName, setParentGroupId, setShortName, setUuid, setVoIdMethods inherited from class cz.metacentrum.perun.core.api.AuditablegetCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUidMethods inherited from class cz.metacentrum.perun.core.api.PerunBeangetBeanName, getId, setId
- 
Constructor Details- 
RichGrouppublic RichGroup()
- 
RichGroup
 
- 
- 
Method Details