Uses of Interface
se.sj.stina.domain.model.SjAddress

Packages that use SjAddress
se.sj.stina.domain.model   
se.sj.stina.domain.model.impl.plain   
se.sj.stina.domain.model.impl.standard   
 

Uses of SjAddress in se.sj.stina.domain.model
 

Methods in se.sj.stina.domain.model that return SjAddress
 SjAddress SjStinaModelFactoryInterface.createAddress()
           
 SjAddress SjTravelAgentInformation.getCustomerAddress()
          Field customerAddress is defined as optional.
 SjAddress SjReferenceSpecification.getReferenceAddress()
          Field referenceAddress is defined as optional.
 SjAddress SjTravelAgentInformation.lookupCustomerAddress()
          Field customerAddress is defined as optional.
 SjAddress SjReferenceSpecification.lookupReferenceAddress()
          Field referenceAddress is defined as optional.
 

Methods in se.sj.stina.domain.model with parameters of type SjAddress
 void SjTravelAgentInformation.setCustomerAddress(SjAddress inData)
          Field customerAddress is defined as optional.
 void SjReferenceSpecification.setReferenceAddress(SjAddress inData)
          Field referenceAddress is defined as optional.
 

Uses of SjAddress in se.sj.stina.domain.model.impl.plain
 

Classes in se.sj.stina.domain.model.impl.plain that implement SjAddress
 class SjAddressPlain
          Generell adressinfo
 

Methods in se.sj.stina.domain.model.impl.plain that return SjAddress
 SjAddress SjStinaModelFactory.createAddress()
           
 SjAddress SjTravelAgentInformationPlain.getCustomerAddress()
          Field customerAddress is defined as optional.
 SjAddress SjReferenceSpecificationPlain.getReferenceAddress()
          Field referenceAddress is defined as optional.
 SjAddress SjTravelAgentInformationPlain.lookupCustomerAddress()
          Field customerAddress is defined as optional.
 SjAddress SjReferenceSpecificationPlain.lookupReferenceAddress()
          Field referenceAddress is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjAddress
 void SjTravelAgentInformationPlain.setCustomerAddress(SjAddress inData)
          Field customerAddress is defined as optional.
 void SjReferenceSpecificationPlain.setReferenceAddress(SjAddress inData)
          Field referenceAddress is defined as optional.
 

Uses of SjAddress in se.sj.stina.domain.model.impl.standard
 

Classes in se.sj.stina.domain.model.impl.standard that implement SjAddress
 class SjAddressStandard
          Generell adressinfo
 

Methods in se.sj.stina.domain.model.impl.standard that return SjAddress
 SjAddress SjStinaModelFactory.createAddress()
           
 SjAddress SjTravelAgentInformationStandard.getCustomerAddress()
          Field customerAddress is defined as optional.
 SjAddress SjReferenceSpecificationStandard.getReferenceAddress()
          Field referenceAddress is defined as optional.
 SjAddress SjTravelAgentInformationStandard.lookupCustomerAddress()
          Field customerAddress is defined as optional.
 SjAddress SjReferenceSpecificationStandard.lookupReferenceAddress()
          Field referenceAddress is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjAddress
 void SjTravelAgentInformationStandard.setCustomerAddress(SjAddress inData)
          Field customerAddress is defined as optional.
 void SjReferenceSpecificationStandard.setReferenceAddress(SjAddress inData)
          Field referenceAddress is defined as optional.
 



Copyright © 2012. All Rights Reserved.