Class MobileCardIconMapper
java.lang.Object
overit.geocallapp.wfm.core.bl.mobilecard.card.icon.MobileCardIconMapper
An object used to map the Mobile Card Icon
- Since:
- 13.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDbvMobileIcon(TeacherDuty duty) Returns the DBView of Icons.Returns the map of IconsinitIcon()Returns the map of Icons
-
Field Details
-
COLUMN_NAME
- See Also:
-
COLUMN_DESCRIPTION
- See Also:
-
COLUMN_ICON
- See Also:
-
-
Constructor Details
-
MobileCardIconMapper
public MobileCardIconMapper()
-
-
Method Details
-
initIcon
Returns the map of Icons- Returns:
- the map of Icons
-
getMobileIcon
Returns the map of Icons- Returns:
- the map of Icons
-
getDbvMobileIcon
Returns the DBView of Icons.- Parameters:
duty- the duty- Returns:
- the DBView of Icons
-