Package io.keikai.api.model.impl
Class ColorImpl
- java.lang.Object
-
- io.keikai.api.model.impl.ColorImpl
-
- All Implemented Interfaces:
Color
,Serializable
public class ColorImpl extends Object implements Color, Serializable
- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ModelRef<SBook>
getBookRef()
String
getHtmlColor()
SColor
getNative()
ModelRef<SColor>
getRef()
int
hashCode()
-
-
-
Method Detail
-
getNative
public SColor getNative()
-
getHtmlColor
public String getHtmlColor()
- Specified by:
getHtmlColor
in interfaceColor
-
-