public class SteamEconItemsSMTab extends Object
SteamEconItemsSMTab class.
| Constructor and Description |
|---|
SteamEconItemsSMTab() |
| Modifier and Type | Method and Description |
|---|---|
List<SteamEconItemsSMTabChild> |
getChildren()
Getter for the field
children. |
long |
getDropdownPrefabId()
Getter for the field
dropdownPrefabId. |
String |
getId()
Getter for the field
id. |
String |
getLabel()
Getter for the field
label. |
int |
getParentId()
Getter for the field
parentId. |
String |
getTabImageOverrideName()
Getter for the field
tabImageOverrideName. |
boolean |
isDefaultTab()
isDefaultTab.
|
boolean |
isHome()
isHome.
|
void |
setChildren(List<SteamEconItemsSMTabChild> children)
Setter for the field
children. |
void |
setDefaultTab(boolean defaultTab)
Setter for the field
defaultTab. |
void |
setDropdownPrefabId(long dropdownPrefabId)
Setter for the field
dropdownPrefabId. |
void |
setHome(boolean home)
Setter for the field
home. |
void |
setId(String id)
Setter for the field
id. |
void |
setLabel(String label)
Setter for the field
label. |
void |
setParentId(int parentId)
Setter for the field
parentId. |
void |
setTabImageOverrideName(String tabImageOverrideName)
Setter for the field
tabImageOverrideName. |
void |
setUseLargeCells(boolean useLargeCells)
Setter for the field
useLargeCells. |
String |
toString() |
boolean |
useLargeCells()
useLargeCells.
|
public String getTabImageOverrideName()
Getter for the field tabImageOverrideName.
String objectpublic void setTabImageOverrideName(String tabImageOverrideName)
Setter for the field tabImageOverrideName.
tabImageOverrideName - a String objectpublic void setLabel(String label)
Setter for the field label.
label - a String objectpublic int getParentId()
Getter for the field parentId.
public void setParentId(int parentId)
Setter for the field parentId.
parentId - a intpublic boolean useLargeCells()
useLargeCells.
public void setUseLargeCells(boolean useLargeCells)
Setter for the field useLargeCells.
useLargeCells - a booleanpublic boolean isDefaultTab()
isDefaultTab.
public void setDefaultTab(boolean defaultTab)
Setter for the field defaultTab.
defaultTab - a booleanpublic List<SteamEconItemsSMTabChild> getChildren()
Getter for the field children.
List objectpublic void setChildren(List<SteamEconItemsSMTabChild> children)
Setter for the field children.
children - a List objectpublic boolean isHome()
isHome.
public void setHome(boolean home)
Setter for the field home.
home - a booleanpublic long getDropdownPrefabId()
Getter for the field dropdownPrefabId.
public void setDropdownPrefabId(long dropdownPrefabId)
Setter for the field dropdownPrefabId.
dropdownPrefabId - a longCopyright © 2016–2024. All rights reserved.