org.alfresco.repo.domain.propval
Class PropertyUniqueContextEntity

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

public class PropertyUniqueContextEntity
extends java.lang.Object

Entity bean for alf_prop_unique_ctx table.

Since:
3.2

Constructor Summary
PropertyUniqueContextEntity()
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.Long getPropertyId()
           
 java.lang.Long getValue1PropId()
           
 java.lang.Long getValue2PropId()
           
 java.lang.Long getValue3PropId()
           
 short getVersion()
           
 void incrementVersion()
           
 void setId(java.lang.Long id)
           
 void setPropertyId(java.lang.Long propId)
           
 void setValue1PropId(java.lang.Long value1PropId)
           
 void setValue2PropId(java.lang.Long value2PropId)
           
 void setValue3PropId(java.lang.Long value3PropId)
           
 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

PropertyUniqueContextEntity

public PropertyUniqueContextEntity()
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)

getValue1PropId

public java.lang.Long getValue1PropId()

setValue1PropId

public void setValue1PropId(java.lang.Long value1PropId)

getValue2PropId

public java.lang.Long getValue2PropId()

setValue2PropId

public void setValue2PropId(java.lang.Long value2PropId)

getValue3PropId

public java.lang.Long getValue3PropId()

setValue3PropId

public void setValue3PropId(java.lang.Long value3PropId)

getPropertyId

public java.lang.Long getPropertyId()

setPropertyId

public void setPropertyId(java.lang.Long propId)


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