org.opencrx.kernel.address1.cci
Class PhoneNumberAddressableImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefObject_1
      extended by org.opencrx.kernel.address1.cci.PhoneNumberAddressableImpl
All Implemented Interfaces:
Serializable, PersistenceCapable, RefBaseObject, RefFeatured, RefObject, PhoneNumberAddressable, RefObject_1_0

public class PhoneNumberAddressableImpl
extends RefObject_1
implements PhoneNumberAddressable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable
PersistenceCapable.ObjectIdFieldConsumer, PersistenceCapable.ObjectIdFieldManager, PersistenceCapable.ObjectIdFieldSupplier
 
Field Summary
 
Fields inherited from interface javax.jdo.spi.PersistenceCapable
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE
 
Constructor Summary
PhoneNumberAddressableImpl(Object_1_0 object, RefClass refClass)
           
 
Method Summary
 String getPhoneCityArea()
           
 short getPhoneCountryPrefix()
          Retrieves the value for the attribute phoneCountryPrefix.
protected  short getPhoneCountryPrefix(int index)
           
 String getPhoneExtension()
           
 String getPhoneLocalNumber()
           
 String getPhoneNumberFull()
           
 boolean isAutomaticParsing()
          Retrieves the value for the attribute automaticParsing.
protected  boolean isAutomaticParsing(int index)
           
 void setAutomaticParsing(boolean newValue)
          Sets a new value for the attribute automaticParsing.
protected  void setAutomaticParsing(int index, boolean newValue)
           
 void setPhoneCityArea(String newValue)
          Sets a new value for the attribute phoneCityArea.
protected  void setPhoneCountryPrefix(int index, short newValue)
           
 void setPhoneCountryPrefix(short newValue)
          Sets a new value for the attribute phoneCountryPrefix.
 void setPhoneExtension(String newValue)
          Sets a new value for the attribute phoneExtension.
 void setPhoneLocalNumber(String newValue)
          Sets a new value for the attribute phoneLocalNumber.
 void setPhoneNumberFull(String newValue)
          Sets a new value for the attribute phoneNumberFull.
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefObject_1
equals, jdoCopyFields, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsToObjectId, jdoCopyKeyFieldsToObjectId, jdoGetObjectId, jdoGetPersistenceManager, jdoGetTransactionalObjectId, jdoGetVersion, jdoIsDeleted, jdoIsDetached, jdoIsDirty, jdoIsNew, jdoIsPersistent, jdoIsTransactional, jdoMakeDirty, jdoNewInstance, jdoNewInstance, jdoNewObjectIdInstance, jdoNewObjectIdInstance, jdoProvideField, jdoProvideFields, jdoReplaceField, jdoReplaceFields, jdoReplaceFlags, jdoReplaceStateManager, refAddEventListener, refAddToUnitOfWork, refAddValue, refAddValue, refAddValue, refClass, refContext, refDefaultFetchGroup, refDelegate, refDelete, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refGetValue, refImmediateComposite, refImmediatePackage, refInitialize, refInitialize, refInvokeOperation, refInvokeOperation, refIsDeleted, refIsDirty, refIsInstanceOf, refIsNew, refIsPersistent, refIsWriteProtected, refMetaObject, refMofId, refOutermostComposite, refOutermostPackage, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refRemoveValue, refRemoveValue, refSetValue, refSetValue, refSetValue, refSetValue, refVerifyConstraints, refWriteProtect, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Constructor Detail

PhoneNumberAddressableImpl

public PhoneNumberAddressableImpl(Object_1_0 object,
                                  RefClass refClass)
Method Detail

isAutomaticParsing

public boolean isAutomaticParsing()
Description copied from interface: PhoneNumberAddressable
Retrieves the value for the attribute automaticParsing.

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

isAutomaticParsing

protected boolean isAutomaticParsing(int index)

setAutomaticParsing

public void setAutomaticParsing(boolean newValue)
Description copied from interface: PhoneNumberAddressable
Sets a new value for the attribute automaticParsing.

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

setAutomaticParsing

protected void setAutomaticParsing(int index,
                                   boolean newValue)

getPhoneCityArea

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

setPhoneCityArea

public void setPhoneCityArea(String newValue)
Description copied from interface: PhoneNumberAddressable
Sets a new value for the attribute phoneCityArea.

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

getPhoneCountryPrefix

public short getPhoneCountryPrefix()
Description copied from interface: PhoneNumberAddressable
Retrieves the value for the attribute phoneCountryPrefix.

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

getPhoneCountryPrefix

protected short getPhoneCountryPrefix(int index)

setPhoneCountryPrefix

public void setPhoneCountryPrefix(short newValue)
Description copied from interface: PhoneNumberAddressable
Sets a new value for the attribute phoneCountryPrefix.

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

setPhoneCountryPrefix

protected void setPhoneCountryPrefix(int index,
                                     short newValue)

getPhoneExtension

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

setPhoneExtension

public void setPhoneExtension(String newValue)
Description copied from interface: PhoneNumberAddressable
Sets a new value for the attribute phoneExtension.

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

getPhoneLocalNumber

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

setPhoneLocalNumber

public void setPhoneLocalNumber(String newValue)
Description copied from interface: PhoneNumberAddressable
Sets a new value for the attribute phoneLocalNumber.

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

getPhoneNumberFull

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

setPhoneNumberFull

public void setPhoneNumberFull(String newValue)
Description copied from interface: PhoneNumberAddressable
Sets a new value for the attribute phoneNumberFull.

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


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