public static class EnumsTestCaseClasses.BookImpl extends Object implements EnumsTestCaseClasses.Book
| Constructor and Description |
|---|
BookImpl() |
| Modifier and Type | Method and Description |
|---|---|
EnumsTestCaseClasses.PublicationFormat |
getFormat() |
String |
getTitle() |
void |
setFormat(EnumsTestCaseClasses.PublicationFormat format) |
void |
setTitle(String title) |
public String getTitle()
getTitle in interface EnumsTestCaseClasses.Bookpublic void setTitle(String title)
setTitle in interface EnumsTestCaseClasses.Bookpublic EnumsTestCaseClasses.PublicationFormat getFormat()
getFormat in interface EnumsTestCaseClasses.Bookpublic void setFormat(EnumsTestCaseClasses.PublicationFormat format)
setFormat in interface EnumsTestCaseClasses.BookCopyright © 2016 Glasnost. All rights reserved.