org.alfresco.repo.domain.node
Class ContentDataId

java.lang.Object
  extended by org.alfresco.repo.domain.node.ContentDataId
All Implemented Interfaces:
java.io.Serializable

public class ContentDataId
extends java.lang.Object
implements java.io.Serializable

Data type carrying the ID of a ContentData reference.

Since:
3.2.1
See Also:
Serialized Form

Constructor Summary
ContentDataId(java.lang.Long id)
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentDataId

public ContentDataId(java.lang.Long id)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getId

public java.lang.Long getId()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.