Class Global.Order

  • Enclosing class:
    Global

    public static class Global.Order
    extends java.lang.Object
    주문 상태에 관련된 상수들을 모아놓은 클래스.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CANCELED
      취소된 주문.
      static int DONE
      완료된 주문.
      static int PREPARED
      수령 대기 중인 주문.
      static int PREPARING
      상품 준비 중인 주문.
      static int REFUSED
      거절된 주문.
      static int WAITING_ACCEPT
      매장의 수락/거절 대기 중인 주문.
    • Constructor Summary

      Constructors 
      Constructor Description
      Order()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait