mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merged up to HEAD.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3129 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
*/
|
||||
package org.alfresco.repo.domain.hibernate;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Collection;
|
||||
import java.util.HashMap;
|
||||
import java.util.HashSet;
|
||||
@@ -43,8 +44,10 @@ import org.alfresco.util.EqualsHelper;
|
||||
*
|
||||
* @author Derek Hulley
|
||||
*/
|
||||
public class NodeImpl extends LifecycleAdapter implements Node
|
||||
public class NodeImpl extends LifecycleAdapter implements Node, Serializable
|
||||
{
|
||||
private static final long serialVersionUID = -2101330674810283053L;
|
||||
|
||||
private Long id;
|
||||
private Store store;
|
||||
private String uuid;
|
||||
|
Reference in New Issue
Block a user