public class ExportableJerseyCi extends ExportableCi
Constructor and Description |
---|
ExportableJerseyCi(String base,
String number,
String sleeve,
String type,
String stripesColor,
String splitColor,
String shirtType,
String sleeveDetail) |
ExportableJerseyCi(String base,
String number,
String sleeve,
String type,
String stripesColor,
String splitColor,
String shirtType,
String sleeveDetail,
Boolean stripes,
Boolean horizontalStripes,
String horizontalStripesColor,
Boolean squares,
String squaresColor,
Boolean split) |
Modifier and Type | Method and Description |
---|---|
String |
getBase() |
Boolean |
getHorizontalStripes() |
String |
getHorizontalStripesColor() |
String |
getNumber() |
String |
getShirtType() |
String |
getSleeve() |
String |
getSleeveDetail() |
Boolean |
getSplit() |
String |
getSplitColor() |
Boolean |
getSquares() |
String |
getSquaresColor() |
Boolean |
getStripes() |
String |
getStripesColor() |
String |
getType() |
void |
setBase(String base) |
void |
setHorizontalStripes(Boolean horizontalStripes) |
void |
setHorizontalStripesColor(String horizontalStripesColor) |
void |
setNumber(String number) |
void |
setShirtType(String shirtType) |
void |
setSleeve(String sleeve) |
void |
setSleeveDetail(String sleeveDetail) |
void |
setSplit(Boolean split) |
void |
setSplitColor(String splitColor) |
void |
setSquares(Boolean squares) |
void |
setSquaresColor(String squaresColor) |
void |
setStripes(Boolean stripes) |
void |
setStripesColor(String stripesColor) |
void |
setType(String type) |
getId, getNames, setId, setNames
public ExportableJerseyCi(String base, String number, String sleeve, String type, String stripesColor, String splitColor, String shirtType, String sleeveDetail)
public ExportableJerseyCi(String base, String number, String sleeve, String type, String stripesColor, String splitColor, String shirtType, String sleeveDetail, Boolean stripes, Boolean horizontalStripes, String horizontalStripesColor, Boolean squares, String squaresColor, Boolean split)
public String getBase()
public void setBase(String base)
public String getNumber()
public void setNumber(String number)
public String getSleeve()
public void setSleeve(String sleeve)
public String getType()
public void setType(String type)
public String getStripesColor()
public void setStripesColor(String stripesColor)
public String getSplitColor()
public void setSplitColor(String splitColor)
public String getShirtType()
public void setShirtType(String shirtType)
public String getSleeveDetail()
public void setSleeveDetail(String sleeveDetail)
public Boolean getStripes()
public void setStripes(Boolean stripes)
public Boolean getHorizontalStripes()
public void setHorizontalStripes(Boolean horizontalStripes)
public String getHorizontalStripesColor()
public void setHorizontalStripesColor(String horizontalStripesColor)
public Boolean getSquares()
public void setSquares(Boolean squares)
public String getSquaresColor()
public void setSquaresColor(String squaresColor)
public Boolean getSplit()
public void setSplit(Boolean split)
Copyright © 2016–2025. All rights reserved.