public class BookEditTransaction extends Object
Constructor and Description |
---|
BookEditTransaction()
Creates new BookEditTransaction
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Getter for property action.
|
long |
getId()
Getter for property id.
|
String |
getTitle()
Getter for property title.
|
void |
setAction(String action)
Setter for property action.
|
void |
setId(long id)
Setter for property id.
|
void |
setTitle(String title)
Setter for property title.
|
public String getAction()
public void setAction(String action)
action
- New value of property action.public long getId()
public void setId(long id)
id
- New value of property id.public String getTitle()
public void setTitle(String title)
title
- New value of property title.Copyright © 2003-2017 The Virtual Library Team. All Rights Reserved.