PapaganEgitim::VLDTO Class Reference

Data Transfer Object Class for VocabularyLesson. More...

List of all members.

Public Member Functions

 VLDTO ()
 VLDTO (string xmlFileName)
string getName ()
void setName (string s)
void setLessonWords (ArrayList l)
ArrayList getLessonWords ()
void saveToXML (string filename)

Private Attributes

string name = ""
ArrayList lessonWords = new ArrayList()


Detailed Description

Data Transfer Object Class for VocabularyLesson.

This is an entity class with getter setter methods and XML Export/Import Facilities


Constructor & Destructor Documentation

PapaganEgitim::VLDTO::VLDTO  )  [inline]
 

Default Constructor.

PapaganEgitim::VLDTO::VLDTO string  xmlFileName  )  [inline]
 

Constructor that parses an xml and forms a VocabularyLesson.

Parameters:
xmlFileName path of the xml file
dersin adini set eder

resim listesi


Member Function Documentation

ArrayList PapaganEgitim::VLDTO::getLessonWords  )  [inline]
 

getter for the name of the lesson

Returns:
l Arraylist to be sat as the VLWordDTO list

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

getter for the name of the lesson

Returns:
name of the lesson

void PapaganEgitim::VLDTO::saveToXML string  filename  )  [inline]
 

name'i attribute olarak ekler

animationPath'i attribute olarak ekler

void PapaganEgitim::VLDTO::setLessonWords ArrayList  l  )  [inline]
 

setter for the name of the lesson

Parameters:
l Arraylist to be sat as the VLWordDTO list

void PapaganEgitim::VLDTO::setName string  s  )  [inline]
 

setter for the name of the lesson

Parameters:
s string to be assigned as the name


Member Data Documentation

ArrayList PapaganEgitim::VLDTO::lessonWords = new ArrayList() [private]
 

string PapaganEgitim::VLDTO::name = "" [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