org.mule.example.geomail.dao
Class Sender

java.lang.Object
  extended by org.mule.example.geomail.dao.Sender

@Entity
public class Sender
extends Object


Constructor Summary
Sender()
           
 
Method Summary
 String getCountryName()
           
 String getEmail()
           
 String getIp()
           
 String getLatitude()
           
 String getLocationName()
           
 String getLongitude()
           
 void setCountryName(String countryName)
           
 void setEmail(String email)
           
 void setIp(String ip)
           
 void setLatitude(String latitude)
           
 void setLocationName(String locationName)
           
 void setLongitude(String longitude)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sender

public Sender()
Method Detail

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getLatitude

public String getLatitude()

setLatitude

public void setLatitude(String latitude)

getLongitude

public String getLongitude()

setLongitude

public void setLongitude(String longitude)

getLocationName

public String getLocationName()

setLocationName

public void setLocationName(String locationName)

getCountryName

public String getCountryName()

setCountryName

public void setCountryName(String countryName)

toString

public String toString()
Overrides:
toString in class Object

getIp

public String getIp()

setIp

public void setIp(String ip)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.