| Modifier and Type | Class and Description |
|---|---|
static class |
Shirt.Color |
static class |
Shirt.ShirtStringToIntegerConverter |
static class |
Shirt.Size |
| Constructor and Description |
|---|
Shirt() |
| Modifier and Type | Method and Description |
|---|---|
Shirt.Color |
getColor() |
String |
getData() |
Integer |
getId() |
Shirt.Size |
getSize() |
void |
setColor(Shirt.Color color) |
void |
setData(String data) |
void |
setId(Integer id) |
void |
setSize(Shirt.Size size) |
public Integer getId()
public void setId(Integer id)
public String getData()
public void setData(String data)
public Shirt.Size getSize()
public void setSize(Shirt.Size size)
public Shirt.Color getColor()
public void setColor(Shirt.Color color)
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.