org.alfresco.repo.domain.propval
Class PropertyRootEntity

java.lang.Object
  extended by org.alfresco.repo.domain.propval.PropertyRootEntity

public class PropertyRootEntity
extends java.lang.Object

Entity bean for alf_prop_root table.

Since:
3.2

Constructor Summary
PropertyRootEntity()
           
 
Method Summary
 java.lang.Long getId()
           
 short getVersion()
           
 void incrementVersion()
           
 void setId(java.lang.Long id)
           
 void setVersion(short version)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyRootEntity

public PropertyRootEntity()
Method Detail

toString

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

incrementVersion

public void incrementVersion()

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getVersion

public short getVersion()

setVersion

public void setVersion(short version)


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