com.konakart.app
Class MiscItem

java.lang.Object
  extended by com.konakart.app.MiscItem
All Implemented Interfaces:
MiscItemIf

public class MiscItem
extends java.lang.Object
implements MiscItemIf

MiscItem


Constructor Summary
MiscItem()
          Constructor
MiscItem(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the MiscItemType object from a Record object
 
Method Summary
 java.lang.String getCustom1()
          The value for the custom1 field
 java.lang.String getCustom2()
          The value for the custom2 field
 java.lang.String getCustom3()
          The value for the custom3 field
 java.util.Calendar getDateAdded()
          The date the item was added to the database
 int getId()
          The unique id of the MiscItem object
 java.lang.String getItemValue()
          The value of this MiscItem object
 int getObjId()
          The unique id of the object that this MiscItem object belongs to
 java.lang.String getType()
          The name of the MiscItem object type
 java.lang.String getTypeDescription()
          The description of the MiscItem object type
 int getTypeId()
          The unique id of the MiscItem object type
 void setCustom1(java.lang.String custom1)
          The value for the custom1 field
 void setCustom2(java.lang.String custom2)
          The value for the custom2 field
 void setCustom3(java.lang.String custom3)
          The value for the custom3 field
 void setDateAdded(java.util.Calendar dateAdded)
          The date the item was added to the database
 void setId(int id)
          The unique id of the MiscItem object
 void setItemValue(java.lang.String itemValue)
          The value of this MiscItem object
 void setObjId(int objId)
          The unique id of the object that this MiscItem object belongs to
 void setType(java.lang.String type)
          The name of the MiscItem object type
 void setTypeDescription(java.lang.String typeDescription)
          The description of the MiscItem object type
 void setTypeId(int typeId)
          The unique id of the MiscItem object type
 java.lang.String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MiscItem

public MiscItem()
Constructor


MiscItem

public MiscItem(com.workingdogs.village.Record vr,
                org.apache.torque.util.Criteria c)
         throws com.workingdogs.village.DataSetException
Instantiates the attributes of the MiscItemType 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

Overrides:
toString in class java.lang.Object

getId

public int getId()
The unique id of the MiscItem object

Specified by:
getId in interface MiscItemIf
Returns:
the id

setId

public void setId(int id)
The unique id of the MiscItem object

Specified by:
setId in interface MiscItemIf
Parameters:
id - the id to set

getTypeId

public int getTypeId()
The unique id of the MiscItem object type

Specified by:
getTypeId in interface MiscItemIf
Returns:
the typeId

setTypeId

public void setTypeId(int typeId)
The unique id of the MiscItem object type

Specified by:
setTypeId in interface MiscItemIf
Parameters:
typeId - the typeId to set

getObjId

public int getObjId()
The unique id of the object that this MiscItem object belongs to

Specified by:
getObjId in interface MiscItemIf
Returns:
the objId

setObjId

public void setObjId(int objId)
The unique id of the object that this MiscItem object belongs to

Specified by:
setObjId in interface MiscItemIf
Parameters:
objId - the objId to set

getItemValue

public java.lang.String getItemValue()
The value of this MiscItem object

Specified by:
getItemValue in interface MiscItemIf
Returns:
the itemValue

setItemValue

public void setItemValue(java.lang.String itemValue)
The value of this MiscItem object

Specified by:
setItemValue in interface MiscItemIf
Parameters:
itemValue - the itemValue to set

getCustom1

public java.lang.String getCustom1()
The value for the custom1 field

Specified by:
getCustom1 in interface MiscItemIf
Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String custom1)
The value for the custom1 field

Specified by:
setCustom1 in interface MiscItemIf
Parameters:
custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
The value for the custom2 field

Specified by:
getCustom2 in interface MiscItemIf
Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String custom2)
The value for the custom2 field

Specified by:
setCustom2 in interface MiscItemIf
Parameters:
custom2 - the custom2 to set

getCustom3

public java.lang.String getCustom3()
The value for the custom3 field

Specified by:
getCustom3 in interface MiscItemIf
Returns:
the custom3

setCustom3

public void setCustom3(java.lang.String custom3)
The value for the custom3 field

Specified by:
setCustom3 in interface MiscItemIf
Parameters:
custom3 - the custom3 to set

getDateAdded

public java.util.Calendar getDateAdded()
The date the item was added to the database

Specified by:
getDateAdded in interface MiscItemIf
Returns:
the dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
The date the item was added to the database

Specified by:
setDateAdded in interface MiscItemIf
Parameters:
dateAdded - the dateAdded to set

getType

public java.lang.String getType()
The name of the MiscItem object type

Specified by:
getType in interface MiscItemIf
Returns:
the type

setType

public void setType(java.lang.String type)
The name of the MiscItem object type

Specified by:
setType in interface MiscItemIf
Parameters:
type - the type to set

getTypeDescription

public java.lang.String getTypeDescription()
The description of the MiscItem object type

Specified by:
getTypeDescription in interface MiscItemIf
Returns:
the typeDescription

setTypeDescription

public void setTypeDescription(java.lang.String typeDescription)
The description of the MiscItem object type

Specified by:
setTypeDescription in interface MiscItemIf
Parameters:
typeDescription - the typeDescription to set


Copyright © 2011 DS Data Systems UK Ltd.