Uses of Class
org.openwms.common.domain.TypePlacingRule

Packages that use TypePlacingRule
org.openwms.common.domain Contains essential domain classes of the COMMON module. 
 

Uses of TypePlacingRule in org.openwms.common.domain
 

Methods in org.openwms.common.domain that return types with arguments of type TypePlacingRule
 Set<TypePlacingRule> TransportUnitType.getTypePlacingRules()
          Returns all TypePlacingRules belonging to the TransportUnitType.
 

Methods in org.openwms.common.domain with parameters of type TypePlacingRule
 boolean TransportUnitType.addTypePlacingRule(TypePlacingRule typePlacingRule)
          Add a rule to the TransportUnitType.
 boolean TransportUnitType.removeTypePlacingRule(TypePlacingRule typePlacingRule)
          Remove a TypePlacingRule from the collection or rules.
 

Method parameters in org.openwms.common.domain with type arguments of type TypePlacingRule
 void TransportUnitType.setTypePlacingRules(Set<TypePlacingRule> typePlacingRules)
          Assign a Set of TypePlacingRules to the TransportUnitType.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.