public class LibraryTransaction extends Object
| Constructor and Description |
|---|
LibraryTransaction() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAction()
Getter for property action.
|
String |
getActionString()
Getter for property actionString.
|
long |
getBook()
Getter for property book.
|
String |
getBookTitle()
Getter for property bookTitle.
|
long |
getId()
Getter for property id.
|
long |
getLocation() |
String |
getLocationDescription() |
long |
getReader()
Getter for property reader.
|
String |
getReaderName()
Getter for property readerName.
|
String |
getReaderPhone()
Getter for property readerPhone.
|
String |
getTimeString()
Getter for property timeString.
|
Timestamp |
getTransTime()
Getter for property transTime.
|
void |
setAction(long action)
Setter for property action.
|
void |
setActionString(String actionString)
Setter for property actionString.
|
void |
setBook(long book)
Setter for property book.
|
void |
setBookTitle(String bookTitle)
Setter for property bookTitle.
|
void |
setId(long id)
Setter for property id.
|
void |
setLocation(long location) |
void |
setLocationDescription(String locationDescription) |
void |
setReader(long reader)
Setter for property reader.
|
void |
setReaderName(String readerName)
Setter for property readerName.
|
void |
setReaderPhone(String readerPhone)
Setter for property readerPhone.
|
void |
setTimeString(String timeString)
Setter for property timeString.
|
void |
setTransTime(Timestamp transTime)
Setter for property transTime.
|
String |
toString() |
public long getAction()
public void setAction(long action)
action - New value of property action.public long getBook()
public void setBook(long book)
book - New value of property book.public long getId()
public void setId(long id)
id - New value of property id.public long getReader()
public void setReader(long reader)
reader - New value of property reader.public Timestamp getTransTime()
public void setTransTime(Timestamp transTime)
transTime - New value of property transTime.public String getReaderName()
public void setReaderName(String readerName)
readerName - New value of property readerName.public String getBookTitle()
public void setBookTitle(String bookTitle)
bookTitle - New value of property bookTitle.public String getReaderPhone()
public void setReaderPhone(String readerPhone)
readerPhone - New value of property readerPhone.public String getActionString()
public void setActionString(String actionString)
actionString - New value of property actionString.public String getTimeString()
public void setTimeString(String timeString)
timeString - New value of property timeString.public long getLocation()
public void setLocation(long location)
location - the location to setpublic String getLocationDescription()
public void setLocationDescription(String locationDescription)
locationDescription - the locationDescription to setCopyright © 2003-2017 The Virtual Library Team. All Rights Reserved.