io.github.benas.easybatch.tutorials.customers.model
Class Contact

java.lang.Object
  extended by io.github.benas.easybatch.tutorials.customers.model.Contact

public class Contact
extends Object

JavaBean representing a customer's contact.

Author:
benas (md.benhassine@gmail.com)

Constructor Summary
Contact()
           
 
Method Summary
 String getEmail()
           
 String getPhone()
           
 void setEmail(String email)
           
 void setPhone(String phone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contact

public Contact()
Method Detail

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getPhone

public String getPhone()

setPhone

public void setPhone(String phone)


Copyright © 2014. All Rights Reserved.