Class PropertyLinkEntity

java.lang.Object
org.alfresco.repo.domain.propval.PropertyLinkEntity

public class PropertyLinkEntity extends Object
Entity bean for alf_prop_link table.
Since:
3.2
Author:
Derek Hulley
  • Constructor Details

    • PropertyLinkEntity

      public PropertyLinkEntity()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRootPropId

      public Long getRootPropId()
    • setRootPropId

      public void setRootPropId(Long rootPropId)
    • getPropIndex

      public Long getPropIndex()
    • setPropIndex

      public void setPropIndex(Long propIndex)
    • getContainedIn

      public Long getContainedIn()
    • setContainedIn

      public void setContainedIn(Long containedIn)
    • getKeyPropId

      public Long getKeyPropId()
    • setKeyPropId

      public void setKeyPropId(Long keyPropId)
    • getValuePropId

      public Long getValuePropId()
    • setValuePropId

      public void setValuePropId(Long valuePropId)