org.apache.olingo.odata2.ref.model
Class Team

java.lang.Object
  extended by org.apache.olingo.odata2.ref.model.Team

public class Team
extends Object


Constructor Summary
Team(int id, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<Employee> getEmployees()
           
 String getId()
           
 String getName()
           
 int hashCode()
           
 boolean isScrumTeam()
           
 void setName(String name)
           
 void setScrumTeam(boolean isScrumTeam)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Team

public Team(int id,
            String name)
Method Detail

getId

public String getId()

getName

public String getName()

setName

public void setName(String name)

isScrumTeam

public boolean isScrumTeam()

setScrumTeam

public void setScrumTeam(boolean isScrumTeam)

getEmployees

public List<Employee> getEmployees()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.