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 ModulePackagefromModuleDetails(ModuleDetails moduleDetails)StringgetDescription()StringgetId()DategetInstallDate()ModuleInstallStategetInstallState()StringgetTitle()StringgetVersion()StringgetVersionMax()StringgetVersionMin()StringtoString()
-
-
-
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()
-
-