com.googlecode.googleplus.model.person
Class PersonEmails

java.lang.Object
  extended by com.googlecode.googleplus.model.person.PersonEmails

public class PersonEmails
extends Object

Author:
jgreen

Constructor Summary
PersonEmails()
           
 
Method Summary
 String getType()
           
 String getValue()
           
 boolean isGoogle()
           
 boolean isHome()
           
 boolean isOther()
           
 boolean isWork()
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonEmails

public PersonEmails()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getValue

public String getValue()

setValue

public void setValue(String value)

isGoogle

public boolean isGoogle()

isHome

public boolean isHome()

isWork

public boolean isWork()

isOther

public boolean isOther()


Copyright © 2014. All Rights Reserved.