Package org.alfresco.repo.domain.propval
Class PropertyRootEntity
- java.lang.Object
-
- org.alfresco.repo.domain.propval.PropertyRootEntity
-
public class PropertyRootEntity extends java.lang.ObjectEntity bean for alf_prop_root table.- Since:
- 3.2
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description PropertyRootEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetId()shortgetVersion()voidincrementVersion()voidsetId(java.lang.Long id)voidsetVersion(short version)java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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)
-
-