public class ObjectDef extends Object
Constructor and Description |
---|
ObjectDef() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
List<ConfigMethodDef> |
getConfigMethods() |
List<Object> |
getConstructorArgs() |
List<PropertyDef> |
getProperties() |
boolean |
hasConstructorArgs() |
boolean |
hasReferences() |
void |
setClassName(String className) |
void |
setConfigMethods(List<ConfigMethodDef> configMethods) |
void |
setConstructorArgs(List<Object> constructorArgs) |
void |
setProperties(List<PropertyDef> properties) |
public String getClassName()
public void setClassName(String className)
public boolean hasConstructorArgs()
public boolean hasReferences()
public List<PropertyDef> getProperties()
public void setProperties(List<PropertyDef> properties)
public List<ConfigMethodDef> getConfigMethods()
public void setConfigMethods(List<ConfigMethodDef> configMethods)
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.