org.alfresco.repo.domain.hibernate
Class ContentUrlImpl

java.lang.Object
  extended by org.alfresco.repo.domain.hibernate.LifecycleAdapter
      extended by org.alfresco.repo.domain.hibernate.ContentUrlImpl
All Implemented Interfaces:
java.io.Serializable, ContentUrl, org.hibernate.classic.Lifecycle

public class ContentUrlImpl
extends LifecycleAdapter
implements ContentUrl, java.io.Serializable

Bean containing all the persistence data representing a Content Url.

This implementation of the Node interface is Hibernate specific.

Since:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.hibernate.classic.Lifecycle
NO_VETO, VETO
 
Constructor Summary
ContentUrlImpl()
           
 
Method Summary
 java.lang.String getContentUrl()
           
 java.lang.Long getId()
           
 void setContentUrl(java.lang.String contentUrl)
           
 
Methods inherited from class org.alfresco.repo.domain.hibernate.LifecycleAdapter
getSession, onDelete, onLoad, onSave, onUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentUrlImpl

public ContentUrlImpl()
Method Detail

getId

public java.lang.Long getId()
Specified by:
getId in interface ContentUrl
Returns:
Returns the auto-generated ID

getContentUrl

public java.lang.String getContentUrl()
Specified by:
getContentUrl in interface ContentUrl

setContentUrl

public void setContentUrl(java.lang.String contentUrl)
Specified by:
setContentUrl in interface ContentUrl


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