org.openrtk.idl.epp.host
Class epp_HostUpdateChange
java.lang.Object
|
+--org.openrtk.idl.epp.host.epp_HostUpdateChange
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- 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/epp/host/epp_HostUpdateChange.java,v 1.7 2001/12/04 22:32:09 lyin Exp $
$Revision: 1.7 $
$Date: 2001/12/04 22:32:09 $
- See Also:
epp_HostUpdateReq.setChange(epp_HostUpdateChange)
, Serialized Form
Field Summary |
java.lang.String |
m_name
The new host name of the host object. |
Method Summary |
java.lang.String |
getName()
Accessor method for the new host name of the host object |
void |
setName(java.lang.String value)
Accessor method for the new host name of the host object |
java.lang.String |
toString()
Converts this class into a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_name
public java.lang.String m_name
- The new host name of the host object.
- See Also:
setName(String)
,
getName()
epp_HostUpdateChange
public epp_HostUpdateChange()
- Empty constructor
epp_HostUpdateChange
public epp_HostUpdateChange(java.lang.String _m_name)
- The constructor with initializing variables.
- Parameters:
_m_name
- The new host name of the host object
setName
public void setName(java.lang.String value)
- Accessor method for the new host name of the host object
- Parameters:
value
- The new host name- See Also:
m_name
getName
public java.lang.String getName()
- Accessor method for the new host name of the host object
- Returns:
- The new host name
- See Also:
m_name
toString
public java.lang.String toString()
- Converts this class into a string.
Typically used to view the object in debug output.
- Overrides:
toString
in class java.lang.Object
- Returns:
- The string representation of this object instance
Copyright © 2001 - Tucows, Inc.