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