public interface Jersey
Modifier and Type | Field and Description |
---|---|
static String |
METHOD_NOT_IMPLEMENTED |
Modifier and Type | Method and Description |
---|---|
String |
getBase()
Returns the base color of the jersey
|
default Boolean |
getHorizontalStripes()
Indicated if the jersey has horizontal stripes
|
default String |
getHorizontalStripesColor()
returns the jersey horizontal stripes color
|
String |
getNumber()
Returns the jersey number color
|
default String |
getShirtType()
Returns the jersey shirt type
|
String |
getSleeve()
Returns the sleeve color of the jersey
|
default String |
getSleeveDetail()
Returns the jersey sleeve detail
|
default Boolean |
getSplit()
returns information about the jersey split
|
default String |
getSplitColor()
Returns the jersey split color
|
default Boolean |
getSquares()
returns information about the jersey squares
|
default String |
getSquaresColor()
returns the jersey squares color
|
default Boolean |
getStripes()
Indicated if the jersey has stripes
|
default String |
getStripesColor()
Returns the jersey stripes color
|
String |
getType()
Returns the jersey type
|
static final String METHOD_NOT_IMPLEMENTED
String getBase()
String getNumber()
String getSleeve()
String getType()
default String getStripesColor()
default String getSplitColor()
default String getShirtType()
default String getSleeveDetail()
default Boolean getStripes()
default Boolean getHorizontalStripes()
default String getHorizontalStripesColor()
default Boolean getSquares()
default String getSquaresColor()
default Boolean getSplit()
Copyright © 2016–2025. All rights reserved.