io.github.benas.easybatch.tutorials.recipes
Class RecipeRecord
java.lang.Object
io.github.benas.easybatch.tutorials.recipes.RecipeRecord
- All Implemented Interfaces:
- Record<Recipe>
public class RecipeRecord
- extends Object
- implements Record<Recipe>
Recipe record. This logical record represents a set of physical records in recipes.csv file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecipeRecord
public RecipeRecord(int number,
Recipe recipe)
getNumber
public int getNumber()
- Specified by:
getNumber in interface Record<Recipe>
getRawContent
public Recipe getRawContent()
- Specified by:
getRawContent in interface Record<Recipe>
Copyright © 2014. All Rights Reserved.