Package org.alfresco.repo.domain.propval
Class PropertyUniqueContextEntity
- java.lang.Object
-
- org.alfresco.repo.domain.propval.PropertyUniqueContextEntity
-
- All Implemented Interfaces:
Serializable
public class PropertyUniqueContextEntity extends Object implements Serializable
Entity bean for alf_prop_unique_ctx table.- Since:
- 3.2
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyUniqueContextEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()LonggetPropertyId()LonggetValue1PropId()LonggetValue2PropId()LonggetValue3PropId()shortgetVersion()voidincrementVersion()voidsetId(Long id)voidsetPropertyId(Long propId)voidsetValue1PropId(Long value1PropId)voidsetValue2PropId(Long value2PropId)voidsetValue3PropId(Long value3PropId)voidsetVersion(short version)StringtoString()
-
-
-
Method Detail
-
incrementVersion
public void incrementVersion()
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getVersion
public short getVersion()
-
setVersion
public void setVersion(short version)
-
getValue1PropId
public Long getValue1PropId()
-
setValue1PropId
public void setValue1PropId(Long value1PropId)
-
getValue2PropId
public Long getValue2PropId()
-
setValue2PropId
public void setValue2PropId(Long value2PropId)
-
getValue3PropId
public Long getValue3PropId()
-
setValue3PropId
public void setValue3PropId(Long value3PropId)
-
getPropertyId
public Long getPropertyId()
-
setPropertyId
public void setPropertyId(Long propId)
-
-