Class EnrichedIdentity
java.lang.Object
cz.metacentrum.perun.registrar.model.EnrichedIdentity
Class represents user enriched identity for Consolidator purposes.
- Author:
- Lucie Kureckova invalid input: '<'luckureckova@gmail.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEmail()intgetId()getName()inthashCode()voidvoidsetId(int id) voidsetIdentities(List<EnrichedExtSource> identities) voidvoidsetOrganization(String organization) toString()
-
Constructor Details
-
EnrichedIdentity
public EnrichedIdentity()
-
-
Method Details
-
equals
-
getEmail
-
setEmail
-
getId
public int getId() -
setId
public void setId(int id) -
getIdentities
-
setIdentities
-
getName
-
setName
-
getOrganization
-
setOrganization
-
hashCode
public int hashCode() -
toString
-