Class Target

java.lang.Object
org.openwms.wms.shipping.Target
All Implemented Interfaces:
Serializable

@Embeddable public class Target extends Object implements Serializable
A Target is either a physical or a logical endpoint of any kind of order in a warehouse. A TransportOrder has a Target set where the TransportUnit has to be moved to.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • name

      private String name
      Used as target for the Split and later on the TransportOrder.
    • type

      private String type
      What is the type of the Target:
      • LOC: A target Location
      • LG: A target LocationGroup
  • Constructor Details

    • Target

      Target()
    • Target

      public Target(String name)
    • Target

      public Target(String name, String type)
  • Method Details

    • emptyTarget

      public static Target emptyTarget()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • hasType

      public boolean hasType()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object