org.alfresco.repo.domain.hibernate
Class DbAccessControlListChangeSetImpl

java.lang.Object
  extended by org.alfresco.repo.domain.hibernate.DbAccessControlListChangeSetImpl
All Implemented Interfaces:
java.io.Serializable, DbAccessControlListChangeSet

public class DbAccessControlListChangeSetImpl
extends java.lang.Object
implements DbAccessControlListChangeSet, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DbAccessControlListChangeSetImpl()
           
 
Method Summary
 java.lang.Long getId()
          Get the long key
 java.lang.Long getVersion()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DbAccessControlListChangeSetImpl

public DbAccessControlListChangeSetImpl()
Method Detail

toString

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

getId

public java.lang.Long getId()
Description copied from interface: DbAccessControlListChangeSet
Get the long key

Specified by:
getId in interface DbAccessControlListChangeSet
Returns:

getVersion

public java.lang.Long getVersion()
Specified by:
getVersion in interface DbAccessControlListChangeSet
Returns:
Returns the version number for optimistic locking


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