org.kuali.rice.kim.impl.identity.phone
Class EntityPhoneBo
java.lang.Object
org.kuali.rice.krad.bo.DataObjectBase
org.kuali.rice.kim.impl.identity.phone.EntityPhoneBase
org.kuali.rice.kim.impl.identity.phone.EntityPhoneBo
- All Implemented Interfaces:
- Serializable, Inactivatable, Defaultable, GloballyUnique, Identifiable, Versioned, EntityPhoneContract
@Entity
public class EntityPhoneBo
- extends EntityPhoneBase
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kim.impl.identity.phone.EntityPhoneBase |
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 |
EntityPhoneBo
public EntityPhoneBo()
to
public static EntityPhone to(EntityPhoneBo bo)
from
public static EntityPhoneBo from(EntityPhone immutable)
- Creates a CountryBo business object from an immutable representation of a Country.
- Parameters:
immutable
- immutable Country
- Returns:
- a CountryBo
getId
public String getId()
- Description copied from interface:
Identifiable
- The unique identifier for an object. This can be null.
- Returns:
- the id
setId
public void setId(String id)
getPhoneType
public EntityPhoneTypeBo getPhoneType()
- Description copied from interface:
EntityPhoneContract
- Gets this
EntityPhone
's type code.
- Returns:
- the type code for this
EntityPhone
, or null if none has been assigned.
setPhoneType
public void setPhoneType(EntityPhoneTypeBo phoneType)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.