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(org.alfresco.service.cmr.module.ModuleDetails moduleDetails)
String
getDescription()
String
getId()
Date
getInstallDate()
org.alfresco.service.cmr.module.ModuleInstallState
getInstallState()
String
getTitle()
String
getVersion()
String
getVersionMax()
String
getVersionMin()
String
toString()
-
-
-
Method Detail
-
fromModuleDetails
public static ModulePackage fromModuleDetails(org.alfresco.service.cmr.module.ModuleDetails moduleDetails)
-
getId
public String getId()
-
getTitle
public String getTitle()
-
getDescription
public String getDescription()
-
getVersion
public String getVersion()
-
getInstallDate
public Date getInstallDate()
-
getInstallState
public org.alfresco.service.cmr.module.ModuleInstallState getInstallState()
-
getVersionMin
public String getVersionMin()
-
getVersionMax
public String getVersionMax()
-
-