Package org.jboss.jca.codegenerator
Class AdminObjectType
- java.lang.Object
-
- org.jboss.jca.codegenerator.AdminObjectType
-
public class AdminObjectType extends Object
An AdminObjectType.- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
-
Constructor Summary
Constructors Constructor Description AdminObjectType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAdminObjectClass()Get the adminObjectClass.StringgetAdminObjectInterface()Get the adminObjectInterface.List<ConfigPropType>getAoConfigProps()Get the aoConfigProps.voidsetAdminObjectClass(String adminObjectClass)Set the adminObjectClass.voidsetAdminObjectInterface(String adminObjectInterface)Set the adminObjectInterface.voidsetAoConfigProps(List<ConfigPropType> aoConfigProps)Set the aoConfigProps.
-
-
-
Method Detail
-
setAdminObjectInterface
public void setAdminObjectInterface(String adminObjectInterface)
Set the adminObjectInterface.- Parameters:
adminObjectInterface- The adminObjectInterface to set.
-
getAdminObjectInterface
public String getAdminObjectInterface()
Get the adminObjectInterface.- Returns:
- the adminObjectInterface.
-
setAdminObjectClass
public void setAdminObjectClass(String adminObjectClass)
Set the adminObjectClass.- Parameters:
adminObjectClass- The adminObjectClass to set.
-
getAdminObjectClass
public String getAdminObjectClass()
Get the adminObjectClass.- Returns:
- the adminObjectClass.
-
setAoConfigProps
public void setAoConfigProps(List<ConfigPropType> aoConfigProps)
Set the aoConfigProps.- Parameters:
aoConfigProps- The aoConfigProps to set.
-
getAoConfigProps
public List<ConfigPropType> getAoConfigProps()
Get the aoConfigProps.- Returns:
- the aoConfigProps.
-
-