Class ShippingLine

java.lang.Object
com.bhn.risk.common.SmartObject<ShippingLine>
com.bhn.risk.order.domain.ShippingLine

public class ShippingLine extends com.bhn.risk.common.SmartObject<ShippingLine>

ShippingLine class.

Version:
$Id: $Id
Author:
pvela00
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.bhn.risk.common.SmartObject

    addSerializableClass, addSerializableClass, addSerializableClass, compareTo, copy, createMapper, equals, fromString, fromString, hashCode, toExposedString, toString, toString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • code

      @NotBlank(errorCode="shippingLine.code.blank", message="ShippingLine.code cannot be blank") public String code
    • description

      @NotBlank(errorCode="shippingLine.description.blank", message="ShippingLine.description cannot be blank") public String description
  • Constructor Details

    • ShippingLine

      public ShippingLine()