Class NewState


  • public final class NewState
    extends java.lang.Object

    The State determines how the state the order should be in.

    The common state types can be accessed as public constants.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ACTIVE
      The "ACTIVE" state
      static java.lang.String CANCELLED
      The "CANCELLED" state
      static java.lang.String DELETED
      The "DELETED" state
      static java.lang.String INACTIVE
      The "INACTIVE" state
    • Constructor Summary

      Constructors 
      Constructor Description
      NewState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NewState

        public NewState()