com.konakart.appif
Interface MiscItemIf

All Known Implementing Classes:
MiscItem

public interface MiscItemIf

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.


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
 

Method Detail

getId

int getId()
The unique id of the MiscItem object

Returns:
the id

setId

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

Parameters:
id - the id to set

getTypeId

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

Returns:
the typeId

setTypeId

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

Parameters:
typeId - the typeId to set

getObjId

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

Returns:
the objId

setObjId

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

Parameters:
objId - the objId to set

getItemValue

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

Returns:
the itemValue

setItemValue

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

Parameters:
itemValue - the itemValue to set

getCustom1

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

Returns:
the custom1

setCustom1

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

Parameters:
custom1 - the custom1 to set

getCustom2

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

Returns:
the custom2

setCustom2

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

Parameters:
custom2 - the custom2 to set

getCustom3

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

Returns:
the custom3

setCustom3

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

Parameters:
custom3 - the custom3 to set

getDateAdded

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

Returns:
the dateAdded

setDateAdded

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

Parameters:
dateAdded - the dateAdded to set

getType

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

Returns:
the type

setType

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

Parameters:
type - the type to set

getTypeDescription

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

Returns:
the typeDescription

setTypeDescription

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

Parameters:
typeDescription - the typeDescription to set


Copyright © 2011 DS Data Systems UK Ltd.