public class AVMStorePropertyEntity extends PropertyValue
| Constructor and Description |
|---|
AVMStorePropertyEntity() |
AVMStorePropertyEntity(long storeId,
Long qnameId,
PropertyValue value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAvmStoreId() |
Long |
getId() |
Long |
getQnameId() |
int |
hashCode() |
void |
setAvmStoreId(Long avmStoreId) |
void |
setId(Long id) |
void |
setQnameId(Long qnameId) |
clone, convertToTypeOrdinal, getActualType, getActualTypeString, getBooleanValue, getCollection, getDoubleValue, getFloatValue, getLongValue, getPersistedType, getSerializableValue, getStringValue, getValue, isMultiValued, setActualType, setBooleanValue, setDoubleValue, setFloatValue, setLongValue, setMultiValued, setPersistedType, setPersistedValue, setSerializableValue, setStringValue, toStringpublic AVMStorePropertyEntity()
public AVMStorePropertyEntity(long storeId,
Long qnameId,
PropertyValue value)
public Long getId()
public void setId(Long id)
public Long getAvmStoreId()
public void setAvmStoreId(Long avmStoreId)
public Long getQnameId()
public void setQnameId(Long qnameId)
public int hashCode()
hashCode in class PropertyValuepublic boolean equals(Object obj)
equals in class PropertyValueCopyright © 2005–2014 Alfresco Software. All rights reserved.