org.kuali.rice.kim.impl.identity.phone
Class EntityPhoneBo

java.lang.Object
  extended by org.kuali.rice.krad.bo.DataObjectBase
      extended by org.kuali.rice.kim.impl.identity.phone.EntityPhoneBase
          extended by 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

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.DataObjectBase
objectId, versionNumber
 
Constructor Summary
EntityPhoneBo()
           
 
Method Summary
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)
           
 
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
 
Methods inherited from class org.kuali.rice.krad.bo.DataObjectBase
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 

Constructor Detail

EntityPhoneBo

public EntityPhoneBo()
Method Detail

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.