Package org.alfresco.repo.domain.propval
Class PropertyIdQueryResult
- java.lang.Object
-
- org.alfresco.repo.domain.propval.PropertyIdQueryResult
-
public class PropertyIdQueryResult extends Object
Entity bean for rolled up alf_prop_link results.- Since:
- 3.2
- Author:
- Derek Hulley
-
-
Constructor Summary
Constructors Constructor Description PropertyIdQueryResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetPropId()List<PropertyIdSearchRow>getPropValues()voidsetPropId(Long propId)voidsetPropValues(List<PropertyIdSearchRow> propValues)StringtoString()
-
-
-
Method Detail
-
getPropId
public Long getPropId()
-
setPropId
public void setPropId(Long propId)
-
getPropValues
public List<PropertyIdSearchRow> getPropValues()
-
setPropValues
public void setPropValues(List<PropertyIdSearchRow> propValues)
-
-