Class AdminObjectType

java.lang.Object
org.jboss.jca.codegenerator.AdminObjectType

public class AdminObjectType extends Object
An AdminObjectType.
Version:
$Revision: $
Author:
Jeff Zhang
  • Constructor Details

    • AdminObjectType

      public AdminObjectType()
  • Method Details

    • 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.