|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.MiscItem
public class MiscItem
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 |
|---|
public MiscItem()
public MiscItem(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
vr - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int getId()
getId in interface MiscItemIfpublic void setId(int id)
setId in interface MiscItemIfid - the id to setpublic int getTypeId()
getTypeId in interface MiscItemIfpublic void setTypeId(int typeId)
setTypeId in interface MiscItemIftypeId - the typeId to setpublic int getObjId()
getObjId in interface MiscItemIfpublic void setObjId(int objId)
setObjId in interface MiscItemIfobjId - the objId to setpublic java.lang.String getItemValue()
getItemValue in interface MiscItemIfpublic void setItemValue(java.lang.String itemValue)
setItemValue in interface MiscItemIfitemValue - the itemValue to setpublic java.lang.String getCustom1()
getCustom1 in interface MiscItemIfpublic void setCustom1(java.lang.String custom1)
setCustom1 in interface MiscItemIfcustom1 - the custom1 to setpublic java.lang.String getCustom2()
getCustom2 in interface MiscItemIfpublic void setCustom2(java.lang.String custom2)
setCustom2 in interface MiscItemIfcustom2 - the custom2 to setpublic java.lang.String getCustom3()
getCustom3 in interface MiscItemIfpublic void setCustom3(java.lang.String custom3)
setCustom3 in interface MiscItemIfcustom3 - the custom3 to setpublic java.util.Calendar getDateAdded()
getDateAdded in interface MiscItemIfpublic void setDateAdded(java.util.Calendar dateAdded)
setDateAdded in interface MiscItemIfdateAdded - the dateAdded to setpublic java.lang.String getType()
getType in interface MiscItemIfpublic void setType(java.lang.String type)
setType in interface MiscItemIftype - the type to setpublic java.lang.String getTypeDescription()
getTypeDescription in interface MiscItemIfpublic void setTypeDescription(java.lang.String typeDescription)
setTypeDescription in interface MiscItemIftypeDescription - the typeDescription to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||