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.ObjectgetAccess()Get the access.longgetVersion()Get the version.voidsetAccess(java.lang.Object access)Set the access.voidsetVersion(long version)Set the version.java.lang.StringtoString()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:
toStringin classjava.lang.Object
-
-