|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jdo2.AbstractObject
org.opencrx.kernel.account1.jdo2.AccountAddress
org.opencrx.kernel.account1.jdo2.PhoneNumber
public class PhoneNumber
Class PhoneNumber
| Nested Class Summary | |
|---|---|
static class |
PhoneNumber.Slice
Slice object hold the PhoneNumber's
multivalued attributes |
| Nested classes/interfaces inherited from class org.opencrx.kernel.account1.jdo2.AccountAddress |
|---|
AccountAddress.Identity |
| Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject |
|---|
org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E> |
| Nested classes/interfaces inherited from interface org.opencrx.kernel.account1.cci2.AccountAddress |
|---|
AccountAddress.Identity |
| Field Summary | |
|---|---|
static List<String> |
CLASS
Define the model class org::opencrx::kernel::account1::PhoneNumber |
| Fields inherited from class org.opencrx.kernel.account1.jdo2.AccountAddress |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
PhoneNumber()
|
|
| 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. |
static AccountAddress.Identity |
newIdentity(Account.Identity account,
boolean idIsPersistent,
String id)
|
protected org.w3c.jdo2.AbstractObject.Slice |
newSlice(int index)
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
protected int |
openmdxjdoGetSize(int field)
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
static AccountAddress.Identity |
openmdxjdoToIdentity(org.oasisopen.spi2.ObjectId objectId)
|
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.w3c.jdo2.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
|---|
openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet, openmdxjdoNewObjectId, openmdxjdoNewObjectId |
| 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.address1.cci2.Addressable |
|---|
getBuilding, getUsage, isMain, setBuilding, setMain, setUsage |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Field Detail |
|---|
public static final List<String> CLASS
org::opencrx::kernel::account1::PhoneNumber
| Constructor Detail |
|---|
public PhoneNumber()
| Method Detail |
|---|
public final String getPhoneLocalNumber()
phoneLocalNumber.
getPhoneLocalNumber in interface PhoneNumberAddressablephoneLocalNumber.public void setPhoneLocalNumber(String phoneLocalNumber)
phoneLocalNumber.
setPhoneLocalNumber in interface PhoneNumberAddressablephoneLocalNumber - The possibly null new value for attribute phoneLocalNumber.public boolean isAutomaticParsing()
automaticParsing.
isAutomaticParsing in interface PhoneNumberAddressableautomaticParsing.public void setAutomaticParsing(boolean automaticParsing)
automaticParsing.
setAutomaticParsing in interface PhoneNumberAddressableautomaticParsing - The non-null new value for attribute automaticParsing.public final String getPhoneExtension()
phoneExtension.
getPhoneExtension in interface PhoneNumberAddressablephoneExtension.public void setPhoneExtension(String phoneExtension)
phoneExtension.
setPhoneExtension in interface PhoneNumberAddressablephoneExtension - The possibly null new value for attribute phoneExtension.public short getPhoneCountryPrefix()
phoneCountryPrefix.
getPhoneCountryPrefix in interface PhoneNumberAddressablephoneCountryPrefix.public void setPhoneCountryPrefix(short phoneCountryPrefix)
phoneCountryPrefix.
setPhoneCountryPrefix in interface PhoneNumberAddressablephoneCountryPrefix - The non-null new value for attribute phoneCountryPrefix.public final String getPhoneNumberFull()
phoneNumberFull.
getPhoneNumberFull in interface PhoneNumberAddressablephoneNumberFull.public void setPhoneNumberFull(String phoneNumberFull)
phoneNumberFull.
setPhoneNumberFull in interface PhoneNumberAddressablephoneNumberFull - The possibly null new value for attribute phoneNumberFull.public final String getPhoneCityArea()
phoneCityArea.
getPhoneCityArea in interface PhoneNumberAddressablephoneCityArea.public void setPhoneCityArea(String phoneCityArea)
phoneCityArea.
setPhoneCityArea in interface PhoneNumberAddressablephoneCityArea - The possibly null new value for attribute phoneCityArea.protected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class AccountAddress
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class AccountAddressprotected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
newSlice in class AccountAddressprotected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class AccountAddressPhoneNumber.CLASS
public static AccountAddress.Identity newIdentity(Account.Identity account,
boolean idIsPersistent,
String id)
public static AccountAddress.Identity openmdxjdoToIdentity(org.oasisopen.spi2.ObjectId objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||