Package org.alfresco.repo.domain.propval
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 Summary
Constructors Constructor Description PropertyLinkEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetContainedIn()LonggetKeyPropId()LonggetPropIndex()LonggetRootPropId()LonggetValuePropId()voidsetContainedIn(Long containedIn)voidsetKeyPropId(Long keyPropId)voidsetPropIndex(Long propIndex)voidsetRootPropId(Long rootPropId)voidsetValuePropId(Long valuePropId)StringtoString()
-
-
-
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)
-
-