com.googlecode.googleplus.model.person
Class PersonUrls

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

public class PersonUrls
extends Object


Constructor Summary
PersonUrls()
           
 
Method Summary
 boolean getPrimary()
           
 String getType()
           
 String getValue()
           
 void setPrimary(boolean primary)
           
 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

PersonUrls

public PersonUrls()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getPrimary

public boolean getPrimary()

setPrimary

public void setPrimary(boolean primary)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2014. All Rights Reserved.