public class AdminProductOptionValue
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
|
Constructor and Description |
---|
AdminProductOptionValue()
Constructor
|
AdminProductOptionValue(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() |
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) |
java.lang.String |
toString() |
private int id
private int languageId
private java.lang.String name
private java.lang.String code
private java.lang.String custom1
private java.lang.String custom2
public AdminProductOptionValue()
public AdminProductOptionValue(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 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 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.