public class AdminProductOption
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
code
|
private java.lang.String |
custom1
custom field
|
private java.lang.String |
custom2
custom field
|
private int |
id
id
|
private int |
languageId
languageId
|
private java.lang.String |
name
name
|
private int |
type
type of option
|
private AdminProductOptionValue[] |
values
Array of values
|
Constructor and Description |
---|
AdminProductOption()
Constructor
|
AdminProductOption(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode() |
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
int |
getId() |
int |
getLanguageId() |
java.lang.String |
getName() |
int |
getType()
The type of option.
|
AdminProductOptionValue[] |
getValues() |
void |
setCode(java.lang.String code) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setId(int id) |
void |
setLanguageId(int languageId) |
void |
setName(java.lang.String name) |
void |
setType(int type)
The type of option.
|
void |
setValues(AdminProductOptionValue[] values) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private int languageId
private java.lang.String name
private java.lang.String code
private int type
private java.lang.String custom1
private java.lang.String custom2
private AdminProductOptionValue[] values
public AdminProductOption()
public AdminProductOption(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- the vrc
- the ccom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
public void setId(int id)
id
- The id to set.public int getLanguageId()
public void setLanguageId(int languageId)
languageId
- The languageId to set.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public AdminProductOptionValue[] getValues()
public void setValues(AdminProductOptionValue[] values)
values
- The values to set.public int getType()
public void setType(int type)
type
- the type to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCode()
public void setCode(java.lang.String code)
code
- the code to setCopyright © 2018 DS Data Systems UK Ltd.