public class MiscItem extends java.lang.Object implements MiscItemIf
Constructor and Description |
---|
MiscItem()
Constructor
|
MiscItem(com.workingdogs.village.Record vr,
KKCriteria c)
Instantiates the attributes of the MiscItemType object from a Record object
|
Modifier and Type | Method and Description |
---|---|
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
|
public MiscItem()
public MiscItem(com.workingdogs.village.Record vr, KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.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()
getId
in interface MiscItemIf
public void setId(int id)
setId
in interface MiscItemIf
id
- the id to setpublic int getTypeId()
getTypeId
in interface MiscItemIf
public void setTypeId(int typeId)
setTypeId
in interface MiscItemIf
typeId
- the typeId to setpublic int getObjId()
getObjId
in interface MiscItemIf
public void setObjId(int objId)
setObjId
in interface MiscItemIf
objId
- the objId to setpublic java.lang.String getItemValue()
getItemValue
in interface MiscItemIf
public void setItemValue(java.lang.String itemValue)
setItemValue
in interface MiscItemIf
itemValue
- the itemValue to setpublic java.lang.String getCustom1()
getCustom1
in interface MiscItemIf
public void setCustom1(java.lang.String custom1)
setCustom1
in interface MiscItemIf
custom1
- the custom1 to setpublic java.lang.String getCustom2()
getCustom2
in interface MiscItemIf
public void setCustom2(java.lang.String custom2)
setCustom2
in interface MiscItemIf
custom2
- the custom2 to setpublic java.lang.String getCustom3()
getCustom3
in interface MiscItemIf
public void setCustom3(java.lang.String custom3)
setCustom3
in interface MiscItemIf
custom3
- the custom3 to setpublic java.util.Calendar getDateAdded()
getDateAdded
in interface MiscItemIf
public void setDateAdded(java.util.Calendar dateAdded)
setDateAdded
in interface MiscItemIf
dateAdded
- the dateAdded to setpublic java.lang.String getType()
getType
in interface MiscItemIf
public void setType(java.lang.String type)
setType
in interface MiscItemIf
type
- the type to setpublic java.lang.String getTypeDescription()
getTypeDescription
in interface MiscItemIf
public void setTypeDescription(java.lang.String typeDescription)
setTypeDescription
in interface MiscItemIf
typeDescription
- the typeDescription to setCopyright © 2018 DS Data Systems UK Ltd.