net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl
Class MbeanExportImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.MbeanExportImpl
All Implemented Interfaces:
Serializable, Cloneable, MbeanExport

public class MbeanExportImpl
extends Object
implements Serializable, Cloneable, MbeanExport

See Also:
Serialized Form

Field Summary
protected  String defaultDomain
           
protected  String registration
           
protected  String server
           
 
Constructor Summary
MbeanExportImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.MbeanExportImpl instance.
MbeanExportImpl(MbeanExportImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.MbeanExportImpl instance by copying a given instance.
 
Method Summary
 MbeanExportImpl clone()
          Creates and returns a copy of this object.
 String getDefaultDomain()
          Gets the value of the defaultDomain property.
 String getRegistration()
          Gets the value of the registration property.
 String getServer()
          Gets the value of the server property.
 void setDefaultDomain(String value)
          Sets the value of the defaultDomain property.
 void setRegistration(String value)
          Sets the value of the registration property.
 void setServer(String value)
          Sets the value of the server property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultDomain

protected String defaultDomain

server

protected String server

registration

protected String registration
Constructor Detail

MbeanExportImpl

public MbeanExportImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.MbeanExportImpl instance.


MbeanExportImpl

public MbeanExportImpl(MbeanExportImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.context.impl.MbeanExportImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDefaultDomain

public String getDefaultDomain()
Description copied from interface: MbeanExport
Gets the value of the defaultDomain property.

Specified by:
getDefaultDomain in interface MbeanExport
Returns:
possible object is String

setDefaultDomain

public void setDefaultDomain(String value)
Description copied from interface: MbeanExport
Sets the value of the defaultDomain property.

Specified by:
setDefaultDomain in interface MbeanExport
Parameters:
value - allowed object is String

getServer

public String getServer()
Description copied from interface: MbeanExport
Gets the value of the server property.

Specified by:
getServer in interface MbeanExport
Returns:
possible object is String

setServer

public void setServer(String value)
Description copied from interface: MbeanExport
Sets the value of the server property.

Specified by:
setServer in interface MbeanExport
Parameters:
value - allowed object is String

getRegistration

public String getRegistration()
Description copied from interface: MbeanExport
Gets the value of the registration property.

Specified by:
getRegistration in interface MbeanExport
Returns:
possible object is String

setRegistration

public void setRegistration(String value)
Description copied from interface: MbeanExport
Sets the value of the registration property.

Specified by:
setRegistration in interface MbeanExport
Parameters:
value - allowed object is String

clone

public MbeanExportImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.