solar.service.directory.comm
Class NameUpdatedRequest
java.lang.Object
|
+--solar.api.Request
|
+--solar.service.directory.comm.NameUpdatedRequest
- All Implemented Interfaces:
- java.io.Serializable, SolarConstants
- public class NameUpdatedRequest
- extends Request
Request to name updated notification.
- Version:
- $Id: NameUpdatedRequest.java,v 1.1 2003/09/25 05:32:26 glchen Exp $
- Author:
- Guanling Chen
- See Also:
- Serialized Form
Fields inherited from interface solar.SolarConstants |
ADVERTISEMENT_SVID, ATTRIBUTE_RECORD_SVID, ATTRIBUTE_SVID, FILTER_CONFIG_SVID, FILTER_SPEC_SVID, GRAPH_SPEC_SVID, GUID_SVID, HEADER_SVID, ID_SVID, NAME_RECORD_SVID, PACK_POLICY_SVID, PIPE_SPEC_SVID, REQUEST_SVID, RPCACK_SVID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_id
protected Id _id
_oldname
protected Name _oldname
_oldrecord
protected NameRecord _oldrecord
_newname
protected Name _newname
_newrecord
protected NameRecord _newrecord
NameUpdatedRequest
public NameUpdatedRequest(Id id,
Name oldname,
NameRecord oldrecord,
Name newname,
NameRecord newrecord)
getId
public Id getId()
getOldName
public Name getOldName()
getOldNameRecord
public NameRecord getOldNameRecord()
getNewName
public Name getNewName()
getNewNameRecord
public NameRecord getNewNameRecord()