Uses of Class
net.officefloor.model.conform.ExistingItemToTargetItemModel
-
Packages that use ExistingItemToTargetItemModel Package Description net.officefloor.model.conform -
-
Uses of ExistingItemToTargetItemModel in net.officefloor.model.conform
Methods in net.officefloor.model.conform that return ExistingItemToTargetItemModel Modifier and Type Method Description ExistingItemToTargetItemModelTargetItemModel. getExistingItem()ExistingItemToTargetItemModelExistingItemModel. getTargetItem()Methods in net.officefloor.model.conform with parameters of type ExistingItemToTargetItemModel Modifier and Type Method Description voidTargetItemModel. setExistingItem(ExistingItemToTargetItemModel existingItem)voidExistingItemModel. setTargetItem(ExistingItemToTargetItemModel targetItem)Constructors in net.officefloor.model.conform with parameters of type ExistingItemToTargetItemModel Constructor Description ExistingItemModel(java.lang.String existingItemName, ExistingItemToTargetItemModel targetItem)Convenience constructor.ExistingItemModel(java.lang.String existingItemName, ExistingItemToTargetItemModel targetItem, int x, int y)Convenience constructor allowing XY initialising.TargetItemModel(java.lang.String targetItemName, boolean isInheritable, boolean inherit, ExistingItemToTargetItemModel existingItem)Convenience constructor.TargetItemModel(java.lang.String targetItemName, boolean isInheritable, boolean inherit, ExistingItemToTargetItemModel existingItem, int x, int y)Convenience constructor allowing XY initialising.
-