Class ShipmentStatus

java.lang.Object
com.broadleafcommerce.shipping.domain.ShipmentStatus

public class ShipmentStatus extends Object
  • Constructor Details

    • ShipmentStatus

      public ShipmentStatus()
    • ShipmentStatus

      public ShipmentStatus(Boolean canPrintLabel, Boolean hasPrinted)
  • Method Details

    • getCanPrintLabel

      public Boolean getCanPrintLabel()
    • getHasPrinted

      public Boolean getHasPrinted()
    • setCanPrintLabel

      public void setCanPrintLabel(Boolean canPrintLabel)
    • setHasPrinted

      public void setHasPrinted(Boolean hasPrinted)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object