public interface Product extends CatalogEntry
The following features are supported:
GraphqlTestPackage.getProduct()| Modifier and Type | Method and Description |
|---|---|
<any> |
getCurrencies()
Returns the value of the 'Currencies' attribute list.
|
Currency |
getCurrency()
Returns the value of the 'Currency' attribute.
|
java.lang.String |
getInputTest()
Returns the value of the 'Input Test' attribute.
|
<any> |
getInputValueList()
Returns the value of the 'Input Value List' attribute list.
|
java.lang.String |
getOutputTest()
Returns the value of the 'Output Test' attribute.
|
double |
getPrice()
Returns the value of the 'Price' attribute.
|
java.math.BigInteger |
getSize()
Returns the value of the 'Size' attribute.
|
<any> |
getSkus()
Returns the value of the 'Skus' containment reference list.
|
<any> |
getSkusMutationOnly()
Returns the value of the 'Skus Mutation Only' containment reference list.
|
boolean |
isActive()
Returns the value of the 'Active' attribute.
|
void |
setActive(boolean value)
Sets the value of the '
Active' attribute. |
void |
setCurrency(Currency value)
Sets the value of the '
Currency' attribute. |
void |
setInputTest(java.lang.String value)
Sets the value of the '
Input Test' attribute. |
void |
setOutputTest(java.lang.String value)
Sets the value of the '
Output Test' attribute. |
void |
setPrice(double value)
Sets the value of the '
Price' attribute. |
void |
setSize(java.math.BigInteger value)
Sets the value of the '
Size' attribute. |
getCatalog, getDescription, getId, getName, setCatalog, setDescription, setId, setName<any> getSkus()
SKU.
If the meaning of the 'Skus' containment reference list isn't clear, there really should be more of a description here...
GraphqlTestPackage.getProduct_Skus()java.math.BigInteger getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(BigInteger),
GraphqlTestPackage.getProduct_Size()void setSize(java.math.BigInteger value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()boolean isActive()
"false".
If the meaning of the 'Active' attribute isn't clear, there really should be more of a description here...
setActive(boolean),
GraphqlTestPackage.getProduct_Active()void setActive(boolean value)
Active' attribute.
value - the new value of the 'Active' attribute.isActive()double getPrice()
If the meaning of the 'Price' attribute isn't clear, there really should be more of a description here...
setPrice(double),
GraphqlTestPackage.getProduct_Price()void setPrice(double value)
Price' attribute.
value - the new value of the 'Price' attribute.getPrice()Currency getCurrency()
"DOLLAR".
The literals are from the enumeration Currency.
If the meaning of the 'Currency' attribute isn't clear, there really should be more of a description here...
Currency,
setCurrency(Currency),
GraphqlTestPackage.getProduct_Currency()void setCurrency(Currency value)
Currency' attribute.
value - the new value of the 'Currency' attribute.Currency,
getCurrency()java.lang.String getInputTest()
If the meaning of the 'Input Test' attribute isn't clear, there really should be more of a description here...
setInputTest(String),
GraphqlTestPackage.getProduct_InputTest()void setInputTest(java.lang.String value)
Input Test' attribute.
value - the new value of the 'Input Test' attribute.getInputTest()java.lang.String getOutputTest()
If the meaning of the 'Output Test' attribute isn't clear, there really should be more of a description here...
setOutputTest(String),
GraphqlTestPackage.getProduct_OutputTest()void setOutputTest(java.lang.String value)
Output Test' attribute.
value - the new value of the 'Output Test' attribute.getOutputTest()<any> getSkusMutationOnly()
SKU.
If the meaning of the 'Skus Mutation Only' containment reference list isn't clear, there really should be more of a description here...
GraphqlTestPackage.getProduct_SkusMutationOnly()<any> getInputValueList()
String.
If the meaning of the 'Input Value List' attribute list isn't clear, there really should be more of a description here...
GraphqlTestPackage.getProduct_InputValueList()<any> getCurrencies()
Currency.
The literals are from the enumeration Currency.
If the meaning of the 'Currencies' attribute list isn't clear, there really should be more of a description here...
Currency,
GraphqlTestPackage.getProduct_Currencies()Data In Motion GmbH all rights reserved