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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEmail()
int
getId()
getName()
int
hashCode()
void
void
setId
(int id) void
setIdentities
(List<EnrichedExtSource> identities) void
void
setOrganization
(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
-