public class CopiedjobinfoAction extends Object implements Action, Serializable
Constructor and Description |
---|
CopiedjobinfoAction(TopLevelItem fromItem,
TopLevelItem toItem,
boolean failed)
constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Returns the display name.
|
String |
getFromJobName()
Returns the name of the job copied from.
|
String |
getFromUrl()
Returns the URI (path) of the job copied from.
|
String |
getIconFileName()
Returns null not for being displayed in the link list.
|
String |
getToJobName()
Returns the name of the job copied to.
|
String |
getToUrl()
Returns the URI (path) of the job copied to.
|
String |
getUrlName()
Returns null not for being displayed in the link list.
|
boolean |
isFailed()
Returns whether the job is copied incompletely
|
public CopiedjobinfoAction(TopLevelItem fromItem, TopLevelItem toItem, boolean failed)
fromItem
- job that was copied from.toItem
- job that was copied to.failed
- whether the job is copied incompletely.public String getFromJobName()
public String getFromUrl()
public String getToJobName()
public String getToUrl()
public boolean isFailed()
public String getIconFileName()
getIconFileName
in interface Action
Action.getIconFileName()
public String getUrlName()
getUrlName
in interface Action
Action.getUrlName()
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
Action.getDisplayName()
Copyright © 2016–2023. All rights reserved.