Class UpdateInfo
- java.lang.Object
- 
- jadex.platform.service.autoupdate.UpdateInfo
 
- 
 public class UpdateInfo extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description UpdateInfo()Create a new UpdateInfo.UpdateInfo(long version, java.lang.Object access)Create a new UpdateInfo.
 - 
Method SummaryAll 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- 
getVersionpublic long getVersion() Get the version.- Returns:
- The version.
 
 - 
setVersionpublic void setVersion(long version) Set the version.- Parameters:
- version- The version to set.
 
 - 
getAccesspublic java.lang.Object getAccess() Get the access.- Returns:
- The access.
 
 - 
setAccesspublic void setAccess(java.lang.Object access) Set the access.- Parameters:
- access- The access to set.
 
 - 
toStringpublic java.lang.String toString() Get the string representation.- Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-