com.alibaba.druid.mapping
Class MappingObject

java.lang.Object
  extended by com.alibaba.druid.mapping.MappingObject
Direct Known Subclasses:
Entity, Property, PropertyValue

public class MappingObject
extends Object


Constructor Summary
MappingObject()
           
 
Method Summary
 Object getAttribute(String name)
           
 Map<String,Object> getAttributes()
           
 Map<String,Object> getAttributesDirect()
           
 void putAttribute(String name, Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingObject

public MappingObject()
Method Detail

getAttributes

public Map<String,Object> getAttributes()

getAttribute

public Object getAttribute(String name)

putAttribute

public void putAttribute(String name,
                         Object value)

getAttributesDirect

public Map<String,Object> getAttributesDirect()


Copyright © 2012 Alibaba Group. All Rights Reserved.