public class Dota2League extends Object
Dota2League class.
Constructor and Description |
---|
Dota2League() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Getter for the field
description . |
int |
getItemdef()
Getter for the field
itemdef . |
int |
getLeagueId()
Getter for the field
leagueId . |
String |
getName()
Getter for the field
name . |
String |
getTournamentUrl()
Getter for the field
tournamentUrl . |
void |
setDescription(String description)
Setter for the field
description . |
void |
setItemdef(int itemdef)
Setter for the field
itemdef . |
void |
setLeagueId(int leagueId)
Setter for the field
leagueId . |
void |
setName(String name)
Setter for the field
name . |
void |
setTournamentUrl(String tournamentUrl)
Setter for the field
tournamentUrl . |
String |
toString() |
public int getLeagueId()
Getter for the field leagueId
.
public void setLeagueId(int leagueId)
Setter for the field leagueId
.
leagueId
- a intpublic void setName(String name)
Setter for the field name
.
name
- a String
objectpublic String getDescription()
Getter for the field description
.
String
objectpublic void setDescription(String description)
Setter for the field description
.
description
- a String
objectpublic String getTournamentUrl()
Getter for the field tournamentUrl
.
String
objectpublic void setTournamentUrl(String tournamentUrl)
Setter for the field tournamentUrl
.
tournamentUrl
- a String
objectpublic int getItemdef()
Getter for the field itemdef
.
public void setItemdef(int itemdef)
Setter for the field itemdef
.
itemdef
- a intCopyright © 2016–2024. All rights reserved.