Package org.alfresco.repo.domain.propval
Class PropertyIdSearchRow
java.lang.Object
org.alfresco.repo.domain.propval.PropertyIdSearchRow
Entity bean search results from alf_prop_collections_link and alf_prop_value tables.
- Since:
- 3.2
- Author:
- Derek Hulley
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetActualTypeId(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) toString()
-
Constructor Details
-
PropertyIdSearchRow
public PropertyIdSearchRow()
-
-
Method Details