Class UpdateInfo
- java.lang.Object
-
- jadex.platform.service.autoupdate.UpdateInfo
-
public class UpdateInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UpdateInfo()
Create a new UpdateInfo.UpdateInfo(long version, java.lang.Object access)
Create a new UpdateInfo.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getAccess()
Get the access.long
getVersion()
Get the version.void
setAccess(java.lang.Object access)
Set the access.void
setVersion(long version)
Set the version.java.lang.String
toString()
Get the string representation.
-
-
-
Method Detail
-
getVersion
public long getVersion()
Get the version.- Returns:
- The version.
-
setVersion
public void setVersion(long version)
Set the version.- Parameters:
version
- The version to set.
-
getAccess
public java.lang.Object getAccess()
Get the access.- Returns:
- The access.
-
setAccess
public void setAccess(java.lang.Object access)
Set the access.- Parameters:
access
- The access to set.
-
toString
public java.lang.String toString()
Get the string representation.- Overrides:
toString
in classjava.lang.Object
-
-