org.openrtk.idl.epp0705.host
Class epp_HostUpdateChange
java.lang.Object
org.openrtk.idl.epp0705.host.epp_HostUpdateChange
- org.omg.CORBA.portable.IDLEntity
public class epp_HostUpdateChange
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the host object elements to be changed in the registry.
This class can only be used when modifying a host object.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/host/epp_HostUpdateChange.java,v 1.1 2003/03/20 22:42:31 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:31 $
String | m_name - The new host name of the host object.
|
String | getName() - Accessor method for the new host name of the host object
|
void | setName(String value) - Accessor method for the new host name of the host object
|
String | toString() - Converts this class into a string.
|
m_name
public String m_name
The new host name of the host object.
epp_HostUpdateChange
public epp_HostUpdateChange()
Empty constructor
epp_HostUpdateChange
public epp_HostUpdateChange(String _m_name)
The constructor with initializing variables.
_m_name
- The new host name of the host object
getName
public String getName()
Accessor method for the new host name of the host object
setName
public void setName(String value)
Accessor method for the new host name of the host object
value
- The new host name
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS