Class EmailAddressEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.base.domain.AbstractKeyNameEntity
-
- org.openiam.base.domain.AbstractMetadataTypeEntity
-
- org.openiam.idm.srvc.continfo.domain.AbstractContactInformationEntity
-
- org.openiam.idm.srvc.continfo.domain.EmailAddressEntity
-
- All Implemented Interfaces:
Serializable
,BaseIdentity
@Entity public class EmailAddressEntity extends AbstractContactInformationEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Date
createDate
protected @Size(max=320,message="validator.email.toolong") String
emailAddress
-
Fields inherited from class org.openiam.base.domain.AbstractMetadataTypeEntity
type
-
Fields inherited from class org.openiam.base.domain.AbstractKeyNameEntity
name
-
-
Constructor Summary
Constructors Constructor Description EmailAddressEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Size(max=100,message="validator.email.label.toolong") String
getName()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
getName
@Size(max=100, message="validator.email.label.toolong") public @Size(max=100,message="validator.email.label.toolong") String getName()
-
-