com.github.talberto.easybeans.gen
Class MetaBean

java.lang.Object
  extended by com.github.talberto.easybeans.gen.MetaBean

public class MetaBean
extends Object

Author:
Tomás Rodríguez (rstomasalberto@gmail.com)

Constructor Summary
MetaBean(String pName, List<MetaProperty> pProperties)
           
 
Method Summary
 MetaClass getMetaClass()
           
 String getName()
           
 List<MetaProperty> getProperties()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaBean

public MetaBean(String pName,
                List<MetaProperty> pProperties)
Method Detail

getName

public String getName()

getProperties

public List<MetaProperty> getProperties()

getMetaClass

public MetaClass getMetaClass()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.