Class Team
- java.lang.Object
-
- org.apache.olingo.odata2.annotation.processor.ref.model.RefBase
-
- org.apache.olingo.odata2.annotation.processor.ref.model.Team
-
public class Team extends RefBase
-
-
Constructor Summary
Constructors Constructor Description Team()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEmployee(Employee e)booleanequals(Object obj)List<Employee>getEmployees()TeamgetSubTeam()inthashCode()BooleanisScrumTeam()voidsetScrumTeam(Boolean isScrumTeam)voidsetSubTeam(Team subTeam)StringtoString()
-