public interface MiscItemIf
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
|
int getId()
void setId(int id)
id
- the id to setint getTypeId()
void setTypeId(int typeId)
typeId
- the typeId to setint getObjId()
void setObjId(int objId)
objId
- the objId to setjava.lang.String getItemValue()
void setItemValue(java.lang.String itemValue)
itemValue
- the itemValue to setjava.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setjava.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setjava.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setjava.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- the dateAdded to setjava.lang.String getType()
void setType(java.lang.String type)
type
- the type to setjava.lang.String getTypeDescription()
void setTypeDescription(java.lang.String typeDescription)
typeDescription
- the typeDescription to setCopyright © 2018 DS Data Systems UK Ltd.