com.konakartadmin.app
Class AdminMiscItem

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

public class AdminMiscItem
extends java.lang.Object
implements AdminObjectIf

MiscItem object for the Admin Engine


Field Summary
private  java.lang.String custom1
          The value for the custom1 field
private  java.lang.String custom2
          The value for the custom2 field
private  java.lang.String custom3
          The value for the custom3 field
private  java.util.Calendar dateAdded
          The value for the dateAdded field
private  java.lang.String itemValue
          The value for the itemValue field
private  int kkMiscItemId
          The value for the kkMiscItemId field
private  int kkMiscItemTypeId
          The value for the kkMiscItemTypeId field
private  int kkObjId
          The value for the kkObjId field
private  int kkObjTypeId
          The value for the kkObjTypeId field
private  java.lang.String storeId
          The value for the storeId field
 
Constructor Summary
AdminMiscItem()
          Constructor
AdminMiscItem(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminMiscItemType object from a Record object
 
Method Summary
 java.lang.String getCustom1()
           
 java.lang.String getCustom2()
           
 java.lang.String getCustom3()
           
 java.util.Calendar getDateAdded()
           
 int getId()
           
 java.lang.String getItemValue()
           
 int getKkMiscItemId()
           
 int getKkMiscItemTypeId()
           
 int getKkObjId()
           
 int getKkObjTypeId()
           
 java.lang.String getStoreId()
           
 void setCustom1(java.lang.String custom1)
           
 void setCustom2(java.lang.String custom2)
           
 void setCustom3(java.lang.String custom3)
           
 void setDateAdded(java.util.Calendar dateAdded)
           
 void setId(int id)
          set id
 void setItemValue(java.lang.String itemValue)
           
 void setKkMiscItemId(int kkMiscItemId)
           
 void setKkMiscItemTypeId(int kkMiscItemTypeId)
           
 void setKkObjId(int kkObjId)
           
 void setKkObjTypeId(int kkObjTypeId)
           
 void setStoreId(java.lang.String storeId)
           
 java.lang.String toString()
          toString
 java.lang.String toStringBrief()
          toStringBrief
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

kkMiscItemId

private int kkMiscItemId
The value for the kkMiscItemId field


kkMiscItemTypeId

private int kkMiscItemTypeId
The value for the kkMiscItemTypeId field


kkObjId

private int kkObjId
The value for the kkObjId field


kkObjTypeId

private int kkObjTypeId
The value for the kkObjTypeId field


itemValue

private java.lang.String itemValue
The value for the itemValue field


custom1

private java.lang.String custom1
The value for the custom1 field


custom2

private java.lang.String custom2
The value for the custom2 field


custom3

private java.lang.String custom3
The value for the custom3 field


storeId

private java.lang.String storeId
The value for the storeId field


dateAdded

private java.util.Calendar dateAdded
The value for the dateAdded field

Constructor Detail

AdminMiscItem

public AdminMiscItem()
Constructor


AdminMiscItem

public AdminMiscItem(com.workingdogs.village.Record vr,
                     org.apache.torque.util.Criteria c)
              throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminMiscItemType object from a Record object

Parameters:
vr - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

public java.lang.String toString()
toString

Specified by:
toString in interface AdminObjectIf
Overrides:
toString in class java.lang.Object
Returns:
Returns a string representation of the object

toStringBrief

public java.lang.String toStringBrief()
toStringBrief

Returns:
A String containing a brief description of te object

getKkMiscItemId

public int getKkMiscItemId()
Returns:
the kkMiscItemId

setKkMiscItemId

public void setKkMiscItemId(int kkMiscItemId)
Parameters:
kkMiscItemId - the kkMiscItemId to set

getKkMiscItemTypeId

public int getKkMiscItemTypeId()
Returns:
the kkMiscItemTypeId

setKkMiscItemTypeId

public void setKkMiscItemTypeId(int kkMiscItemTypeId)
Parameters:
kkMiscItemTypeId - the kkMiscItemTypeId to set

getKkObjId

public int getKkObjId()
Returns:
the kkObjId

setKkObjId

public void setKkObjId(int kkObjId)
Parameters:
kkObjId - the kkObjId to set

getKkObjTypeId

public int getKkObjTypeId()
Returns:
the kkObjTypeId

setKkObjTypeId

public void setKkObjTypeId(int kkObjTypeId)
Parameters:
kkObjTypeId - the kkObjTypeId to set

getItemValue

public java.lang.String getItemValue()
Returns:
the itemValue

setItemValue

public void setItemValue(java.lang.String itemValue)
Parameters:
itemValue - the itemValue 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

getCustom3

public java.lang.String getCustom3()
Returns:
the custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Parameters:
custom3 - the custom3 to set

getStoreId

public java.lang.String getStoreId()
Returns:
the storeId

setStoreId

public void setStoreId(java.lang.String storeId)
Parameters:
storeId - the storeId to set

getDateAdded

public java.util.Calendar getDateAdded()
Returns:
the dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Parameters:
dateAdded - the dateAdded to set

getId

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

setId

public void setId(int id)
set id

Specified by:
setId in interface AdminObjectIf
Parameters:
id -


Copyright © 2011 DS Data Systems UK Ltd.