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

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

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

Methods in se.sj.stina.domain.model that return SjPlacementSpecification
 SjPlacementSpecification SjStinaModelFactoryInterface.createPlacementSpecification()
           
 SjPlacementSpecification SjSectionSpecification.getPlacementSpecification()
          Field placementSpecification is defined as mandatory.
 SjPlacementSpecification SjSectionLightSpecification.getPlacementSpecification()
          Field placementSpecification is defined as optional.
 SjPlacementSpecification SjSectionSpecification.lookupPlacementSpecification()
          Field placementSpecification is defined as mandatory.
 SjPlacementSpecification SjSectionLightSpecification.lookupPlacementSpecification()
          Field placementSpecification is defined as optional.
 

Methods in se.sj.stina.domain.model with parameters of type SjPlacementSpecification
 void SjSectionSpecification.setPlacementSpecification(SjPlacementSpecification inData)
          Field placementSpecification is defined as mandatory.
 void SjSectionLightSpecification.setPlacementSpecification(SjPlacementSpecification inData)
          Field placementSpecification is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.plain that implement SjPlacementSpecification
 class SjPlacementSpecificationPlain
           
 

Methods in se.sj.stina.domain.model.impl.plain that return SjPlacementSpecification
 SjPlacementSpecification SjStinaModelFactory.createPlacementSpecification()
           
 SjPlacementSpecification SjSectionSpecificationPlain.getPlacementSpecification()
          Field placementSpecification is defined as mandatory.
 SjPlacementSpecification SjSectionLightSpecificationPlain.getPlacementSpecification()
          Field placementSpecification is defined as optional.
 SjPlacementSpecification SjSectionSpecificationPlain.lookupPlacementSpecification()
          Field placementSpecification is defined as mandatory.
 SjPlacementSpecification SjSectionLightSpecificationPlain.lookupPlacementSpecification()
          Field placementSpecification is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjPlacementSpecification
 void SjSectionSpecificationPlain.setPlacementSpecification(SjPlacementSpecification inData)
          Field placementSpecification is defined as mandatory.
 void SjSectionLightSpecificationPlain.setPlacementSpecification(SjPlacementSpecification inData)
          Field placementSpecification is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.standard that implement SjPlacementSpecification
 class SjPlacementSpecificationStandard
           
 

Methods in se.sj.stina.domain.model.impl.standard that return SjPlacementSpecification
 SjPlacementSpecification SjStinaModelFactory.createPlacementSpecification()
           
 SjPlacementSpecification SjSectionSpecificationStandard.getPlacementSpecification()
          Field placementSpecification is defined as mandatory.
 SjPlacementSpecification SjSectionLightSpecificationStandard.getPlacementSpecification()
          Field placementSpecification is defined as optional.
 SjPlacementSpecification SjSectionSpecificationStandard.lookupPlacementSpecification()
          Field placementSpecification is defined as mandatory.
 SjPlacementSpecification SjSectionLightSpecificationStandard.lookupPlacementSpecification()
          Field placementSpecification is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjPlacementSpecification
 void SjSectionSpecificationStandard.setPlacementSpecification(SjPlacementSpecification inData)
          Field placementSpecification is defined as mandatory.
 void SjSectionLightSpecificationStandard.setPlacementSpecification(SjPlacementSpecification inData)
          Field placementSpecification is defined as optional.
 



Copyright © 2012. All Rights Reserved.