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

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

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

Methods in se.sj.stina.domain.model that return SjNetbookAddress
 SjNetbookAddress SjStinaModelFactoryInterface.createNetbookAddress()
           
 SjNetbookAddress SjNetbookPersonInfo.getAddress()
          Field address is defined as mandatory.
 SjNetbookAddress SjNetbookHotel.getAddress()
          Field address is defined as mandatory.
 SjNetbookAddress SjNetbookPersonInfo.lookupAddress()
          Field address is defined as mandatory.
 SjNetbookAddress SjNetbookHotel.lookupAddress()
          Field address is defined as mandatory.
 

Methods in se.sj.stina.domain.model with parameters of type SjNetbookAddress
 void SjNetbookPersonInfo.setAddress(SjNetbookAddress inData)
          Field address is defined as mandatory.
 void SjNetbookHotel.setAddress(SjNetbookAddress inData)
          Field address is defined as mandatory.
 

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

Classes in se.sj.stina.domain.model.impl.plain that implement SjNetbookAddress
 class SjNetbookAddressPlain
           
 

Methods in se.sj.stina.domain.model.impl.plain that return SjNetbookAddress
 SjNetbookAddress SjStinaModelFactory.createNetbookAddress()
           
 SjNetbookAddress SjNetbookPersonInfoPlain.getAddress()
          Field address is defined as mandatory.
 SjNetbookAddress SjNetbookHotelPlain.getAddress()
          Field address is defined as mandatory.
 SjNetbookAddress SjNetbookPersonInfoPlain.lookupAddress()
          Field address is defined as mandatory.
 SjNetbookAddress SjNetbookHotelPlain.lookupAddress()
          Field address is defined as mandatory.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjNetbookAddress
 void SjNetbookPersonInfoPlain.setAddress(SjNetbookAddress inData)
          Field address is defined as mandatory.
 void SjNetbookHotelPlain.setAddress(SjNetbookAddress inData)
          Field address is defined as mandatory.
 

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

Classes in se.sj.stina.domain.model.impl.standard that implement SjNetbookAddress
 class SjNetbookAddressStandard
           
 

Methods in se.sj.stina.domain.model.impl.standard that return SjNetbookAddress
 SjNetbookAddress SjStinaModelFactory.createNetbookAddress()
           
 SjNetbookAddress SjNetbookPersonInfoStandard.getAddress()
          Field address is defined as mandatory.
 SjNetbookAddress SjNetbookHotelStandard.getAddress()
          Field address is defined as mandatory.
 SjNetbookAddress SjNetbookPersonInfoStandard.lookupAddress()
          Field address is defined as mandatory.
 SjNetbookAddress SjNetbookHotelStandard.lookupAddress()
          Field address is defined as mandatory.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjNetbookAddress
 void SjNetbookPersonInfoStandard.setAddress(SjNetbookAddress inData)
          Field address is defined as mandatory.
 void SjNetbookHotelStandard.setAddress(SjNetbookAddress inData)
          Field address is defined as mandatory.
 



Copyright © 2012. All Rights Reserved.