Class AbstractApplicationNode
java.lang.Object
org.bonitasoft.engine.business.application.xml.AbstractApplicationNode
- Direct Known Subclasses:
ApplicationLinkNode,ApplicationNode
Abstract class for application nodes, which may have different concrete implementations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTo be overridden by concrete implementation (calling super).getState()getToken()inthashCode()To be overridden by concrete implementation.voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetIconPath(String iconPath) voidsetProfile(String profile) voidvoidvoidsetVersion(String version)
-
Constructor Details
-
AbstractApplicationNode
public AbstractApplicationNode()
-
-
Method Details
-
getVersion
-
setVersion
-
getIconPath
-
setIconPath
-
getState
-
setState
-
getDisplayName
-
setDisplayName
-
getProfile
-
setProfile
-
getDescription
-
setDescription
-
getToken
-
setToken
-
equals
To be overridden by concrete implementation (calling super). -
hashCode
public int hashCode()To be overridden by concrete implementation.
-