public class Red extends Object implements Serializable
| Constructor and Description | 
|---|
Red()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteRgbColor()  | 
boolean | 
equals(Object obj)
Overrides the Object.equals method. 
 | 
Integer | 
getRgbColor()
Returns the value of field 'rgbColor'. 
 | 
int | 
hashCode()
Method hashCode. 
 | 
boolean | 
hasRgbColor()
Method hasRgbColor. 
 | 
void | 
setRgbColor(Integer rgbColor)
Sets the value of field 'rgbColor'. 
 | 
public void deleteRgbColor()
public boolean equals(Object obj)
public Integer getRgbColor()
public boolean hasRgbColor()
public int hashCode()
public void setRgbColor(Integer rgbColor)
rgbColor - the value of field 'rgbColor'.Copyright © 2021. All rights reserved.