Class EntityEmail
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.email.EntityEmail
- All Implemented Interfaces:
Serializable,Inactivatable,Defaultable,GloballyUnique,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,EntityEmailContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructEntityEmailinstances. -
Method Summary
Modifier and TypeMethodDescriptionGets thisEntityEmail's email address.Gets thisEntityEmail's unmasked email address.Gets thisEntityEmail's type code.Gets this id of the parent identity object.Gets this entityTypeCode of theEntityEmailContract's object.getId()booleanisActive()booleanbooleanReturns a boolean value that determines if email fields should be suppressed.Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
getEntityId
Description copied from interface:EntityEmailContractGets this id of the parent identity object.- Specified by:
getEntityIdin interfaceEntityEmailContract- Returns:
- the identity id for this
EntityEmailContract
-
getEntityTypeCode
Description copied from interface:EntityEmailContractGets this entityTypeCode of theEntityEmailContract's object.- Specified by:
getEntityTypeCodein interfaceEntityEmailContract- Returns:
- the identity type code for this
EntityEmailContract
-
getEmailType
Description copied from interface:EntityEmailContractGets thisEntityEmail's type code.- Specified by:
getEmailTypein interfaceEntityEmailContract- Returns:
- the type code for this
EntityEmail, or null if none has been assigned.
-
getEmailAddress
Description copied from interface:EntityEmailContractGets thisEntityEmail's email address.- Specified by:
getEmailAddressin interfaceEntityEmailContract- Returns:
- the email address for this
EntityEmail, or null if none has been assigned.
-
getEmailAddressUnmasked
Description copied from interface:EntityEmailContractGets thisEntityEmail's unmasked email address.- Specified by:
getEmailAddressUnmaskedin interfaceEntityEmailContract- Returns:
- the unmasked email address for this
EntityEmail, or null if none has been assigned.
-
isSuppressEmail
public boolean isSuppressEmail()Description copied from interface:EntityEmailContractReturns a boolean value that determines if email fields should be suppressed.- Specified by:
isSuppressEmailin interfaceEntityEmailContract- Returns:
- boolean value that determines if email should be suppressed.
-
isDefaultValue
public boolean isDefaultValue()- Specified by:
isDefaultValuein interfaceDefaultable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable
-