Class OrderingSetItem

  • All Implemented Interfaces:
    java.io.Serializable

    public class OrderingSetItem
    extends OrderingProductItem
    세트 상품 정보를 담고 있는 클래스.

    U.O.S-Mobile에서 사용하는 세트 상품에 대한 클래스로 OrderingProductItem 클래스를 상속받고 있습니다.
    Since:
    1.0.0
    Author:
    Sohn Young Jin
    See Also:
    Serialized Form
    • Field Detail

      • productList

        private org.json.JSONArray productList
        세트가 포함하고 있는 상품 목록.
      • conf

        private java.lang.String conf
        세트 구성 설명.
    • Constructor Detail

      • OrderingSetItem

        public OrderingSetItem()
        OrderingSetItem의 기본 생성자.
      • OrderingSetItem

        public OrderingSetItem​(org.json.JSONObject jsonObject)
        OrderingSetItem 명시적 생성자.

        매개변수로 들어온 JSONObject 객체에서 세트 상품 정보를 추출하여 멤버 변수에 저장.
        Parameters:
        jsonObject - 세트 상품 정보를 담고 있는 JSONObject 객체.
    • Method Detail

      • getProductList

        public org.json.JSONArray getProductList()
      • setProductList

        public void setProductList​(org.json.JSONArray productList)
      • getConf

        public java.lang.String getConf()
      • setConf

        public void setConf​(java.lang.String conf)