Package org.opencabstandard.provider
Class HOSContract.HOSTeamData
java.lang.Object
org.opencabstandard.provider.HOSContract.HOSTeamData
- Enclosing class:
- HOSContract
An object representing the HOS Team Data for version 0.4.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of HOSData for the teamvoid
setTeamHosData
(ArrayList<HOSContract.HOSData> teamHosData) Set the list of HOSData for the team
-
Constructor Details
-
HOSTeamData
public HOSTeamData()
-
-
Method Details
-
getTeamHosData
Get the list of HOSData for the team- Returns:
- A list of HOSData objects representing the current team data
-
setTeamHosData
Set the list of HOSData for the team- Parameters:
teamHosData
- - List of current HOSData
-