Class ShipmentStatus
- java.lang.Object
-
- com.broadleafcommerce.shipping.domain.ShipmentStatus
-
public class ShipmentStatus extends Object
-
-
Constructor Summary
Constructors Constructor Description ShipmentStatus()ShipmentStatus(Boolean canPrintLabel, Boolean hasPrinted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BooleangetCanPrintLabel()BooleangetHasPrinted()inthashCode()voidsetCanPrintLabel(Boolean canPrintLabel)voidsetHasPrinted(Boolean hasPrinted)StringtoString()
-