|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.ws.rest.samples.Book
public class Book
| Constructor Summary | |
|---|---|
Book()
|
|
| Method Summary | |
|---|---|
String |
getAuthor()
|
String |
getIsdn()
|
int |
getPages()
|
Double |
getPrice()
|
String |
getTitle()
|
void |
setAuthor(String author)
Set author name. |
void |
setIsdn(String isdn)
Set ISDN. |
void |
setPages(int pages)
Set number of pages. |
void |
setPrice(Double price)
Set book's price. |
void |
setTitle(String title)
Set book's title. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Book()
| Method Detail |
|---|
public String getAuthor()
public void setAuthor(String author)
author - author name.public String getIsdn()
public void setIsdn(String isdn)
isdn - ISDN.public int getPages()
public void setPages(int pages)
pages - number of pages.public Double getPrice()
public void setPrice(Double price)
price - price.public String getTitle()
public void setTitle(String title)
title - title.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||