Package de.dagere.peass.ci.clean
Class CleanAction
- java.lang.Object
-
- de.dagere.peass.ci.clean.CleanAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class CleanAction extends Object implements Action
-
-
Constructor Summary
Constructors Constructor Description CleanAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getUrlName()
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-