|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.w3c.jpa3.AbstractObject
org.opencrx.kernel.account1.jpa3.AccountAddress
org.opencrx.kernel.account1.jpa3.PhoneNumber
public class PhoneNumber
Class PhoneNumber
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.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.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 |
---|
public PhoneNumber()
Method Detail |
---|
public final String getPhoneLocalNumber()
phoneLocalNumber
.
getPhoneLocalNumber
in interface PhoneNumberAddressable
phoneLocalNumber
.public void setPhoneLocalNumber(String phoneLocalNumber)
phoneLocalNumber
.
setPhoneLocalNumber
in interface PhoneNumberAddressable
phoneLocalNumber
- The possibly null new value for attribute phoneLocalNumber
.public boolean isAutomaticParsing()
automaticParsing
.
isAutomaticParsing
in interface PhoneNumberAddressable
automaticParsing
.public void setAutomaticParsing(boolean automaticParsing)
automaticParsing
.
setAutomaticParsing
in interface PhoneNumberAddressable
automaticParsing
- The non-null new value for attribute automaticParsing
.public final String getPhoneExtension()
phoneExtension
.
getPhoneExtension
in interface PhoneNumberAddressable
phoneExtension
.public void setPhoneExtension(String phoneExtension)
phoneExtension
.
setPhoneExtension
in interface PhoneNumberAddressable
phoneExtension
- The possibly null new value for attribute phoneExtension
.public short getPhoneCountryPrefix()
phoneCountryPrefix
.
getPhoneCountryPrefix
in interface PhoneNumberAddressable
phoneCountryPrefix
.public void setPhoneCountryPrefix(short phoneCountryPrefix)
phoneCountryPrefix
.
setPhoneCountryPrefix
in interface PhoneNumberAddressable
phoneCountryPrefix
- The non-null new value for attribute phoneCountryPrefix
.public final String getPhoneNumberFull()
phoneNumberFull
.
getPhoneNumberFull
in interface PhoneNumberAddressable
phoneNumberFull
.public void setPhoneNumberFull(String phoneNumberFull)
phoneNumberFull
.
setPhoneNumberFull
in interface PhoneNumberAddressable
phoneNumberFull
- The possibly null new value for attribute phoneNumberFull
.public final String getPhoneCityArea()
phoneCityArea
.
getPhoneCityArea
in interface PhoneNumberAddressable
phoneCityArea
.public void setPhoneCityArea(String phoneCityArea)
phoneCityArea
.
setPhoneCityArea
in interface PhoneNumberAddressable
phoneCityArea
- The possibly null new value for attribute phoneCityArea
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |