@MappedSuperclass public abstract class EntityPhoneBase extends DataObjectBase implements EntityPhoneContract
objectId, versionNumber
Constructor and Description |
---|
EntityPhoneBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
getActive() |
String |
getCountryCode()
Gets this
EntityPhone 's country code. |
String |
getCountryCodeUnmasked()
Gets this
EntityPhone 's unmasked country code. |
boolean |
getDefaultValue() |
String |
getEntityId()
Gets this id of the parent identity object.
|
String |
getEntityTypeCode()
Gets this entityTypeCode of the
EntityPhoneContract 's object. |
String |
getExtensionNumber()
Gets this
EntityPhone 's extension number. |
String |
getExtensionNumberUnmasked()
Gets this
EntityPhone 's unmasked extension number. |
String |
getFormattedPhoneNumber()
Gets this
EntityPhone 's formatted phone number. |
String |
getFormattedPhoneNumberUnmasked()
Gets this
EntityPhone 's unmasked formatted phone number. |
String |
getPhoneNumber()
Gets this
EntityPhone 's phone number. |
String |
getPhoneNumberUnmasked()
Gets this
EntityPhone 's unmasked phone number. |
String |
getPhoneTypeCode() |
boolean |
getSuppressPhone() |
boolean |
isActive()
The active indicator for an object.
|
boolean |
isDefaultValue()
The default value for this object.
|
boolean |
isSuppressPhone()
Returns a boolean value that determines if phone fields should be suppressed.
|
void |
setActive(boolean active) |
void |
setCountryCode(String countryCode) |
void |
setDefaultValue(boolean defaultValue) |
void |
setEntityId(String entityId) |
void |
setEntityTypeCode(String entityTypeCode) |
void |
setExtensionNumber(String extensionNumber) |
void |
setPhoneNumber(String phoneNumber) |
void |
setPhoneTypeCode(String phoneTypeCode) |
void |
setSuppressPhone(boolean suppressPhone) |
static EntityPhone |
to(EntityPhoneBase bo) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPhoneType
getVersionNumber
getObjectId
getId
public EntityPhoneBase()
public String getPhoneTypeCode()
public static EntityPhone to(EntityPhoneBase bo)
public boolean isSuppressPhone()
EntityPhoneContract
isSuppressPhone
in interface EntityPhoneContract
public String getFormattedPhoneNumber()
EntityPhoneContract
EntityPhone
's formatted phone number.getFormattedPhoneNumber
in interface EntityPhoneContract
EntityPhone
, or null if none has been assigned.public String getPhoneNumberUnmasked()
EntityPhoneContract
EntityPhone
's unmasked phone number.getPhoneNumberUnmasked
in interface EntityPhoneContract
EntityPhone
, or null if none has been assigned.public String getExtensionNumberUnmasked()
EntityPhoneContract
EntityPhone
's unmasked extension number.getExtensionNumberUnmasked
in interface EntityPhoneContract
EntityPhone
, or null if none has been assigned.public String getCountryCodeUnmasked()
EntityPhoneContract
EntityPhone
's unmasked country code.getCountryCodeUnmasked
in interface EntityPhoneContract
EntityPhone
, or null if none has been assigned.public String getFormattedPhoneNumberUnmasked()
EntityPhoneContract
EntityPhone
's unmasked formatted phone number.getFormattedPhoneNumberUnmasked
in interface EntityPhoneContract
EntityPhone
, or null if none has been assigned.public String getPhoneNumber()
EntityPhoneContract
EntityPhone
's phone number.getPhoneNumber
in interface EntityPhoneContract
EntityPhone
, or null if none has been assigned.public String getCountryCode()
EntityPhoneContract
EntityPhone
's country code.getCountryCode
in interface EntityPhoneContract
EntityPhone
, or null if none has been assigned.public String getExtensionNumber()
EntityPhoneContract
EntityPhone
's extension number.getExtensionNumber
in interface EntityPhoneContract
EntityPhone
, or null if none has been assigned.public String getEntityId()
EntityPhoneContract
getEntityId
in interface EntityPhoneContract
EntityPhoneContract
public void setEntityId(String entityId)
public String getEntityTypeCode()
EntityPhoneContract
EntityPhoneContract
's object.getEntityTypeCode
in interface EntityPhoneContract
EntityPhoneContract
public void setEntityTypeCode(String entityTypeCode)
public void setPhoneTypeCode(String phoneTypeCode)
public void setPhoneNumber(String phoneNumber)
public void setExtensionNumber(String extensionNumber)
public void setCountryCode(String countryCode)
public boolean getSuppressPhone()
public void setSuppressPhone(boolean suppressPhone)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
public boolean getDefaultValue()
public boolean isDefaultValue()
Defaultable
isDefaultValue
in interface Defaultable
public void setDefaultValue(boolean defaultValue)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.