Package cz.metacentrum.perun.core.api
Class CandidateGroup
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.CandidateGroup
- All Implemented Interfaces:
Serializable,Comparable<PerunBean>
Group obtained from an extSource with the login and login of its parent in the external source. It can be then
created as a group of a virtual organization in Perun.
- Author:
- Peter Balcirak peter.balcirak@gmail.com
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAdditionalAttribute(String urn, String value) asGroup()booleangetLogin()inthashCode()voidsetExtSource(ExtSource extSource) voidvoidsetParentGroupLogin(String parentGroupLogin) toString()Methods inherited from class cz.metacentrum.perun.core.api.Auditable
getCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUidMethods inherited from class cz.metacentrum.perun.core.api.PerunBean
compareTo, getBeanName, getId, setId
-
Constructor Details
-
CandidateGroup
public CandidateGroup()
-
-
Method Details
-
addAdditionalAttribute
-
asGroup
-
equals
-
getAdditionalAttributes
-
getExtSource
-
setExtSource
-
getLogin
-
setLogin
-
getParentGroupLogin
-
setParentGroupLogin
-
hashCode
public int hashCode() -
serializeToString
- Overrides:
serializeToStringin classAuditable
-
toString
-