PapaganEgitim::VLWordDTO Class Reference

Data Transfer Object Class for Vocabulary Lesson Words. More...

List of all members.

Public Member Functions

 VLWordDTO ()
override String ToString ()
string getName ()
void setName (string str)
string getAnimationPath ()
void setAnimationPath (string str)
string getDescription ()
void setDescription (string str)
ArrayList getPictures ()
ArrayList getVideos ()
void setPictures (ArrayList l)
void setVideos (ArrayList l)
void addVideo (string s)
void addPicture (string s)
void deletePictureAt (int index)
void deleteVideoAt (int index)

Private Attributes

string name = ""
string description = ""
string animationPath = ""
ArrayList pictures = new ArrayList()
ArrayList videos = new ArrayList()


Detailed Description

Data Transfer Object Class for Vocabulary Lesson Words.

This is an entity class with getter setter methods


Constructor & Destructor Documentation

PapaganEgitim::VLWordDTO::VLWordDTO  )  [inline]
 

Default Constructor.


Member Function Documentation

void PapaganEgitim::VLWordDTO::addPicture string  s  )  [inline]
 

Method To add a picture to VLWord.

Parameters:
s path of the picture

void PapaganEgitim::VLWordDTO::addVideo string  s  )  [inline]
 

Method To add a video to VLWord.

Parameters:
s path of the video

void PapaganEgitim::VLWordDTO::deletePictureAt int  index  )  [inline]
 

Method to delete picture at given posiion.

Parameters:
index index of the picture

void PapaganEgitim::VLWordDTO::deleteVideoAt int  index  )  [inline]
 

Method to delete video at given posiion.

Parameters:
index index of the video

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

getter of the animation path

Returns:
animation path of the VLWord

string PapaganEgitim::VLWordDTO::getDescription  )  [inline]
 

getter of the description

Returns:
description of the VLWord

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

getter of the name

Returns:
name of the VLWord

ArrayList PapaganEgitim::VLWordDTO::getPictures  )  [inline]
 

getter of the picture list

Returns:
picture list

ArrayList PapaganEgitim::VLWordDTO::getVideos  )  [inline]
 

getter of the video list

Returns:
video list

void PapaganEgitim::VLWordDTO::setAnimationPath string  str  )  [inline]
 

setter of the animation path

Parameters:
str animation path of the VLWord

void PapaganEgitim::VLWordDTO::setDescription string  str  )  [inline]
 

setter of the description

Parameters:
str description of the VLWord

void PapaganEgitim::VLWordDTO::setName string  str  )  [inline]
 

setter of the name

Parameters:
str name of the VLWord

void PapaganEgitim::VLWordDTO::setPictures ArrayList  l  )  [inline]
 

setter of the picture list

Parameters:
l picture list

void PapaganEgitim::VLWordDTO::setVideos ArrayList  l  )  [inline]
 

setter of the video list

Parameters:
l video list

override String PapaganEgitim::VLWordDTO::ToString  )  [inline]
 

Override of ToString Method.

Returns:
name of the VLWord


Member Data Documentation

string PapaganEgitim::VLWordDTO::animationPath = "" [private]
 

string PapaganEgitim::VLWordDTO::description = "" [private]
 

string PapaganEgitim::VLWordDTO::name = "" [private]
 

ArrayList PapaganEgitim::VLWordDTO::pictures = new ArrayList() [private]
 

ArrayList PapaganEgitim::VLWordDTO::videos = new ArrayList() [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