io.github.benas.easybatch.tutorials.recipes
Class RecipeRecord

java.lang.Object
  extended by 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.


Constructor Summary
RecipeRecord(int number, Recipe recipe)
           
 
Method Summary
 int getNumber()
           
 Recipe getRawContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipeRecord

public RecipeRecord(int number,
                    Recipe recipe)
Method Detail

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.