Package io.keikai.model
Class CFIconImpl
- java.lang.Object
-
- io.keikai.model.CFIconImpl
-
- All Implemented Interfaces:
SCFIcon
,Serializable
public class CFIconImpl extends Object implements SCFIcon, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CFIconImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CFIconImpl
cloneCFIcon()
Integer
getIconId()
Returns the icon set id of this iconSIconSet.IconSetType
getType()
Returns the icon set name of this iconvoid
setIconId(Integer id)
void
setType(SIconSet.IconSetType type)
-
-
-
Method Detail
-
setType
public void setType(SIconSet.IconSetType type)
-
getType
public SIconSet.IconSetType getType()
Description copied from interface:SCFIcon
Returns the icon set name of this icon
-
setIconId
public void setIconId(Integer id)
-
getIconId
public Integer getIconId()
Description copied from interface:SCFIcon
Returns the icon set id of this icon
-
cloneCFIcon
public CFIconImpl cloneCFIcon()
-
-