|
||||||||||
| 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.product1.jpa3.ProductAddress
org.opencrx.kernel.product1.jpa3.PostalAddress
public class PostalAddress
Class PostalAddress
| 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.product1.cci2.ProductAddress |
|---|
ProductAddress.Identity |
| Field Summary | |
|---|---|
byte[] |
pictureContent
Attribute pictureContent. |
String |
pictureContentMimeType
Attribute pictureContentMimeType. |
String |
pictureContentName
Attribute pictureContentName. |
| Fields inherited from class org.opencrx.kernel.product1.jpa3.ProductAddress |
|---|
createdAt, identity, modifiedAt |
| Constructor Summary | |
|---|---|
PostalAddress()
Constructor |
|
| Method Summary | |
|---|---|
String |
getPicture_Id()
|
Media |
getPicture()
Retrieves the value for the reference picture. |
byte[] |
getPictureContent()
Retrieves the possibly null value for the optional attribute pictureContent. |
String |
getPictureContentMimeType()
Retrieves the possibly null value for the optional attribute pictureContentMimeType. |
String |
getPictureContentName()
Retrieves the possibly null value for the optional attribute pictureContentName. |
List<String> |
getPostalAddressLine()
Retrieves a list containing all the elements for the attribute postalAddressLine. |
String |
getPostalCity()
Retrieves the possibly null value for the optional attribute postalCity. |
String |
getPostalCode()
Retrieves the possibly null value for the optional attribute postalCode. |
short |
getPostalCountry()
Retrieves the value for the attribute postalCountry. |
String |
getPostalCounty()
Retrieves the possibly null value for the optional attribute postalCounty. |
short |
getPostalFreightTerms()
Retrieves the value for the attribute postalFreightTerms. |
BigDecimal |
getPostalLatitude()
Retrieves the possibly null value for the optional attribute postalLatitude. |
BigDecimal |
getPostalLongitude()
Retrieves the possibly null value for the optional attribute postalLongitude. |
String |
getPostalState()
Retrieves the possibly null value for the optional attribute postalState. |
List<String> |
getPostalStreet()
Retrieves a list containing all the elements for the attribute postalStreet. |
String |
getPostalStreetNumber()
Retrieves the possibly null value for the optional attribute postalStreetNumber. |
short |
getPostalUtcOffset()
Retrieves the value for the attribute postalUtcOffset. |
void |
setPicture_Id(String picture)
|
void |
setPicture(Media picture)
Sets a new value for the reference picture. |
void |
setPostalAddressLine(String... postalAddressLine)
Clears postalAddressLine and adds the given value(s). |
void |
setPostalCity(String postalCity)
Sets a new value for the attribute postalCity. |
void |
setPostalCode(String postalCode)
Sets a new value for the attribute postalCode. |
void |
setPostalCountry(short postalCountry)
Sets a new value for the attribute postalCountry. |
void |
setPostalCounty(String postalCounty)
Sets a new value for the attribute postalCounty. |
void |
setPostalFreightTerms(short postalFreightTerms)
Sets a new value for the attribute postalFreightTerms. |
void |
setPostalLatitude(BigDecimal postalLatitude)
Sets a new value for the attribute postalLatitude. |
void |
setPostalLongitude(BigDecimal postalLongitude)
Sets a new value for the attribute postalLongitude. |
void |
setPostalState(String postalState)
Sets a new value for the attribute postalState. |
void |
setPostalStreet(String... postalStreet)
Clears postalStreet and adds the given value(s). |
void |
setPostalStreetNumber(String postalStreetNumber)
Sets a new value for the attribute postalStreetNumber. |
void |
setPostalUtcOffset(short postalUtcOffset)
Sets a new value for the attribute postalUtcOffset. |
| 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.product1.cci2.ProductAddress |
|---|
getValidFrom, getValidTo, setValidFrom, setValidTo |
| Methods inherited from interface org.opencrx.kernel.address1.cci2.Addressable |
|---|
getBuilding, getRegion1, getRegion2, getRegion3, getRegionType1, getRegionType2, getRegionType3, getTz, getUsage, isMain, setBuilding, setMain, setRegion1, setRegion2, setRegion3, setRegionType1, setRegionType2, setRegionType3, 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 |
| Field Detail |
|---|
public String pictureContentMimeType
pictureContentMimeType.
public byte[] pictureContent
pictureContent.
public String pictureContentName
pictureContentName.
| Constructor Detail |
|---|
public PostalAddress()
| Method Detail |
|---|
public final String getPictureContentMimeType()
pictureContentMimeType.
getPictureContentMimeType in interface PicturedpictureContentMimeType.public short getPostalCountry()
postalCountry.
getPostalCountry in interface PostalAddressablepostalCountry.public void setPostalCountry(short postalCountry)
postalCountry.
setPostalCountry in interface PostalAddressablepostalCountry - The non-null new value for attribute postalCountry.public List<String> getPostalAddressLine()
postalAddressLine.
getPostalAddressLine in interface PostalAddressablepublic void setPostalAddressLine(String... postalAddressLine)
postalAddressLine and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
setPostalAddressLine in interface PostalAddressablepostalAddressLine - value(s) to be added to postalAddressLinepublic List<String> getPostalStreet()
postalStreet.
getPostalStreet in interface PostalAddressablepublic void setPostalStreet(String... postalStreet)
postalStreet and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
setPostalStreet in interface PostalAddressablepostalStreet - value(s) to be added to postalStreetpublic final String getPostalCode()
postalCode.
getPostalCode in interface PostalAddressablepostalCode.public void setPostalCode(String postalCode)
postalCode.
setPostalCode in interface PostalAddressablepostalCode - The possibly null new value for attribute postalCode.public final String getPostalCounty()
postalCounty.
getPostalCounty in interface PostalAddressablepostalCounty.public void setPostalCounty(String postalCounty)
postalCounty.
setPostalCounty in interface PostalAddressablepostalCounty - The possibly null new value for attribute postalCounty.public final String getPostalState()
postalState.
getPostalState in interface PostalAddressablepostalState.public void setPostalState(String postalState)
postalState.
setPostalState in interface PostalAddressablepostalState - The possibly null new value for attribute postalState.public final byte[] getPictureContent()
pictureContent.
getPictureContent in interface PicturedpictureContent.public final String getPostalCity()
postalCity.
getPostalCity in interface PostalAddressablepostalCity.public void setPostalCity(String postalCity)
postalCity.
setPostalCity in interface PostalAddressablepostalCity - The possibly null new value for attribute postalCity.public Media getPicture()
picture.
getPicture in interface Picturednull – value for this reference.public String getPicture_Id()
public void setPicture(Media picture)
picture.
setPicture in interface Picturedpicture - The new – possibly null – value for this reference.public void setPicture_Id(String picture)
public final BigDecimal getPostalLatitude()
postalLatitude.
getPostalLatitude in interface PostalAddressablepostalLatitude.public void setPostalLatitude(BigDecimal postalLatitude)
postalLatitude.
setPostalLatitude in interface PostalAddressablepostalLatitude - The possibly null new value for attribute postalLatitude.public short getPostalFreightTerms()
postalFreightTerms.
getPostalFreightTerms in interface PostalAddressablepostalFreightTerms.public void setPostalFreightTerms(short postalFreightTerms)
postalFreightTerms.
setPostalFreightTerms in interface PostalAddressablepostalFreightTerms - The non-null new value for attribute postalFreightTerms.public final BigDecimal getPostalLongitude()
postalLongitude.
getPostalLongitude in interface PostalAddressablepostalLongitude.public void setPostalLongitude(BigDecimal postalLongitude)
postalLongitude.
setPostalLongitude in interface PostalAddressablepostalLongitude - The possibly null new value for attribute postalLongitude.public short getPostalUtcOffset()
postalUtcOffset.
getPostalUtcOffset in interface PostalAddressablepostalUtcOffset.public void setPostalUtcOffset(short postalUtcOffset)
postalUtcOffset.
setPostalUtcOffset in interface PostalAddressablepostalUtcOffset - The non-null new value for attribute postalUtcOffset.public final String getPostalStreetNumber()
postalStreetNumber.
getPostalStreetNumber in interface PostalAddressablepostalStreetNumber.public void setPostalStreetNumber(String postalStreetNumber)
postalStreetNumber.
setPostalStreetNumber in interface PostalAddressablepostalStreetNumber - The possibly null new value for attribute postalStreetNumber.public final String getPictureContentName()
pictureContentName.
getPictureContentName in interface PicturedpictureContentName.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||