Package sk.iway.iwcm.update
Class VersionBean
java.lang.Object
sk.iway.iwcm.update.VersionBean
VersionBean.java - informacie o verzii produktu,
kopia sk.iway.updater.VersionBean aby sa nemusel pribalovat updater package
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNote()
void
void
setProduct
(String product) void
setVersion
(String version)
-
Constructor Details
-
VersionBean
public VersionBean()
-
-
Method Details
-
getNote
- Returns:
- Returns the note.
-
getNoteHTML
-
setNote
- Parameters:
note
- The note to set.
-
getVersion
- Returns:
- Returns the version.
-
setVersion
- Parameters:
version
- The version to set.
-
getProduct
- Returns:
- Returns the product.
-
setProduct
- Parameters:
product
- The product to set.
-