org.eclipse.egit.github.core
Class UserPlan

java.lang.Object
  extended by org.eclipse.egit.github.core.UserPlan
All Implemented Interfaces:
Serializable

public class UserPlan
extends Object
implements Serializable

User plan model class.

See Also:
Serialized Form

Constructor Summary
UserPlan()
           
 
Method Summary
 int getCollaborators()
           
 String getName()
           
 int getPrivateRepos()
           
 int getSpace()
           
 UserPlan setCollaborators(int collaborators)
           
 UserPlan setName(String name)
           
 UserPlan setPrivateRepos(int privateRepos)
           
 UserPlan setSpace(int space)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPlan

public UserPlan()
Method Detail

getCollaborators

public int getCollaborators()
Returns:
collaborators

setCollaborators

public UserPlan setCollaborators(int collaborators)
Parameters:
collaborators -
Returns:
this user plan

getPrivateRepos

public int getPrivateRepos()
Returns:
privateRepos

setPrivateRepos

public UserPlan setPrivateRepos(int privateRepos)
Parameters:
privateRepos -
Returns:
this user plan

getSpace

public int getSpace()
Returns:
space

setSpace

public UserPlan setSpace(int space)
Parameters:
space -
Returns:
this user plan

getName

public String getName()
Returns:
name

setName

public UserPlan setName(String name)
Parameters:
name -
Returns:
this user plan


Copyright © 2012. All Rights Reserved.