PapaganEgitim::CategoryDTO Class Reference

The Data Transfer Object (Entity) Class For the Categories. More...

List of all members.

Public Member Functions

int getCategoryID ()
string getCategoryName ()
void setCategoryName (string name)
void setCategoryID (int id)
 CategoryDTO ()
 CategoryDTO (int id, string name)
override string ToString ()

Private Attributes

int categoryId
string categoryName


Detailed Description

The Data Transfer Object (Entity) Class For the Categories.


Constructor & Destructor Documentation

PapaganEgitim::CategoryDTO::CategoryDTO  )  [inline]
 

Default Constructor.

PapaganEgitim::CategoryDTO::CategoryDTO int  id,
string  name
[inline]
 

Constructor.

Parameters:
id category id
name category name


Member Function Documentation

int PapaganEgitim::CategoryDTO::getCategoryID  )  [inline]
 

getter method for the category id

Returns:
categoryId of a category

string PapaganEgitim::CategoryDTO::getCategoryName  )  [inline]
 

getter method for the category name

Returns:
categoryName string of a category

void PapaganEgitim::CategoryDTO::setCategoryID int  id  )  [inline]
 

setter method for the category name

Returns:
void
Parameters:
id integer to be assigned as category id

void PapaganEgitim::CategoryDTO::setCategoryName string  name  )  [inline]
 

setter method for the category name

Returns:
void
Parameters:
name string assigned as category name

override string PapaganEgitim::CategoryDTO::ToString  )  [inline]
 

Default Constructor.

Parameters:
id category id
name category name


Member Data Documentation

int PapaganEgitim::CategoryDTO::categoryId [private]
 

string PapaganEgitim::CategoryDTO::categoryName [private]
 


The documentation for this class was generated from the following file:
Generated on Mon May 29 01:05:01 2006 for PAPAGAN by  doxygen 1.4.6-NO