Class Group
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.Group
- All Implemented Interfaces:
HasUuid, Serializable, Comparable<PerunBean>
- Direct Known Subclasses:
RichGroup
Group entity.
- Author:
- Slavek Licehammer glory@ics.muni.cz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroup()Constructor.Group(int id) Group(int id, String name, String description, String createdAt, String createdBy, String modifiedAt, String modifiedBy) Deprecated.Group(int id, String name, String description, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid) Group(int id, String name, String description, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer parentGroupId, Integer createdByUid, Integer modifiedByUid) Constructor.Group(String name, String description, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid) Group(String name, String description, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer parentGroupId, Integer createdByUid, Integer modifiedByUid) -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetName()getUuid()Get UUID.intgetVoId()inthashCode()voidsetDescription(String description) voidvoidsetParentGroupId(Integer parentGroupId) voidsetShortName(String shortName) voidvoidsetVoId(int voId) toString()Methods inherited from class Auditable
getCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUidMethods inherited from class PerunBean
getBeanName, getId, setId
-
Constructor Details
-
Group
public Group()Constructor. -
Group
public Group(int id) -
Group
-
Group
-
Group
-
Group
-
Group
-
Group
-
Group
-
Group
-
-
Method Details
-
compareTo
-
equals
-
getDescription
-
setDescription
-
getName
-
setName
-
getParentGroupId
-
setParentGroupId
-
getShortName
-
setShortName
-
getUuid
-
setUuid
-
getVoId
public int getVoId() -
setVoId
public void setVoId(int voId) -
hashCode
-
serializeToString
- Overrides:
serializeToStringin classAuditable
-
toString
-