-
public final class GaItemOption
-
-
Constructor Summary
Constructors Constructor Description GaItemOption(String id, String name, List<GAPriceAttribute> prices, String note, Integer quantity, String productId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final List<GAPriceAttribute>component3()final Stringcomponent4()final Integercomponent5()final Stringcomponent6()final GaItemOptioncopy(String id, String name, List<GAPriceAttribute> prices, String note, Integer quantity, String productId)final StringgetId()final StringgetName()final List<GAPriceAttribute>getPrices()final StringgetNote()final IntegergetQuantity()final StringgetProductId()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final List<GAPriceAttribute> component3()
-
component4
final String component4()
-
component5
final Integer component5()
-
component6
final String component6()
-
copy
final GaItemOption copy(String id, String name, List<GAPriceAttribute> prices, String note, Integer quantity, String productId)
-
getPrices
final List<GAPriceAttribute> getPrices()
-
getQuantity
final Integer getQuantity()
-
getProductId
final String getProductId()
-
-
-
-