@Entity public class EntityPhoneBo extends EntityPhoneBase
objectId, versionNumber| Constructor and Description |
|---|
EntityPhoneBo() |
| Modifier and Type | Method and Description |
|---|---|
static EntityPhoneBo |
from(EntityPhone immutable)
Creates a CountryBo business object from an immutable representation of a Country.
|
String |
getId()
The unique identifier for an object.
|
EntityPhoneTypeBo |
getPhoneType()
Gets this
EntityPhone's type code. |
void |
setId(String id) |
void |
setPhoneType(EntityPhoneTypeBo phoneType) |
static EntityPhone |
to(EntityPhoneBo bo) |
getActive, getCountryCode, getCountryCodeUnmasked, getDefaultValue, getEntityId, getEntityTypeCode, getExtensionNumber, getExtensionNumberUnmasked, getFormattedPhoneNumber, getFormattedPhoneNumberUnmasked, getPhoneNumber, getPhoneNumberUnmasked, getPhoneTypeCode, getSuppressPhone, isActive, isDefaultValue, isSuppressPhone, setActive, setCountryCode, setDefaultValue, setEntityId, setEntityTypeCode, setExtensionNumber, setPhoneNumber, setPhoneTypeCode, setSuppressPhone, togenerateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersionNumbergetObjectIdpublic EntityPhoneBo()
public static EntityPhone to(EntityPhoneBo bo)
public static EntityPhoneBo from(EntityPhone immutable)
immutable - immutable Countrypublic String getId()
Identifiablepublic EntityPhoneTypeBo getPhoneType()
EntityPhoneContractEntityPhone's type code.EntityPhone, or null if none has been assigned.public void setPhoneType(EntityPhoneTypeBo phoneType)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.