java.lang.Object
ru.cg.webbpm.studio.subsystems.packaging.ui.model.PackageRow

public class PackageRow extends Object
Author:
gilfanovrenat
  • Property Details

  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Gets the value of the property name.
      Property description:
    • nameProperty

      public javafx.beans.property.StringProperty nameProperty()
      See Also:
    • setName

      public void setName(String name)
      Sets the value of the property name.
      Property description:
    • getVersion

      public String getVersion()
      Gets the value of the property version.
      Property description:
    • versionProperty

      public javafx.beans.property.StringProperty versionProperty()
      See Also:
    • setVersion

      public void setVersion(String version)
      Sets the value of the property version.
      Property description:
    • getUpdateVersion

      public String getUpdateVersion()
      Gets the value of the property updateVersion.
      Property description:
    • updateVersionProperty

      public javafx.beans.property.StringProperty updateVersionProperty()
      See Also:
    • setUpdateVersion

      public void setUpdateVersion(String updateVersion)
      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

      public PackageModel getPackageModel()