public class PropertyIdSearchRow extends Object
Constructor and Description |
---|
PropertyIdSearchRow() |
Modifier and Type | Method and Description |
---|---|
PropertyLinkEntity |
getLinkEntity() |
PropertyValueEntity |
getValueEntity() |
void |
setActualTypeId(Long actualTypeId) |
void |
setContainedIn(Long containedIn) |
void |
setDoubleValue(Double doubleValue) |
void |
setKeyPropId(Long keyPropId) |
void |
setLongValue(Long longValue) |
void |
setPersistedType(Short persistedType) |
void |
setPropIndex(Long propIndex) |
void |
setRootPropId(Long rootPropId) |
void |
setSerializableValue(Serializable serializableValue) |
void |
setStringValue(String stringValue) |
void |
setValuePropId(Long valuePropId) |
String |
toString() |
public PropertyLinkEntity getLinkEntity()
public PropertyValueEntity getValueEntity()
public void setRootPropId(Long rootPropId)
public void setPropIndex(Long propIndex)
public void setContainedIn(Long containedIn)
public void setKeyPropId(Long keyPropId)
public void setValuePropId(Long valuePropId)
public void setActualTypeId(Long actualTypeId)
public void setPersistedType(Short persistedType)
public void setLongValue(Long longValue)
public void setStringValue(String stringValue)
public void setDoubleValue(Double doubleValue)
public void setSerializableValue(Serializable serializableValue)
Copyright © 2005–2017 Alfresco Software. All rights reserved.