Class GeneratedPartnerAddress
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.sap.sapinvoiceaddon.jalo.GeneratedPartnerAddress
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
PartnerAddress
public abstract class GeneratedPartnerAddress extends GenericItem
Generated class for typePartnerAddress.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCITYQualifier of thePartnerAddress.cityattributestatic java.lang.StringCOUNTRYCODEQualifier of thePartnerAddress.countryCodeattributestatic java.lang.StringCOUNTRYKEYQualifier of thePartnerAddress.countryKeyattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringPARTNERQualifier of thePartnerAddress.partnerattributestatic java.lang.StringPARTNERCODEQualifier of thePartnerAddress.partnerCodeattributestatic java.lang.StringPARTNERFUNCTIONQualifier of thePartnerAddress.partnerFunctionattributestatic java.lang.StringPOBOXQualifier of thePartnerAddress.poBoxattributestatic java.lang.StringPOBOXPOSTALCODEQualifier of thePartnerAddress.poBoxPostalCodeattributestatic java.lang.StringPOSTALCODEQualifier of thePartnerAddress.postalCodeattributestatic java.lang.StringSAPB2BDOCUMENTQualifier of thePartnerAddress.sapB2BDocumentattributeprotected static BidirectionalOneToManyHandler<GeneratedPartnerAddress>SAPB2BDOCUMENTHANDLERBidirectionalOneToManyHandlerfor handling 1:n SAPB2BDOCUMENT's relation attributes from 'one' side.static java.lang.StringSTREETHOUSENUMBER1Qualifier of thePartnerAddress.streetHouseNumber1attributestatic java.lang.StringSTREETHOUSENUMBER2Qualifier of thePartnerAddress.streetHouseNumber2attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedPartnerAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.java.lang.StringgetCity()Generated method - Getter of thePartnerAddress.cityattribute.java.lang.StringgetCity(SessionContext ctx)Generated method - Getter of thePartnerAddress.cityattribute.java.lang.StringgetCountryCode()Generated method - Getter of thePartnerAddress.countryCodeattribute.java.lang.StringgetCountryCode(SessionContext ctx)Generated method - Getter of thePartnerAddress.countryCodeattribute.java.lang.StringgetCountryKey()Generated method - Getter of thePartnerAddress.countryKeyattribute.java.lang.StringgetCountryKey(SessionContext ctx)Generated method - Getter of thePartnerAddress.countryKeyattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetPartner()Generated method - Getter of thePartnerAddress.partnerattribute.java.lang.StringgetPartner(SessionContext ctx)Generated method - Getter of thePartnerAddress.partnerattribute.java.lang.StringgetPartnerCode()Generated method - Getter of thePartnerAddress.partnerCodeattribute.java.lang.StringgetPartnerCode(SessionContext ctx)Generated method - Getter of thePartnerAddress.partnerCodeattribute.java.lang.StringgetPartnerFunction()Generated method - Getter of thePartnerAddress.partnerFunctionattribute.java.lang.StringgetPartnerFunction(SessionContext ctx)Generated method - Getter of thePartnerAddress.partnerFunctionattribute.java.lang.StringgetPoBox()Generated method - Getter of thePartnerAddress.poBoxattribute.java.lang.StringgetPoBox(SessionContext ctx)Generated method - Getter of thePartnerAddress.poBoxattribute.java.lang.StringgetPoBoxPostalCode()Generated method - Getter of thePartnerAddress.poBoxPostalCodeattribute.java.lang.StringgetPoBoxPostalCode(SessionContext ctx)Generated method - Getter of thePartnerAddress.poBoxPostalCodeattribute.java.lang.StringgetPostalCode()Generated method - Getter of thePartnerAddress.postalCodeattribute.java.lang.StringgetPostalCode(SessionContext ctx)Generated method - Getter of thePartnerAddress.postalCodeattribute.SapB2BDocumentgetSapB2BDocument()Generated method - Getter of thePartnerAddress.sapB2BDocumentattribute.SapB2BDocumentgetSapB2BDocument(SessionContext ctx)Generated method - Getter of thePartnerAddress.sapB2BDocumentattribute.java.lang.StringgetStreetHouseNumber1()Generated method - Getter of thePartnerAddress.streetHouseNumber1attribute.java.lang.StringgetStreetHouseNumber1(SessionContext ctx)Generated method - Getter of thePartnerAddress.streetHouseNumber1attribute.java.lang.StringgetStreetHouseNumber2()Generated method - Getter of thePartnerAddress.streetHouseNumber2attribute.java.lang.StringgetStreetHouseNumber2(SessionContext ctx)Generated method - Getter of thePartnerAddress.streetHouseNumber2attribute.voidsetCity(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.cityattribute.voidsetCity(java.lang.String value)Generated method - Setter of thePartnerAddress.cityattribute.voidsetCountryCode(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.countryCodeattribute.voidsetCountryCode(java.lang.String value)Generated method - Setter of thePartnerAddress.countryCodeattribute.voidsetCountryKey(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.countryKeyattribute.voidsetCountryKey(java.lang.String value)Generated method - Setter of thePartnerAddress.countryKeyattribute.voidsetPartner(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.partnerattribute.voidsetPartner(java.lang.String value)Generated method - Setter of thePartnerAddress.partnerattribute.voidsetPartnerCode(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.partnerCodeattribute.voidsetPartnerCode(java.lang.String value)Generated method - Setter of thePartnerAddress.partnerCodeattribute.voidsetPartnerFunction(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.partnerFunctionattribute.voidsetPartnerFunction(java.lang.String value)Generated method - Setter of thePartnerAddress.partnerFunctionattribute.voidsetPoBox(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.poBoxattribute.voidsetPoBox(java.lang.String value)Generated method - Setter of thePartnerAddress.poBoxattribute.voidsetPoBoxPostalCode(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.poBoxPostalCodeattribute.voidsetPoBoxPostalCode(java.lang.String value)Generated method - Setter of thePartnerAddress.poBoxPostalCodeattribute.voidsetPostalCode(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.postalCodeattribute.voidsetPostalCode(java.lang.String value)Generated method - Setter of thePartnerAddress.postalCodeattribute.voidsetSapB2BDocument(SessionContext ctx, SapB2BDocument value)Generated method - Setter of thePartnerAddress.sapB2BDocumentattribute.voidsetSapB2BDocument(SapB2BDocument value)Generated method - Setter of thePartnerAddress.sapB2BDocumentattribute.voidsetStreetHouseNumber1(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.streetHouseNumber1attribute.voidsetStreetHouseNumber1(java.lang.String value)Generated method - Setter of thePartnerAddress.streetHouseNumber1attribute.voidsetStreetHouseNumber2(SessionContext ctx, java.lang.String value)Generated method - Setter of thePartnerAddress.streetHouseNumber2attribute.voidsetStreetHouseNumber2(java.lang.String value)Generated method - Setter of thePartnerAddress.streetHouseNumber2attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
PARTNERCODE
public static final java.lang.String PARTNERCODE
Qualifier of thePartnerAddress.partnerCodeattribute- See Also:
- Constant Field Values
-
PARTNERFUNCTION
public static final java.lang.String PARTNERFUNCTION
Qualifier of thePartnerAddress.partnerFunctionattribute- See Also:
- Constant Field Values
-
PARTNER
public static final java.lang.String PARTNER
Qualifier of thePartnerAddress.partnerattribute- See Also:
- Constant Field Values
-
STREETHOUSENUMBER1
public static final java.lang.String STREETHOUSENUMBER1
Qualifier of thePartnerAddress.streetHouseNumber1attribute- See Also:
- Constant Field Values
-
STREETHOUSENUMBER2
public static final java.lang.String STREETHOUSENUMBER2
Qualifier of thePartnerAddress.streetHouseNumber2attribute- See Also:
- Constant Field Values
-
POBOX
public static final java.lang.String POBOX
Qualifier of thePartnerAddress.poBoxattribute- See Also:
- Constant Field Values
-
CITY
public static final java.lang.String CITY
Qualifier of thePartnerAddress.cityattribute- See Also:
- Constant Field Values
-
COUNTRYCODE
public static final java.lang.String COUNTRYCODE
Qualifier of thePartnerAddress.countryCodeattribute- See Also:
- Constant Field Values
-
POSTALCODE
public static final java.lang.String POSTALCODE
Qualifier of thePartnerAddress.postalCodeattribute- See Also:
- Constant Field Values
-
POBOXPOSTALCODE
public static final java.lang.String POBOXPOSTALCODE
Qualifier of thePartnerAddress.poBoxPostalCodeattribute- See Also:
- Constant Field Values
-
COUNTRYKEY
public static final java.lang.String COUNTRYKEY
Qualifier of thePartnerAddress.countryKeyattribute- See Also:
- Constant Field Values
-
SAPB2BDOCUMENT
public static final java.lang.String SAPB2BDOCUMENT
Qualifier of thePartnerAddress.sapB2BDocumentattribute- See Also:
- Constant Field Values
-
SAPB2BDOCUMENTHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedPartnerAddress> SAPB2BDOCUMENTHANDLER
BidirectionalOneToManyHandlerfor handling 1:n SAPB2BDOCUMENT's relation attributes from 'one' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classItem
-
getCity
public java.lang.String getCity(SessionContext ctx)
Generated method - Getter of thePartnerAddress.cityattribute.- Returns:
- the city - Partner City
-
getCity
public java.lang.String getCity()
Generated method - Getter of thePartnerAddress.cityattribute.- Returns:
- the city - Partner City
-
setCity
public void setCity(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.cityattribute.- Parameters:
value- the city - Partner City
-
setCity
public void setCity(java.lang.String value)
Generated method - Setter of thePartnerAddress.cityattribute.- Parameters:
value- the city - Partner City
-
getCountryCode
public java.lang.String getCountryCode(SessionContext ctx)
Generated method - Getter of thePartnerAddress.countryCodeattribute.- Returns:
- the countryCode - Partner Country Code
-
getCountryCode
public java.lang.String getCountryCode()
Generated method - Getter of thePartnerAddress.countryCodeattribute.- Returns:
- the countryCode - Partner Country Code
-
setCountryCode
public void setCountryCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.countryCodeattribute.- Parameters:
value- the countryCode - Partner Country Code
-
setCountryCode
public void setCountryCode(java.lang.String value)
Generated method - Setter of thePartnerAddress.countryCodeattribute.- Parameters:
value- the countryCode - Partner Country Code
-
getCountryKey
public java.lang.String getCountryKey(SessionContext ctx)
Generated method - Getter of thePartnerAddress.countryKeyattribute.- Returns:
- the countryKey - Partner Country Key
-
getCountryKey
public java.lang.String getCountryKey()
Generated method - Getter of thePartnerAddress.countryKeyattribute.- Returns:
- the countryKey - Partner Country Key
-
setCountryKey
public void setCountryKey(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.countryKeyattribute.- Parameters:
value- the countryKey - Partner Country Key
-
setCountryKey
public void setCountryKey(java.lang.String value)
Generated method - Setter of thePartnerAddress.countryKeyattribute.- Parameters:
value- the countryKey - Partner Country Key
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map).In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }- Overrides:
createItemin classGenericItem- Parameters:
ctx- the current session context which this item is created withintype- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException- indicates an error during creation - any changes will be rollbacked
-
getPartner
public java.lang.String getPartner(SessionContext ctx)
Generated method - Getter of thePartnerAddress.partnerattribute.- Returns:
- the partner - Partner Number
-
getPartner
public java.lang.String getPartner()
Generated method - Getter of thePartnerAddress.partnerattribute.- Returns:
- the partner - Partner Number
-
setPartner
public void setPartner(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.partnerattribute.- Parameters:
value- the partner - Partner Number
-
setPartner
public void setPartner(java.lang.String value)
Generated method - Setter of thePartnerAddress.partnerattribute.- Parameters:
value- the partner - Partner Number
-
getPartnerCode
public java.lang.String getPartnerCode(SessionContext ctx)
Generated method - Getter of thePartnerAddress.partnerCodeattribute.- Returns:
- the partnerCode - Partner Function
-
getPartnerCode
public java.lang.String getPartnerCode()
Generated method - Getter of thePartnerAddress.partnerCodeattribute.- Returns:
- the partnerCode - Partner Function
-
setPartnerCode
public void setPartnerCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.partnerCodeattribute.- Parameters:
value- the partnerCode - Partner Function
-
setPartnerCode
public void setPartnerCode(java.lang.String value)
Generated method - Setter of thePartnerAddress.partnerCodeattribute.- Parameters:
value- the partnerCode - Partner Function
-
getPartnerFunction
public java.lang.String getPartnerFunction(SessionContext ctx)
Generated method - Getter of thePartnerAddress.partnerFunctionattribute.- Returns:
- the partnerFunction - Partner Function
-
getPartnerFunction
public java.lang.String getPartnerFunction()
Generated method - Getter of thePartnerAddress.partnerFunctionattribute.- Returns:
- the partnerFunction - Partner Function
-
setPartnerFunction
public void setPartnerFunction(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.partnerFunctionattribute.- Parameters:
value- the partnerFunction - Partner Function
-
setPartnerFunction
public void setPartnerFunction(java.lang.String value)
Generated method - Setter of thePartnerAddress.partnerFunctionattribute.- Parameters:
value- the partnerFunction - Partner Function
-
getPoBox
public java.lang.String getPoBox(SessionContext ctx)
Generated method - Getter of thePartnerAddress.poBoxattribute.- Returns:
- the poBox - Partner PO BOX
-
getPoBox
public java.lang.String getPoBox()
Generated method - Getter of thePartnerAddress.poBoxattribute.- Returns:
- the poBox - Partner PO BOX
-
setPoBox
public void setPoBox(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.poBoxattribute.- Parameters:
value- the poBox - Partner PO BOX
-
setPoBox
public void setPoBox(java.lang.String value)
Generated method - Setter of thePartnerAddress.poBoxattribute.- Parameters:
value- the poBox - Partner PO BOX
-
getPoBoxPostalCode
public java.lang.String getPoBoxPostalCode(SessionContext ctx)
Generated method - Getter of thePartnerAddress.poBoxPostalCodeattribute.- Returns:
- the poBoxPostalCode - Partner poBoxPostalCode
-
getPoBoxPostalCode
public java.lang.String getPoBoxPostalCode()
Generated method - Getter of thePartnerAddress.poBoxPostalCodeattribute.- Returns:
- the poBoxPostalCode - Partner poBoxPostalCode
-
setPoBoxPostalCode
public void setPoBoxPostalCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.poBoxPostalCodeattribute.- Parameters:
value- the poBoxPostalCode - Partner poBoxPostalCode
-
setPoBoxPostalCode
public void setPoBoxPostalCode(java.lang.String value)
Generated method - Setter of thePartnerAddress.poBoxPostalCodeattribute.- Parameters:
value- the poBoxPostalCode - Partner poBoxPostalCode
-
getPostalCode
public java.lang.String getPostalCode(SessionContext ctx)
Generated method - Getter of thePartnerAddress.postalCodeattribute.- Returns:
- the postalCode - Partner Postal Code
-
getPostalCode
public java.lang.String getPostalCode()
Generated method - Getter of thePartnerAddress.postalCodeattribute.- Returns:
- the postalCode - Partner Postal Code
-
setPostalCode
public void setPostalCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.postalCodeattribute.- Parameters:
value- the postalCode - Partner Postal Code
-
setPostalCode
public void setPostalCode(java.lang.String value)
Generated method - Setter of thePartnerAddress.postalCodeattribute.- Parameters:
value- the postalCode - Partner Postal Code
-
getSapB2BDocument
public SapB2BDocument getSapB2BDocument(SessionContext ctx)
Generated method - Getter of thePartnerAddress.sapB2BDocumentattribute.- Returns:
- the sapB2BDocument
-
getSapB2BDocument
public SapB2BDocument getSapB2BDocument()
Generated method - Getter of thePartnerAddress.sapB2BDocumentattribute.- Returns:
- the sapB2BDocument
-
setSapB2BDocument
public void setSapB2BDocument(SessionContext ctx, SapB2BDocument value)
Generated method - Setter of thePartnerAddress.sapB2BDocumentattribute.- Parameters:
value- the sapB2BDocument
-
setSapB2BDocument
public void setSapB2BDocument(SapB2BDocument value)
Generated method - Setter of thePartnerAddress.sapB2BDocumentattribute.- Parameters:
value- the sapB2BDocument
-
getStreetHouseNumber1
public java.lang.String getStreetHouseNumber1(SessionContext ctx)
Generated method - Getter of thePartnerAddress.streetHouseNumber1attribute.- Returns:
- the streetHouseNumber1 - Partner Street House Number 1
-
getStreetHouseNumber1
public java.lang.String getStreetHouseNumber1()
Generated method - Getter of thePartnerAddress.streetHouseNumber1attribute.- Returns:
- the streetHouseNumber1 - Partner Street House Number 1
-
setStreetHouseNumber1
public void setStreetHouseNumber1(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.streetHouseNumber1attribute.- Parameters:
value- the streetHouseNumber1 - Partner Street House Number 1
-
setStreetHouseNumber1
public void setStreetHouseNumber1(java.lang.String value)
Generated method - Setter of thePartnerAddress.streetHouseNumber1attribute.- Parameters:
value- the streetHouseNumber1 - Partner Street House Number 1
-
getStreetHouseNumber2
public java.lang.String getStreetHouseNumber2(SessionContext ctx)
Generated method - Getter of thePartnerAddress.streetHouseNumber2attribute.- Returns:
- the streetHouseNumber2 - Partner Street House Number 2
-
getStreetHouseNumber2
public java.lang.String getStreetHouseNumber2()
Generated method - Getter of thePartnerAddress.streetHouseNumber2attribute.- Returns:
- the streetHouseNumber2 - Partner Street House Number 2
-
setStreetHouseNumber2
public void setStreetHouseNumber2(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePartnerAddress.streetHouseNumber2attribute.- Parameters:
value- the streetHouseNumber2 - Partner Street House Number 2
-
setStreetHouseNumber2
public void setStreetHouseNumber2(java.lang.String value)
Generated method - Setter of thePartnerAddress.streetHouseNumber2attribute.- Parameters:
value- the streetHouseNumber2 - Partner Street House Number 2
-
-