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