Package org.jboss.jca.codegenerator
Class AdminObjectType
java.lang.Object
org.jboss.jca.codegenerator.AdminObjectType
An AdminObjectType.
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the adminObjectClass.Get the adminObjectInterface.Get the aoConfigProps.voidsetAdminObjectClass(String adminObjectClass) Set the adminObjectClass.voidsetAdminObjectInterface(String adminObjectInterface) Set the adminObjectInterface.voidsetAoConfigProps(List<ConfigPropType> aoConfigProps) Set the aoConfigProps.
-
Constructor Details
-
AdminObjectType
public AdminObjectType()
-
-
Method Details
-
setAdminObjectInterface
Set the adminObjectInterface.- Parameters:
adminObjectInterface- The adminObjectInterface to set.
-
getAdminObjectInterface
Get the adminObjectInterface.- Returns:
- the adminObjectInterface.
-
setAdminObjectClass
Set the adminObjectClass.- Parameters:
adminObjectClass- The adminObjectClass to set.
-
getAdminObjectClass
Get the adminObjectClass.- Returns:
- the adminObjectClass.
-
setAoConfigProps
Set the aoConfigProps.- Parameters:
aoConfigProps- The aoConfigProps to set.
-
getAoConfigProps
Get the aoConfigProps.- Returns:
- the aoConfigProps.
-