public class BookMoveTransaction extends Object
Constructor and Description |
---|
BookMoveTransaction()
Creates new BookMoveTransaction
|
Modifier and Type | Method and Description |
---|---|
String |
getBookTitle()
Getter for property bookTitle.
|
long |
getLocation() |
String |
getReaderEmail()
Getter for property readerEmail.
|
String |
getReaderName()
Getter for property readerName.
|
String |
getTransaction()
Getter for property transaction.
|
void |
setBookTitle(String bookTitle)
Setter for property bookTitle.
|
void |
setLocation(long location) |
void |
setReaderEmail(String readerEmail)
Setter for property readerEmail.
|
void |
setReaderName(String readerName)
Setter for property readerName.
|
void |
setTransaction(String transaction)
Setter for property transaction.
|
public String getBookTitle()
public void setBookTitle(String bookTitle)
bookTitle
- New value of property bookTitle.public String getReaderEmail()
public void setReaderEmail(String readerEmail)
readerEmail
- New value of property readerEmail.public String getReaderName()
public void setReaderName(String readerName)
readerName
- New value of property readerName.public String getTransaction()
public void setTransaction(String transaction)
transaction
- New value of property transaction.public long getLocation()
public void setLocation(long location)
location
- the location to setCopyright © 2003-2017 The Virtual Library Team. All Rights Reserved.