Class PackageRow
java.lang.Object
ru.cg.webbpm.studio.subsystems.packaging.ui.model.PackageRow
- Author:
- gilfanovrenat
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.BooleanProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the property name.Gets the value of the property updateVersion.Gets the value of the property version.javafx.beans.property.BooleanProperty
boolean
Gets the value of the property installed.javafx.beans.property.StringProperty
void
Sets the value of the property name.void
setUpdateVersion
(String updateVersion) Sets the value of the property updateVersion.void
setVersion
(String version) Sets the value of the property version.javafx.beans.property.StringProperty
javafx.beans.property.StringProperty
-
Property Details
-
name
public javafx.beans.property.StringProperty nameProperty- See Also:
-
version
public javafx.beans.property.StringProperty versionProperty- See Also:
-
updateVersion
public javafx.beans.property.StringProperty updateVersionProperty- See Also:
-
installed
public javafx.beans.property.BooleanProperty installedProperty- See Also:
-
-
Constructor Details
-
PackageRow
-
-
Method Details
-
getName
Gets the value of the property name.- Property description:
-
nameProperty
public javafx.beans.property.StringProperty nameProperty()- See Also:
-
setName
Sets the value of the property name.- Property description:
-
getVersion
Gets the value of the property version.- Property description:
-
versionProperty
public javafx.beans.property.StringProperty versionProperty()- See Also:
-
setVersion
Sets the value of the property version.- Property description:
-
getUpdateVersion
Gets the value of the property updateVersion.- Property description:
-
updateVersionProperty
public javafx.beans.property.StringProperty updateVersionProperty()- See Also:
-
setUpdateVersion
Sets the value of the property updateVersion.- Property description:
-
isInstalled
public boolean isInstalled()Gets the value of the property installed.- Property description:
-
installedProperty
public javafx.beans.property.BooleanProperty installedProperty()- See Also:
-
getPackageModel
-