PapaganEgitim::WordDTO Class Reference

Data Transfer Object Class for words. More...

List of all members.

Public Member Functions

void setKey (int key)
void setAnimastionPath (String path)
void setName (String name)
void setCategoryList (ArrayList categoryList)
void setPictureList (ArrayList pictureList)
void setVideoList (ArrayList videoList)
int getKey ()
string getName ()
string getAnimationPath ()
ArrayList getCategoryList ()
ArrayList getPictureList ()
ArrayList getVideoList ()
 WordDTO ()

Private Attributes

int key
string name
string animationPath
ArrayList categoryList
ArrayList pictureList
ArrayList videoList


Detailed Description

Data Transfer Object Class for words.

This is an entity class with getter setter methods


Constructor & Destructor Documentation

PapaganEgitim::WordDTO::WordDTO  )  [inline]
 

Default Constructor.


Member Function Documentation

string PapaganEgitim::WordDTO::getAnimationPath  )  [inline]
 

getter for the animation path

Returns:
the animationPath

ArrayList PapaganEgitim::WordDTO::getCategoryList  )  [inline]
 

getter for the category list

Returns:
the categoryList

int PapaganEgitim::WordDTO::getKey  )  [inline]
 

getter fot the key

Returns:
the key

string PapaganEgitim::WordDTO::getName  )  [inline]
 

getter for the name

Returns:
the name

ArrayList PapaganEgitim::WordDTO::getPictureList  )  [inline]
 

getter for the picture list

Returns:
the pictureList

ArrayList PapaganEgitim::WordDTO::getVideoList  )  [inline]
 

getter for the video list

Returns:
the videoList

void PapaganEgitim::WordDTO::setAnimastionPath String  path  )  [inline]
 

setter for the animation path

Parameters:
path animation path of the word

void PapaganEgitim::WordDTO::setCategoryList ArrayList  categoryList  )  [inline]
 

setter for the category list

Parameters:
categoryList category list of the word

void PapaganEgitim::WordDTO::setKey int  key  )  [inline]
 

setter for the key

Parameters:
key the key of the word

void PapaganEgitim::WordDTO::setName String  name  )  [inline]
 

setter for the name

Parameters:
name name of the word

void PapaganEgitim::WordDTO::setPictureList ArrayList  pictureList  )  [inline]
 

setter for the picture list

Parameters:
pictureList category list of the word

void PapaganEgitim::WordDTO::setVideoList ArrayList  videoList  )  [inline]
 

setter for the video list

Parameters:
videoList video list of the word


Member Data Documentation

string PapaganEgitim::WordDTO::animationPath [private]
 

ArrayList PapaganEgitim::WordDTO::categoryList [private]
 

int PapaganEgitim::WordDTO::key [private]
 

string PapaganEgitim::WordDTO::name [private]
 

ArrayList PapaganEgitim::WordDTO::pictureList [private]
 

ArrayList PapaganEgitim::WordDTO::videoList [private]
 


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