Package org.alfresco.repo.domain.propval
Class PropertySerializableValueEntity
- java.lang.Object
-
- org.alfresco.repo.domain.propval.PropertySerializableValueEntity
-
public class PropertySerializableValueEntity extends Object
Entity bean for alf_prop_serializable_value table.- Since:
- 3.2
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description PropertySerializableValueEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pair<Long,Serializable>getEntityPair()LonggetId()SerializablegetSerializableValue()voidsetId(Long id)voidsetSerializableValue(Serializable serializableValue)StringtoString()
-
-
-
Method Detail
-
getEntityPair
public Pair<Long,Serializable> getEntityPair()
- Returns:
- Returns the ID-value pair
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getSerializableValue
public Serializable getSerializableValue()
-
setSerializableValue
public void setSerializableValue(Serializable serializableValue)
-
-