Class TransactionMO

java.lang.Object
org.openwms.transactions.events.TransactionMO
All Implemented Interfaces:
Serializable

public class TransactionMO extends Object implements Serializable
A TransactionMO.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • pKey

      private String pKey
    • description

      private String description
    • type

      private String type
  • Constructor Details

    • TransactionMO

      public TransactionMO()
  • Method Details

    • getpKey

      public String getpKey()
    • setpKey

      public void setpKey(String pKey)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object