org.alfresco.repo.domain
Interface ContentUrl

All Known Implementing Classes:
ContentUrlImpl

public interface ContentUrl

Interface for persistent Content URL objects.

Instances represent physically stored content.

Since:
2.0

Method Summary
 java.lang.String getContentUrl()
           
 java.lang.Long getId()
           
 void setContentUrl(java.lang.String contentUrl)
           
 

Method Detail

getId

java.lang.Long getId()
Returns:
Returns the auto-generated ID

getContentUrl

java.lang.String getContentUrl()

setContentUrl

void setContentUrl(java.lang.String contentUrl)


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