|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.druid.mapping.MappingObject
com.alibaba.druid.mapping.spi.PropertyValue
public class PropertyValue
| 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 |
|---|
public PropertyValue(Entity entity,
Property property,
Object value)
public PropertyValue()
| Method Detail |
|---|
public Property getProperty()
public void setProperty(Property property)
public Entity getEntity()
public void setEntity(Entity entity)
public Object getValue()
public void setValue(Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||