@Test
 public void toStringNotNull() {
   TdProductShipment model = new TdProductShipment();
   assertNotNull(model.toString());
 }