com.konakartadmin.app
Class AdminMiscItemType

java.lang.Object
  extended by com.konakartadmin.app.AdminMiscItemType
All Implemented Interfaces:
AdminObjectIf

public class AdminMiscItemType
extends java.lang.Object
implements AdminObjectIf

MiscItemType object for the Admin Engine


Field Summary
private  java.util.Calendar dateAdded
          The value for the dateAdded field
private  java.lang.String description
          The value for the description field
private  int kkMiscItemTypeId
          The value for the kkMiscItemTypeId field
private  int languageId
          The value for the languageId field
private  java.lang.String name
          The value for the name field
private  java.lang.String storeId
          The value for the storeId field
 
Constructor Summary
AdminMiscItemType()
          Constructor
AdminMiscItemType(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminMiscItemType object from a Record object
 
Method Summary
 java.util.Calendar getDateAdded()
           
 java.lang.String getDescription()
          Get the Description
 int getId()
          get the object's Id
 int getKkMiscItemTypeId()
          Get the KkMiscItemTypeId
 int getLanguageId()
          Get the LanguageId
 java.lang.String getName()
          Get the Name
 java.lang.String getStoreId()
          Get the StoreId
 void setDateAdded(java.util.Calendar dateAdded)
           
 void setDescription(java.lang.String description)
          Set the value of description
 void setId(int id)
          set the object's Id
 void setKkMiscItemTypeId(int kkMiscItemTypeId)
          Set the value of kkMiscItemTypeId
 void setLanguageId(int languageId)
          Set the value of languageId
 void setName(java.lang.String name)
          Set the value of name
 void setStoreId(java.lang.String storeId)
          Set the value of storeId
 java.lang.String toString()
          toString
 java.lang.String toStringBrief()
          toStringBrief
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

kkMiscItemTypeId

private int kkMiscItemTypeId
The value for the kkMiscItemTypeId field


languageId

private int languageId
The value for the languageId field


name

private java.lang.String name
The value for the name field


description

private java.lang.String description
The value for the description field


storeId

private java.lang.String storeId
The value for the storeId field


dateAdded

private java.util.Calendar dateAdded
The value for the dateAdded field

Constructor Detail

AdminMiscItemType

public AdminMiscItemType()
Constructor


AdminMiscItemType

public AdminMiscItemType(com.workingdogs.village.Record vr,
                         org.apache.torque.util.Criteria c)
                  throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminMiscItemType object from a Record object

Parameters:
vr - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

public java.lang.String toString()
toString

Specified by:
toString in interface AdminObjectIf
Overrides:
toString in class java.lang.Object
Returns:
Returns a string representation of the object

toStringBrief

public java.lang.String toStringBrief()
toStringBrief

Returns:
A String containing a brief description of te object

getKkMiscItemTypeId

public int getKkMiscItemTypeId()
Get the KkMiscItemTypeId

Returns:
int

setKkMiscItemTypeId

public void setKkMiscItemTypeId(int kkMiscItemTypeId)
Set the value of kkMiscItemTypeId

Parameters:
kkMiscItemTypeId - new value

getLanguageId

public int getLanguageId()
Get the LanguageId

Returns:
int

setLanguageId

public void setLanguageId(int languageId)
Set the value of languageId

Parameters:
languageId - new value

getName

public java.lang.String getName()
Get the Name

Returns:
String

setName

public void setName(java.lang.String name)
Set the value of name

Parameters:
name - new value

getDescription

public java.lang.String getDescription()
Get the Description

Returns:
String

setDescription

public void setDescription(java.lang.String description)
Set the value of description

Parameters:
description - new value

getStoreId

public java.lang.String getStoreId()
Get the StoreId

Returns:
String

setStoreId

public void setStoreId(java.lang.String storeId)
Set the value of storeId

Parameters:
storeId - new value

getDateAdded

public java.util.Calendar getDateAdded()
Returns:
the dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Parameters:
dateAdded - the dateAdded to set

getId

public int getId()
get the object's Id

Specified by:
getId in interface AdminObjectIf
Returns:
the id

setId

public void setId(int id)
set the object's Id

Specified by:
setId in interface AdminObjectIf
Parameters:
id -


Copyright © 2011 DS Data Systems UK Ltd.