|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefObject_1
org.opencrx.kernel.address1.cci.PostalAddressableImpl
public class PostalAddressableImpl
| 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 | |
|---|---|
PostalAddressableImpl(Object_1_0 object,
RefClass refClass)
|
|
| Method Summary | |
|---|---|
Media |
getPicture()
Retrieves the value for the optional reference picture. |
byte[] |
getPictureContent()
|
String |
getPictureContentMimeType()
|
String |
getPictureContentName()
|
List |
getPostalAddressLine()
|
String |
getPostalAddressLine(int index)
|
String |
getPostalCity()
|
String |
getPostalCode()
|
short |
getPostalCountry()
Retrieves the value for the attribute postalCountry. |
protected short |
getPostalCountry(int index)
|
String |
getPostalCounty()
|
short |
getPostalFreightTerms()
Retrieves the value for the attribute postalFreightTerms. |
protected short |
getPostalFreightTerms(int index)
|
BigDecimal |
getPostalLatitude()
|
BigDecimal |
getPostalLongitude()
|
String |
getPostalState()
|
List |
getPostalStreet()
|
String |
getPostalStreet(int index)
|
String |
getPostalStreetNumber()
|
short |
getPostalUtcOffset()
Retrieves the value for the attribute postalUtcOffset. |
protected short |
getPostalUtcOffset(int index)
|
void |
removePicture()
Removes the value for the optional reference picture. |
void |
setPicture(Media newValue)
Sets a new value for the reference picture. |
protected void |
setPictureContent(byte[] newValue)
|
protected void |
setPictureContentMimeType(String newValue)
|
protected void |
setPictureContentName(String newValue)
|
void |
setPostalAddressLine(List newValue)
|
void |
setPostalAddressLine(String[] newValue)
|
void |
setPostalCity(String newValue)
Sets a new value for the attribute postalCity. |
void |
setPostalCode(String newValue)
Sets a new value for the attribute postalCode. |
protected void |
setPostalCountry(int index,
short newValue)
|
void |
setPostalCountry(short newValue)
Sets a new value for the attribute postalCountry. |
void |
setPostalCounty(String newValue)
Sets a new value for the attribute postalCounty. |
protected void |
setPostalFreightTerms(int index,
short newValue)
|
void |
setPostalFreightTerms(short newValue)
Sets a new value for the attribute postalFreightTerms. |
void |
setPostalLatitude(BigDecimal newValue)
Sets a new value for the attribute postalLatitude. |
void |
setPostalLongitude(BigDecimal newValue)
Sets a new value for the attribute postalLongitude. |
void |
setPostalState(String newValue)
Sets a new value for the attribute postalState. |
void |
setPostalStreet(List newValue)
|
void |
setPostalStreet(String[] newValue)
|
void |
setPostalStreetNumber(String newValue)
Sets a new value for the attribute postalStreetNumber. |
protected void |
setPostalUtcOffset(int index,
short newValue)
|
void |
setPostalUtcOffset(short newValue)
Sets a new value for the attribute postalUtcOffset. |
| 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 |
|---|
public PostalAddressableImpl(Object_1_0 object,
RefClass refClass)
| Method Detail |
|---|
public List getPostalAddressLine()
getPostalAddressLine in interface PostalAddressablepublic String getPostalAddressLine(int index)
getPostalAddressLine in interface PostalAddressableindex - The index of the element to return.
public void setPostalAddressLine(List newValue)
setPostalAddressLine in interface PostalAddressablenewValue - A list containing all the new elements for this attribute.public void setPostalAddressLine(String[] newValue)
setPostalAddressLine in interface PostalAddressablenewValue - An array containing all the new elements for this attribute.public String getPostalCity()
getPostalCity in interface PostalAddressablepostalCity.public void setPostalCity(String newValue)
PostalAddressablepostalCity.
setPostalCity in interface PostalAddressablenewValue - The possibly null new value for attribute postalCity.public String getPostalCode()
getPostalCode in interface PostalAddressablepostalCode.public void setPostalCode(String newValue)
PostalAddressablepostalCode.
setPostalCode in interface PostalAddressablenewValue - The possibly null new value for attribute postalCode.public short getPostalCountry()
PostalAddressablepostalCountry.
getPostalCountry in interface PostalAddressablepostalCountry.protected short getPostalCountry(int index)
public void setPostalCountry(short newValue)
PostalAddressablepostalCountry.
setPostalCountry in interface PostalAddressablenewValue - The non-null new value for attribute postalCountry.
protected void setPostalCountry(int index,
short newValue)
public String getPostalCounty()
getPostalCounty in interface PostalAddressablepostalCounty.public void setPostalCounty(String newValue)
PostalAddressablepostalCounty.
setPostalCounty in interface PostalAddressablenewValue - The possibly null new value for attribute postalCounty.public short getPostalFreightTerms()
PostalAddressablepostalFreightTerms.
getPostalFreightTerms in interface PostalAddressablepostalFreightTerms.protected short getPostalFreightTerms(int index)
public void setPostalFreightTerms(short newValue)
PostalAddressablepostalFreightTerms.
setPostalFreightTerms in interface PostalAddressablenewValue - The non-null new value for attribute postalFreightTerms.
protected void setPostalFreightTerms(int index,
short newValue)
public BigDecimal getPostalLatitude()
getPostalLatitude in interface PostalAddressablepostalLatitude.public void setPostalLatitude(BigDecimal newValue)
PostalAddressablepostalLatitude.
setPostalLatitude in interface PostalAddressablenewValue - The possibly null new value for attribute postalLatitude.public BigDecimal getPostalLongitude()
getPostalLongitude in interface PostalAddressablepostalLongitude.public void setPostalLongitude(BigDecimal newValue)
PostalAddressablepostalLongitude.
setPostalLongitude in interface PostalAddressablenewValue - The possibly null new value for attribute postalLongitude.public String getPostalState()
getPostalState in interface PostalAddressablepostalState.public void setPostalState(String newValue)
PostalAddressablepostalState.
setPostalState in interface PostalAddressablenewValue - The possibly null new value for attribute postalState.public List getPostalStreet()
getPostalStreet in interface PostalAddressablepublic String getPostalStreet(int index)
getPostalStreet in interface PostalAddressableindex - The index of the element to return.
public void setPostalStreet(List newValue)
setPostalStreet in interface PostalAddressablenewValue - A list containing all the new elements for this attribute.public void setPostalStreet(String[] newValue)
setPostalStreet in interface PostalAddressablenewValue - An array containing all the new elements for this attribute.public String getPostalStreetNumber()
getPostalStreetNumber in interface PostalAddressablepostalStreetNumber.public void setPostalStreetNumber(String newValue)
PostalAddressablepostalStreetNumber.
setPostalStreetNumber in interface PostalAddressablenewValue - The possibly null new value for attribute postalStreetNumber.public short getPostalUtcOffset()
PostalAddressablepostalUtcOffset.
getPostalUtcOffset in interface PostalAddressablepostalUtcOffset.protected short getPostalUtcOffset(int index)
public void setPostalUtcOffset(short newValue)
PostalAddressablepostalUtcOffset.
setPostalUtcOffset in interface PostalAddressablenewValue - The non-null new value for attribute postalUtcOffset.
protected void setPostalUtcOffset(int index,
short newValue)
public Media getPicture()
Picturedpicture.
getPicture in interface Picturedpublic void setPicture(Media newValue)
Picturedpicture.
setPicture in interface PicturednewValue - The non-null new value for this reference.public void removePicture()
Picturedpicture.
removePicture in interface Picturedpublic byte[] getPictureContent()
getPictureContent in interface PicturedpictureContent.protected void setPictureContent(byte[] newValue)
public String getPictureContentMimeType()
getPictureContentMimeType in interface PicturedpictureContentMimeType.protected void setPictureContentMimeType(String newValue)
public String getPictureContentName()
getPictureContentName in interface PicturedpictureContentName.protected void setPictureContentName(String newValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||