org.opencrx.kernel.account1.jpa3
Class PhoneNumber

java.lang.Object
  extended by org.w3c.jpa3.AbstractObject
      extended by org.opencrx.kernel.account1.jpa3.AccountAddress
          extended by org.opencrx.kernel.account1.jpa3.PhoneNumber
All Implemented Interfaces:
Serializable, AccountAddress, PhoneNumber, Addressable, PhoneNumberAddressable, AlertSender, Auditee, Cloneable, Exporter, Importer, Indexed, SecureObject, CrxObject, LocalizedFieldContainer, BasicObject, ContextCapable, Creatable, ExtentCapable, Modifiable

public class PhoneNumber
extends AccountAddress
implements PhoneNumber

Class PhoneNumber

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.w3c.jpa3.AbstractObject
AbstractObject.AbstractStateAccessor, AbstractObject.EmbeddedList<E>, AbstractObject.EmbeddedSet<E>, AbstractObject.ObjectState, AbstractObject.SlicedList<E,S>, AbstractObject.SlicedMap<E,S>, AbstractObject.SlicedSet<E,S>
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.account1.cci2.AccountAddress
AccountAddress.Identity
 
Field Summary
 
Fields inherited from class org.opencrx.kernel.account1.jpa3.AccountAddress
createdAt, identity, modifiedAt
 
Constructor Summary
PhoneNumber()
          Constructor
 
Method Summary
 String getPhoneCityArea()
          Retrieves the possibly null value for the optional attribute phoneCityArea.
 short getPhoneCountryPrefix()
          Retrieves the value for the attribute phoneCountryPrefix.
 String getPhoneExtension()
          Retrieves the possibly null value for the optional attribute phoneExtension.
 String getPhoneLocalNumber()
          Retrieves the possibly null value for the optional attribute phoneLocalNumber.
 String getPhoneNumberFull()
          Retrieves the possibly null value for the optional attribute phoneNumberFull.
 boolean isAutomaticParsing()
          Retrieves the value for the attribute automaticParsing.
 void setAutomaticParsing(boolean automaticParsing)
          Sets a new value for the attribute automaticParsing.
 void setPhoneCityArea(String phoneCityArea)
          Sets a new value for the attribute phoneCityArea.
 void setPhoneCountryPrefix(short phoneCountryPrefix)
          Sets a new value for the attribute phoneCountryPrefix.
 void setPhoneExtension(String phoneExtension)
          Sets a new value for the attribute phoneExtension.
 void setPhoneLocalNumber(String phoneLocalNumber)
          Sets a new value for the attribute phoneLocalNumber.
 void setPhoneNumberFull(String phoneNumberFull)
          Sets a new value for the attribute phoneNumberFull.
 
Methods inherited from class org.opencrx.kernel.account1.jpa3.AccountAddress
addOwningGroup, checkPermissions, clone_, exportItem, exportItemAdvanced, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getAccount_Id, getAccount, getAdditionalExternalLink, getAssignedTimer, getAttachedDocument, getAudit, getAuthority_Id, getAuthority, getBuilding_Id, getBuilding, getCategory, getCreatedAt, getCreatedBy, getDisabledReason, getDocumentFolderAssignment, getExternalLink, getIdentity, getIndexEntry, getLocalizedField, getMedia, getModifiedAt, getModifiedBy, getNote, getOpenmdxjdoIdentity, getOwner, getOwningGroup_Id, getOwningGroup, getOwningUser_Id, getOwningUser, getPropertySet, getPropertySetEntry, getRating, getTz, getUsage, getUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, importItem, isDisabled, isMain, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, moveAddress, moveAddressToAccount, openmdxjdoGetSlices, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, sendAlert, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setAccount_Id, setAccount, setAuthority_Id, setAuthority, setBuilding_Id, setBuilding, setCategory, setDisabled, setDisabledReason, setExternalLink, setMain, setOpenmdxjdoIdentity, setOwner, setOwningUser_Id, setOwningUser, setOwningUser, setTz, setUsage, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4, updateIndex
 
Methods inherited from class org.w3c.jpa3.AbstractObject
openmdxjdoMakeDirty, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opencrx.kernel.account1.cci2.AccountAddress
getAccount, getAuthority, moveAddress, moveAddressToAccount, setAuthority
 
Methods inherited from interface org.opencrx.kernel.address1.cci2.Addressable
getBuilding, getTz, getUsage, isMain, setBuilding, setMain, setTz, setUsage
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.CrxObject
getAdditionalExternalLink, getAssignedTimer, getAttachedDocument, getCategory, getDisabledReason, getDocumentFolderAssignment, getExternalLink, getMedia, getNote, getPropertySet, getPropertySetEntry, getRating, getUserBoolean4, getUserCode0, getUserCode1, getUserCode2, getUserCode3, getUserCode4, getUserDate0, getUserDate1, getUserDate2, getUserDate3, getUserDate4, getUserDateTime0, getUserDateTime1, getUserDateTime2, getUserDateTime3, getUserDateTime4, getUserNumber0, getUserNumber1, getUserNumber2, getUserNumber3, getUserNumber4, getUserString0, getUserString1, getUserString2, getUserString3, getUserString4, isDisabled, isUserBoolean0, isUserBoolean1, isUserBoolean2, isUserBoolean3, setCategory, setDisabled, setDisabledReason, setExternalLink, setUserBoolean0, setUserBoolean1, setUserBoolean2, setUserBoolean3, setUserBoolean4, setUserCode0, setUserCode1, setUserCode2, setUserCode3, setUserCode4, setUserDate0, setUserDate1, setUserDate2, setUserDate3, setUserDate4, setUserDateTime0, setUserDateTime1, setUserDateTime2, setUserDateTime3, setUserDateTime4, setUserNumber0, setUserNumber1, setUserNumber2, setUserNumber3, setUserNumber4, setUserString0, setUserString1, setUserString2, setUserString3, setUserString4
 
Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender
sendAlert
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee
getAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable
clone_
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Exporter
exportItem, exportItemAdvanced
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Importer
importItem
 
Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed
getIndexEntry, updateIndex
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.LocalizedFieldContainer
getLocalizedField
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt, getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt, getModifiedBy
 

Constructor Detail

PhoneNumber

public PhoneNumber()
Constructor

Method Detail

getPhoneLocalNumber

public final String getPhoneLocalNumber()
Retrieves the possibly null value for the optional attribute phoneLocalNumber.

Specified by:
getPhoneLocalNumber in interface PhoneNumberAddressable
Returns:
The possibly null value for attribute phoneLocalNumber.

setPhoneLocalNumber

public void setPhoneLocalNumber(String phoneLocalNumber)
Sets a new value for the attribute phoneLocalNumber.

Specified by:
setPhoneLocalNumber in interface PhoneNumberAddressable
Parameters:
phoneLocalNumber - The possibly null new value for attribute phoneLocalNumber.

isAutomaticParsing

public boolean isAutomaticParsing()
Retrieves the value for the attribute automaticParsing.

Specified by:
isAutomaticParsing in interface PhoneNumberAddressable
Returns:
The non-null value for attribute automaticParsing.

setAutomaticParsing

public void setAutomaticParsing(boolean automaticParsing)
Sets a new value for the attribute automaticParsing.

Specified by:
setAutomaticParsing in interface PhoneNumberAddressable
Parameters:
automaticParsing - The non-null new value for attribute automaticParsing.

getPhoneExtension

public final String getPhoneExtension()
Retrieves the possibly null value for the optional attribute phoneExtension.

Specified by:
getPhoneExtension in interface PhoneNumberAddressable
Returns:
The possibly null value for attribute phoneExtension.

setPhoneExtension

public void setPhoneExtension(String phoneExtension)
Sets a new value for the attribute phoneExtension.

Specified by:
setPhoneExtension in interface PhoneNumberAddressable
Parameters:
phoneExtension - The possibly null new value for attribute phoneExtension.

getPhoneCountryPrefix

public short getPhoneCountryPrefix()
Retrieves the value for the attribute phoneCountryPrefix.

Specified by:
getPhoneCountryPrefix in interface PhoneNumberAddressable
Returns:
The non-null value for attribute phoneCountryPrefix.

setPhoneCountryPrefix

public void setPhoneCountryPrefix(short phoneCountryPrefix)
Sets a new value for the attribute phoneCountryPrefix.

Specified by:
setPhoneCountryPrefix in interface PhoneNumberAddressable
Parameters:
phoneCountryPrefix - The non-null new value for attribute phoneCountryPrefix.

getPhoneNumberFull

public final String getPhoneNumberFull()
Retrieves the possibly null value for the optional attribute phoneNumberFull.

Specified by:
getPhoneNumberFull in interface PhoneNumberAddressable
Returns:
The possibly null value for attribute phoneNumberFull.

setPhoneNumberFull

public void setPhoneNumberFull(String phoneNumberFull)
Sets a new value for the attribute phoneNumberFull.

Specified by:
setPhoneNumberFull in interface PhoneNumberAddressable
Parameters:
phoneNumberFull - The possibly null new value for attribute phoneNumberFull.

getPhoneCityArea

public final String getPhoneCityArea()
Retrieves the possibly null value for the optional attribute phoneCityArea.

Specified by:
getPhoneCityArea in interface PhoneNumberAddressable
Returns:
The possibly null value for attribute phoneCityArea.

setPhoneCityArea

public void setPhoneCityArea(String phoneCityArea)
Sets a new value for the attribute phoneCityArea.

Specified by:
setPhoneCityArea in interface PhoneNumberAddressable
Parameters:
phoneCityArea - The possibly null new value for attribute phoneCityArea.


This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.