com.alibaba.druid.mapping.spi
Class PropertyValue

java.lang.Object
  extended by com.alibaba.druid.mapping.MappingObject
      extended by com.alibaba.druid.mapping.spi.PropertyValue

public class PropertyValue
extends MappingObject


Constructor Summary
PropertyValue()
           
PropertyValue(Entity entity, Property property, Object value)
           
 
Method Summary
 Entity getEntity()
           
 Property getProperty()
           
 Object getValue()
           
 void setEntity(Entity entity)
           
 void setProperty(Property property)
           
 void setValue(Object value)
           
 
Methods inherited from class com.alibaba.druid.mapping.MappingObject
getAttribute, getAttributes, getAttributesDirect, putAttribute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyValue

public PropertyValue(Entity entity,
                     Property property,
                     Object value)

PropertyValue

public PropertyValue()
Method Detail

getProperty

public Property getProperty()

setProperty

public void setProperty(Property property)

getEntity

public Entity getEntity()

setEntity

public void setEntity(Entity entity)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright © 2012 Alibaba Group. All Rights Reserved.