public class ColorItemDTO extends Object
| Constructor and Description |
|---|
ColorItemDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode() |
String |
getColor() |
String |
getName() |
int |
hashCode() |
void |
setCode(String code) |
void |
setColor(String color) |
void |
setName(String name) |
String |
toString() |
Copyright © 2025. All rights reserved.