com.konakartadmin.app
Class AdminCategoryDescription

java.lang.Object
  extended by com.konakartadmin.app.AdminCategoryDescription

public class AdminCategoryDescription
extends java.lang.Object

Category Description object for the Admin App


Field Summary
private  int categoryId
          category id
private  java.lang.String description
          description
private  AdminLanguage language
          language
private  int languageId
          languageId
private  java.lang.String name
          name
 
Constructor Summary
AdminCategoryDescription()
          Constructor
AdminCategoryDescription(com.workingdogs.village.Record vr, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the ProductDescription object from a Record object
 
Method Summary
 int getCategoryId()
           
 java.lang.String getDescription()
           
 AdminLanguage getLanguage()
           
 int getLanguageId()
           
 java.lang.String getName()
           
 void setCategoryId(int categoryId)
           
 void setDescription(java.lang.String description)
           
 void setLanguage(AdminLanguage language)
           
 void setLanguageId(int languageId)
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

categoryId

private int categoryId
category id


languageId

private int languageId
languageId


language

private AdminLanguage language
language


name

private java.lang.String name
name


description

private java.lang.String description
description

Constructor Detail

AdminCategoryDescription

public AdminCategoryDescription()
Constructor


AdminCategoryDescription

public AdminCategoryDescription(com.workingdogs.village.Record vr,
                                org.apache.torque.util.Criteria c)
                         throws com.workingdogs.village.DataSetException
Instantiates the attributes of the ProductDescription 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()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the Category description object

getLanguage

public AdminLanguage getLanguage()
Returns:
Returns the language.

setLanguage

public void setLanguage(AdminLanguage language)
Parameters:
language - The language to set.

getLanguageId

public int getLanguageId()
Returns:
Returns the languageId.

setLanguageId

public void setLanguageId(int languageId)
Parameters:
languageId - The languageId to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getCategoryId

public int getCategoryId()
Returns:
Returns the categoryId.

setCategoryId

public void setCategoryId(int categoryId)
Parameters:
categoryId - The categoryId to set.

getDescription

public java.lang.String getDescription()
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the description to set


Copyright © 2011 DS Data Systems UK Ltd.