com.belerweb.social.qq.mail.bean
Class Email

java.lang.Object
  extended by com.belerweb.social.qq.mail.bean.Email

public class Email
extends Object


Constructor Summary
Email()
           
 
Method Summary
 String getEmail()
           
 String getLabel()
           
 String getType()
           
 void setEmail(String email)
           
 void setLabel(String label)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Email

public Email()
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getType

public String getType()

setType

public void setType(String type)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)


Copyright © 2014. All Rights Reserved.