ma.glasnost.orika.test.enums
Interface EnumsTestCaseClasses.Book

All Known Implementing Classes:
EnumsTestCaseClasses.BookImpl
Enclosing interface:
EnumsTestCaseClasses

public static interface EnumsTestCaseClasses.Book


Method Summary
 EnumsTestCaseClasses.PublicationFormat getFormat()
           
 String getTitle()
           
 void setFormat(EnumsTestCaseClasses.PublicationFormat format)
           
 void setTitle(String title)
           
 

Method Detail

getTitle

String getTitle()

setTitle

void setTitle(String title)

getFormat

EnumsTestCaseClasses.PublicationFormat getFormat()

setFormat

void setFormat(EnumsTestCaseClasses.PublicationFormat format)


Copyright © 2012 Glasnost. All Rights Reserved.