|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.codegenerator.AdminObjectType
public class AdminObjectType

An AdminObjectType.
| 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 |
|---|
public AdminObjectType()
| Method Detail |
|---|
public void setAdminObjectInterface(String adminObjectInterface)
adminObjectInterface - The adminObjectInterface to set.public String getAdminObjectInterface()
public void setAdminObjectClass(String adminObjectClass)
adminObjectClass - The adminObjectClass to set.public String getAdminObjectClass()
public void setAoConfigProps(List<ConfigPropType> aoConfigProps)
aoConfigProps - The aoConfigProps to set.public List<ConfigPropType> getAoConfigProps()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||