com.retek.commons.component.xml
Interface ElementObject
- All Superinterfaces:
- BusinessObject, SecondClassObject
- All Known Subinterfaces:
- CustomerIntegrationAlternateNumber, CustomerIntegrationCatalogRequest, CustomerIntegrationCustomer, CustomerIntegrationCustomerAddress, CustomerIntegrationCustomerElement, CustomerIntegrationCustomerEmail, CustomerIntegrationCustomerPreference, CustomerIntegrationCustomerTelephone, CustomerIntegrationElement, CustomerIntegrationMergeCustomer, CustomerIntegrationMergeRequest, PaymentSettlementCustomer, PaymentSettlementElement, PaymentSettlementItem, PaymentSettlementPayment, PaymentSettlementTransaction, SaeAccommodation, SaeCustomer, SaeDiscount, SaeElement, SaeItem, SaePayment, SaeService, SaeTax, SaeTransaction
- All Known Implementing Classes:
- CustomerIntegrationAlternateNumberImpl, CustomerIntegrationCatalogRequestImpl, CustomerIntegrationCustomerAddressImpl, CustomerIntegrationCustomerElementImpl, CustomerIntegrationCustomerEmailImpl, CustomerIntegrationCustomerImpl, CustomerIntegrationCustomerPreferenceImpl, CustomerIntegrationCustomerTelephoneImpl, CustomerIntegrationElementImpl, CustomerIntegrationMergeCustomerImpl, CustomerIntegrationMergeRequestImpl, ElementObjectImpl, PaymentSettlementCustomerImpl, PaymentSettlementElementImpl, PaymentSettlementItemImpl, PaymentSettlementPaymentImpl, PaymentSettlementTransactionImpl, SaeAccommodationImpl, SaeCustomerImpl, SaeDiscountImpl, SaeElementImpl, SaeItemImpl, SaePaymentImpl, SaeServiceImpl, SaeTaxImpl, SaeTransactionImpl
- public interface ElementObject
- extends SecondClassObject
Interface defining the operations for an element
business object for an xml aware object.
Method Summary |
java.lang.String |
getElementId()
Return a unique identifier for element. |
java.lang.String |
getParentElementId()
Return the parent element id for the element (if this is a child element). |
java.lang.String |
toXml()
Convert the element to an xml string. |
getElementId
public java.lang.String getElementId()
- Return a unique identifier for element. This is for internal use
only within the staging table transaction persistence.
- Returns:
- String unique element identifier
getParentElementId
public java.lang.String getParentElementId()
- Return the parent element id for the element (if this is a child element).
- Returns:
- String parent element identifier
toXml
public java.lang.String toXml()
throws SystemException,
XmlBuilderException
- Convert the element to an xml string.
- Returns:
- String xml element string
- Throws:
SystemException
XmlBuilderException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28