org.mule.test.integration.transaction.extras
Class Book

java.lang.Object
  extended by org.mule.test.integration.transaction.extras.Book
All Implemented Interfaces:
Serializable

public class Book
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Book()
           
Book(int serialNo, String title, String author)
           
 
Method Summary
 String getAuthor()
           
 int getSerialNo()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setSerialNo(int serialNo)
           
 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(int serialNo,
            String title,
            String author)
Method Detail

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getSerialNo

public int getSerialNo()

setSerialNo

public void setSerialNo(int serialNo)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.