org.alfresco.repo.domain.propval
Class PropertyIdQueryResult

java.lang.Object
  extended by org.alfresco.repo.domain.propval.PropertyIdQueryResult

public class PropertyIdQueryResult
extends java.lang.Object

Entity bean for rolled up alf_prop_link results.

Since:
3.2

Constructor Summary
PropertyIdQueryResult()
           
 
Method Summary
 java.lang.Long getPropId()
           
 java.util.List getPropValues()
           
 void setPropId(java.lang.Long propId)
           
 void setPropValues(java.util.List propValues)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyIdQueryResult

public PropertyIdQueryResult()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getPropId

public java.lang.Long getPropId()

setPropId

public void setPropId(java.lang.Long propId)

getPropValues

public java.util.List getPropValues()

setPropValues

public void setPropValues(java.util.List propValues)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.