Package org.alfresco.repo.domain.propval
Class PropertyIdSearchRow
- java.lang.Object
-
- org.alfresco.repo.domain.propval.PropertyIdSearchRow
-
public class PropertyIdSearchRow extends Object
Entity bean search results from alf_prop_collections_link and alf_prop_value tables.- Since:
- 3.2
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description PropertyIdSearchRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyLinkEntitygetLinkEntity()PropertyValueEntitygetValueEntity()voidsetActualTypeId(Long actualTypeId)voidsetContainedIn(Long containedIn)voidsetDoubleValue(Double doubleValue)voidsetKeyPropId(Long keyPropId)voidsetLongValue(Long longValue)voidsetPersistedType(Short persistedType)voidsetPropIndex(Long propIndex)voidsetRootPropId(Long rootPropId)voidsetSerializableValue(Serializable serializableValue)voidsetStringValue(String stringValue)voidsetValuePropId(Long valuePropId)StringtoString()
-
-
-
Method Detail
-
getLinkEntity
public PropertyLinkEntity getLinkEntity()
-
getValueEntity
public PropertyValueEntity getValueEntity()
-
setRootPropId
public void setRootPropId(Long rootPropId)
-
setPropIndex
public void setPropIndex(Long propIndex)
-
setContainedIn
public void setContainedIn(Long containedIn)
-
setKeyPropId
public void setKeyPropId(Long keyPropId)
-
setValuePropId
public void setValuePropId(Long valuePropId)
-
setActualTypeId
public void setActualTypeId(Long actualTypeId)
-
setPersistedType
public void setPersistedType(Short persistedType)
-
setLongValue
public void setLongValue(Long longValue)
-
setStringValue
public void setStringValue(String stringValue)
-
setDoubleValue
public void setDoubleValue(Double doubleValue)
-
setSerializableValue
public void setSerializableValue(Serializable serializableValue)
-
-