com.googlecode.googleplus.model.person
Class PersonOrganizations

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

public class PersonOrganizations
extends Object


Constructor Summary
PersonOrganizations()
           
 
Method Summary
 String getDepartment()
           
 String getDescription()
           
 String getEndDate()
           
 String getLocation()
           
 String getName()
           
 boolean getPrimary()
           
 String getStartDate()
           
 String getTitle()
           
 String getType()
           
 void setDepartment(String department)
           
 void setDescription(String description)
           
 void setEndDate(String endDate)
           
 void setLocation(String location)
           
 void setName(String name)
           
 void setPrimary(boolean primary)
           
 void setStartDate(String startDate)
           
 void setTitle(String title)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonOrganizations

public PersonOrganizations()
Method Detail

getStartDate

public String getStartDate()

setStartDate

public void setStartDate(String startDate)

getEndDate

public String getEndDate()

setEndDate

public void setEndDate(String endDate)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getPrimary

public boolean getPrimary()

setPrimary

public void setPrimary(boolean primary)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getDepartment

public String getDepartment()

setDepartment

public void setDepartment(String department)

getType

public String getType()

setType

public void setType(String type)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2014. All Rights Reserved.