Class PropertyLinkEntity


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

      • PropertyLinkEntity

        public PropertyLinkEntity()
    • Method Detail

      • 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)