public class ExportableSeasonCi extends ExportableCi
| Constructor and Description | 
|---|
ExportableSeasonCi(String id,
                  Map<Locale,String> names,
                  Date startDate,
                  Date endDate,
                  String year,
                  String tournamentId,
                  List<Locale> cachedLocales)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Locale> | 
getCachedLocales()  | 
Date | 
getEndDate()  | 
Date | 
getStartDate()  | 
String | 
getTournamentId()  | 
String | 
getYear()  | 
void | 
setCachedLocales(List<Locale> cachedLocales)  | 
void | 
setEndDate(Date endDate)  | 
void | 
setStartDate(Date startDate)  | 
void | 
setTournamentId(String tournamentId)  | 
void | 
setYear(String year)  | 
getId, getNames, setId, setNamespublic Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public String getYear()
public void setYear(String year)
public String getTournamentId()
public void setTournamentId(String tournamentId)
Copyright © 2016–2025. All rights reserved.