org.openrtk.idl.epprtk.contact
Class epp_ContactPanData
org.omg.CORBA.portable.ObjectImpl
- epp_PollResData, epp_PollResDataOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object
public class epp_ContactPanData
This class is use exclusively to hold data associate with a Poll response for a pending action notification.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epprtk/contact/epp_ContactPanData.java,v 1.1 2004/12/07 15:27:49 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:49 $
String | m_id - The client id of the contact for this pending action notification
|
static String | m_type - Constant variable defined by IDLs.
|
String | getId() - Accessor method for the client id of the contact object in the registry
|
String | getType() - Access method for the m_type constant.
|
void | setId(String value) - Accessor method for the client id of the contact object in the registry
|
String | toString() - Converts this class into a string.
|
m_id
public String m_id
The client id of the contact for this pending action notification
m_type
public static final String m_type
Constant variable defined by IDLs.
Used when this classes is used to hold the poll response
data pertaining to contact pending action notifications. The value
of this constant links this class to a set of poll response
data.
epp_ContactPanData
public epp_ContactPanData()
Empty constructor
epp_ContactPanData
public epp_ContactPanData(String _m_id,
boolean _m_result,
epp_TransID _m_trid,
String _m_date)
The constructor with initializing variables.
_m_id
- The name of the contact object in the registry_m_result
- The boolean result flag for the action: true == successful execution_m_trid
- The server and client trid pair associated with this pending action_m_date
- The date the pending action completed (or failed)
getId
public String getId()
Accessor method for the client id of the contact object in the registry
setId
public void setId(String value)
Accessor method for the client id of the contact object in the registry
value
- The contact client id
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