Public Member Functions | |
| PictureDTO () | |
| PictureDTO (int id, string path) | |
| int | getPictureID () |
| string | getPicturePath () |
| void | setPictureID (int id) |
| void | setPicturePath (string path) |
| override string | ToString () |
Private Attributes | |
| int | pictureId |
| string | picturePath |
This is an entity class with getter setter methods
|
|
|
|
||||||||||||
|
Constructor.
|
|
|
getter for id
|
|
|
getter for path
|
|
|
setter for id
|
|
|
setter for path
|
|
|
overrides the string
|
|
|
|
|
|
|
1.4.6-NO