org.mule.example.bookstore
Class Book

java.lang.Object
  extended by org.mule.example.bookstore.Book

public class Book
extends Object


Constructor Summary
Book()
           
Book(long id, String author, String title)
           
 
Method Summary
 String getAuthor()
           
 long getId()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setId(long id)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Book

public Book()

Book

public Book(long id,
            String author,
            String title)
Method Detail

getId

public long getId()

setId

public void setId(long id)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.