@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, to
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
public EntityPhoneBo()
public static EntityPhone to(EntityPhoneBo bo)
public static EntityPhoneBo from(EntityPhone immutable)
immutable
- immutable Countrypublic String getId()
Identifiable
public EntityPhoneTypeBo getPhoneType()
EntityPhoneContract
EntityPhone
'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.