mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merge Sabre4 to HEAD
110679: Making it easier for Jackson to deserialize git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@111188 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,14 +32,18 @@ import java.util.Date;
|
||||
*/
|
||||
public class ModulePackage
|
||||
{
|
||||
private final String id;
|
||||
private final String title;
|
||||
private final String description;
|
||||
private final String version;
|
||||
private final Date installDate;
|
||||
private final ModuleInstallState installState;
|
||||
private final String versionMin;
|
||||
private final String versionMax;
|
||||
private String id;
|
||||
private String title;
|
||||
private String description;
|
||||
private String version;
|
||||
private Date installDate;
|
||||
private ModuleInstallState installState;
|
||||
private String versionMin;
|
||||
private String versionMax;
|
||||
|
||||
public ModulePackage()
|
||||
{
|
||||
}
|
||||
|
||||
private ModulePackage(ModuleDetails moduleDetails)
|
||||
{
|
||||
|
Reference in New Issue
Block a user