org.jboss.jca.codegenerator
Class AdminObjectType

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

public class AdminObjectType
extends Object

An AdminObjectType.

Version:
$Revision: $
Author:
Jeff Zhang

Constructor Summary
AdminObjectType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminObjectType

public AdminObjectType()
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.


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)