Package com.uos.uos_mobile.other
Class Global.ItemType
- java.lang.Object
-
- com.uos.uos_mobile.other.Global.ItemType
-
- Enclosing class:
- Global
public static class Global.ItemType extends java.lang.Object
상품 종류가 선언 되어있는 클래스.
추가로 생성할 상품 형식이 있을 경우 아래 클래스에 선언합니다.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MOVIE_TICKET
좌석예약 기능이 있는 Movie Type.static int
PRODUCT
상품의 기본적 형태인 Product Type.static int
SET
여러가지 하위 항목을 가지고 있는 형태인 Set Type.
-
Constructor Summary
Constructors Constructor Description ItemType()
-
-
-
Field Detail
-
PRODUCT
public static final int PRODUCT
상품의 기본적 형태인 Product Type.- See Also:
- Constant Field Values
-
SET
public static final int SET
여러가지 하위 항목을 가지고 있는 형태인 Set Type.- See Also:
- Constant Field Values
-
MOVIE_TICKET
public static final int MOVIE_TICKET
좌석예약 기능이 있는 Movie Type.- See Also:
- Constant Field Values
-
-