Package org.alfresco.repo.domain.node
Class ContentDataWithId
- java.lang.Object
-
- org.alfresco.service.cmr.repository.ContentData
-
- org.alfresco.repo.domain.node.ContentDataWithId
-
- All Implemented Interfaces:
Serializable
public class ContentDataWithId extends ContentData
ContentData-derived class with ID.- Since:
- 3.4
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentDataWithId(ContentData contentData, Long id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()StringtoString()-
Methods inherited from class org.alfresco.service.cmr.repository.ContentData
createContentProperty, equals, getContentUrl, getEncoding, getInfoUrl, getLocale, getMimetype, getSize, hasContent, hashCode, setEncoding, setMimetype
-
-
-
-
Constructor Detail
-
ContentDataWithId
public ContentDataWithId(ContentData contentData, Long id)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classContentData
-
getId
public Long getId()
-
-