Package org.alfresco.repo.domain.propval
Class PropertyUniqueContextEntity
java.lang.Object
org.alfresco.repo.domain.propval.PropertyUniqueContextEntity
- All Implemented Interfaces:
Serializable
Entity bean for alf_prop_unique_ctx table.
- Since:
- 3.2
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()shortvoidvoidvoidsetPropertyId(Long propId) voidsetValue1PropId(Long value1PropId) voidsetValue2PropId(Long value2PropId) voidsetValue3PropId(Long value3PropId) voidsetVersion(short version) toString()
-
Constructor Details
-
PropertyUniqueContextEntity
public PropertyUniqueContextEntity()
-
-
Method Details
-
toString
-
incrementVersion
public void incrementVersion() -
getId
-
setId
-
getVersion
public short getVersion() -
setVersion
public void setVersion(short version) -
getValue1PropId
-
setValue1PropId
-
getValue2PropId
-
setValue2PropId
-
getValue3PropId
-
setValue3PropId
-
getPropertyId
-
setPropertyId
-