public class Model extends Object implements Serializable
| Constructor and Description |
|---|
Model() |
Model(String originalInterface,
String translatedClass) |
public void setRootName(String rootName)
public void setKeyProperty(String keyProperty)
public void addChild(String childInterface, String xmlTag, ChildType childType, String givenDefault)
public String getOriginalInterface()
public String getTranslatedClass()
public String getRootName()
public String getKeyProperty()
public Map<String,ParentedModel> getChildrenByName()
public Map<String,ChildDataModel> getNonChildProperties()
public void setJAUtilities(JAUtilities jaUtilities, ClassLoader myLoader)
public boolean isChildProperty(String propName)
public ParentedModel getChild(String propName)
public Class<?> getOriginalInterfaceAsClass()
public Class<?> getProxyAsClass()
public Collection<ParentedModel> getAllChildren()
public Map<String,ParentedModel> getChildrenProperties()
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.