|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_MiscItem
public class S_MiscItem
Describes a Miscellaneous item, an array of which may be attached to a Product and to a Category. Each item has a type, a value and some custom fields.
| Constructor Summary | |
|---|---|
S_MiscItem()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_MiscItem()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - the id to setpublic int getTypeId()
public void setTypeId(int _typeId)
_typeId - the typeId to setpublic int getObjId()
public void setObjId(int _objId)
_objId - the objId to setpublic java.lang.String getItemValue()
public void setItemValue(java.lang.String _itemValue)
_itemValue - the itemValue to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - the custom3 to setpublic java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded - the dateAdded to setpublic java.lang.String getType()
public void setType(java.lang.String _type)
_type - the type to setpublic java.lang.String getTypeDescription()
public void setTypeDescription(java.lang.String _typeDescription)
_typeDescription - the typeDescription to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||