ma.glasnost.orika.test.enums
Class EnumsTestCaseClasses.BookDTOWithAltCaseEnum

java.lang.Object
  extended by ma.glasnost.orika.test.enums.EnumsTestCaseClasses.BookDTOWithAltCaseEnum
Enclosing interface:
EnumsTestCaseClasses

public static class EnumsTestCaseClasses.BookDTOWithAltCaseEnum
extends Object


Constructor Summary
EnumsTestCaseClasses.BookDTOWithAltCaseEnum()
           
 
Method Summary
 EnumsTestCaseClasses.PublicationFormatDTOAltCase getFormat()
           
 String getTitle()
           
 void setFormat(EnumsTestCaseClasses.PublicationFormatDTOAltCase format)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumsTestCaseClasses.BookDTOWithAltCaseEnum

public EnumsTestCaseClasses.BookDTOWithAltCaseEnum()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getFormat

public EnumsTestCaseClasses.PublicationFormatDTOAltCase getFormat()

setFormat

public void setFormat(EnumsTestCaseClasses.PublicationFormatDTOAltCase format)


Copyright © 2012 Glasnost. All Rights Reserved.