public class AdminObjectType extends Object
| Constructor and Description |
|---|
AdminObjectType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminObjectClass()
Get the adminObjectClass.
|
String |
getAdminObjectInterface()
Get the adminObjectInterface.
|
List<ConfigPropType> |
getAoConfigProps()
Get the aoConfigProps.
|
void |
setAdminObjectClass(String adminObjectClass)
Set the adminObjectClass.
|
void |
setAdminObjectInterface(String adminObjectInterface)
Set the adminObjectInterface.
|
void |
setAoConfigProps(List<ConfigPropType> aoConfigProps)
Set the aoConfigProps.
|
public void setAdminObjectInterface(String adminObjectInterface)
adminObjectInterface - The adminObjectInterface to set.public String getAdminObjectInterface()
public void setAdminObjectClass(String adminObjectClass)
adminObjectClass - The adminObjectClass to set.public String getAdminObjectClass()
public void setAoConfigProps(List<ConfigPropType> aoConfigProps)
aoConfigProps - The aoConfigProps to set.public List<ConfigPropType> getAoConfigProps()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)