com.retek.component.customer.integration.impl
Class CustomerIntegrationAlternateNumberImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.SecondClassObjectImpl
com.retek.commons.component.xml.impl.ElementObjectImpl
com.retek.component.customer.integration.impl.CustomerIntegrationElementImpl
com.retek.component.customer.integration.impl.CustomerIntegrationAlternateNumberImpl
- All Implemented Interfaces:
- BusinessObject, CustomerIntegrationAlternateNumber, CustomerIntegrationElement, ElementObject, SecondClassObject
- public class CustomerIntegrationAlternateNumberImpl
- extends CustomerIntegrationElementImpl
- implements CustomerIntegrationAlternateNumber
Class which represents a customer integration customer alternate number.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CustomerIntegrationAlternateNumberImpl
public CustomerIntegrationAlternateNumberImpl(DistributedContext context,
CustomerIntegrationAlternateNumberDto dto)
CustomerIntegrationAlternateNumberImpl
public CustomerIntegrationAlternateNumberImpl(DistributedContext context,
java.lang.String alternateNumberType,
java.lang.String alternateNumber)
getDto
public CustomerIntegrationAlternateNumberDto getDto()
accept
public void accept(CustomerIntegrationElementVisitor visitor)
throws SystemException,
BusinessException
- Description copied from interface:
CustomerIntegrationElement
- Accept a customer integration element visitor. See the GOF Visitor pattern.
- Specified by:
accept
in interface CustomerIntegrationElement
- Parameters:
visitor
- element visitor
- Throws:
SystemException
BusinessException
getAlternateNumberType
public java.lang.String getAlternateNumberType()
- Specified by:
getAlternateNumberType
in interface CustomerIntegrationAlternateNumber
setAlternateNumberType
public void setAlternateNumberType(java.lang.String alternateNumberType)
- Specified by:
setAlternateNumberType
in interface CustomerIntegrationAlternateNumber
isAlternateHouseholdNumber
public boolean isAlternateHouseholdNumber()
- Specified by:
isAlternateHouseholdNumber
in interface CustomerIntegrationAlternateNumber
isAlternateCustomerId
public boolean isAlternateCustomerId()
- Specified by:
isAlternateCustomerId
in interface CustomerIntegrationAlternateNumber
getAlternateNumber
public java.lang.String getAlternateNumber()
- Specified by:
getAlternateNumber
in interface CustomerIntegrationAlternateNumber
setAlternateNumber
public void setAlternateNumber(java.lang.String alternateNumber)
- Specified by:
setAlternateNumber
in interface CustomerIntegrationAlternateNumber
toXml
public java.lang.String toXml()
throws SystemException,
XmlBuilderException
- Description copied from interface:
ElementObject
- Convert the element to an xml string.
- Specified by:
toXml
in interface ElementObject
- Returns:
- String xml element string
- Throws:
SystemException
XmlBuilderException
addElement
public void addElement(ElementObject element)
- Specified by:
addElement
in class ElementObjectImpl
setAttributes
public void setAttributes(java.util.Map attributes)
- Specified by:
setAttributes
in class ElementObjectImpl
toString
public java.lang.String toString()
- Overrides:
toString
in class ElementObjectImpl
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28