Package org.alfresco.rest.api.model
Class ModulePackage
- java.lang.Object
-
- org.alfresco.rest.api.model.ModulePackage
-
public class ModulePackage extends Object
POJO representation of Module Details for Serialization as JSON.- Author:
- Gethin James.
-
-
Constructor Summary
Constructors Constructor Description ModulePackage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModulePackage
fromModuleDetails(ModuleDetails moduleDetails)
String
getDescription()
String
getId()
Date
getInstallDate()
ModuleInstallState
getInstallState()
String
getTitle()
String
getVersion()
String
getVersionMax()
String
getVersionMin()
String
toString()
-
-
-
Method Detail
-
fromModuleDetails
public static ModulePackage fromModuleDetails(ModuleDetails moduleDetails)
-
getId
public String getId()
-
getTitle
public String getTitle()
-
getDescription
public String getDescription()
-
getVersion
public String getVersion()
-
getInstallDate
public Date getInstallDate()
-
getInstallState
public ModuleInstallState getInstallState()
-
getVersionMin
public String getVersionMin()
-
getVersionMax
public String getVersionMax()
-
-