com.konakartadmin.app
Class AdminProductOptionValue

java.lang.Object
  extended by com.konakartadmin.app.AdminProductOptionValue
All Implemented Interfaces:
AdminObjectIf

public class AdminProductOptionValue
extends java.lang.Object
implements AdminObjectIf

Option object for the Admin App


Field Summary
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 Summary
AdminProductOptionValue()
          Constructor
AdminProductOptionValue(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c)
           
 
Method Summary
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 int getId()
           
 int getLanguageId()
           
 java.lang.String getName()
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private int id
id


languageId

private int languageId
languageId


name

private java.lang.String name
name


custom1

private java.lang.String custom1
custom field


custom2

private java.lang.String custom2
custom field

Constructor Detail

AdminProductOptionValue

public AdminProductOptionValue()
Constructor


AdminProductOptionValue

public AdminProductOptionValue(com.workingdogs.village.Record vr,
                               org.apache.torque.util.Criteria c)
                        throws com.workingdogs.village.DataSetException
Parameters:
vr -
c -
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface AdminObjectIf
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the Option object.

getId

public int getId()
Specified by:
getId in interface AdminObjectIf
Returns:
Returns the id.

setId

public void setId(int id)
Specified by:
setId in interface AdminObjectIf
Parameters:
id - The id to set.

getLanguageId

public int getLanguageId()
Returns:
Returns the languageId.

setLanguageId

public void setLanguageId(int languageId)
Parameters:
languageId - The languageId to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getCustom1

public java.lang.String getCustom1()
Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Parameters:
custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Parameters:
custom2 - the custom2 to set


Copyright © 2011 DS Data Systems UK Ltd.