Package org.alfresco.repo.domain.propval
Class PropertyIdQueryResult
- java.lang.Object
-
- org.alfresco.repo.domain.propval.PropertyIdQueryResult
-
public class PropertyIdQueryResult extends java.lang.ObjectEntity 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 java.lang.LonggetPropId()java.util.List<PropertyIdSearchRow>getPropValues()voidsetPropId(java.lang.Long propId)voidsetPropValues(java.util.List<PropertyIdSearchRow> propValues)java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getPropId
public java.lang.Long getPropId()
-
setPropId
public void setPropId(java.lang.Long propId)
-
getPropValues
public java.util.List<PropertyIdSearchRow> getPropValues()
-
setPropValues
public void setPropValues(java.util.List<PropertyIdSearchRow> propValues)
-
-