org.alfresco.repo.domain.propval
Class PropertySerializableValueEntity
java.lang.Object
org.alfresco.repo.domain.propval.PropertySerializableValueEntity
public class PropertySerializableValueEntity
- extends java.lang.Object
Entity bean for alf_prop_serializable_value table.
- Since:
- 3.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertySerializableValueEntity
public PropertySerializableValueEntity()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getEntityPair
public org.alfresco.util.Pair getEntityPair()
- Returns:
- Returns the ID-value pair
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getSerializableValue
public java.io.Serializable getSerializableValue()
setSerializableValue
public void setSerializableValue(java.io.Serializable serializableValue)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.