com.sap.netweaver.bc.serialize
Class RIDRequest
java.lang.Object
com.sap.netweaver.bc.serialize.RIDRequest
public final class RIDRequest
- extends Object
Copyright 2004 SAP AG
RIDRequest
public RIDRequest(RID rid,
RID newName,
ISerializer serializer)
- fullblown constructor
- Parameters:
rid - the original rid of the resource to deserialize as it was used in the
serialization process. Must not be nullnewName - the new rid the resource must have when it becomes deserialized.
Must not be null. Might be the same object as the rid-parameterserializer - the serializer requesting the deserialization. Must not be null.
RIDRequest
public RIDRequest(RID rid,
RID newName,
IDeserializer deserializer)
- fullblown constructor
- Parameters:
rid - the original rid of the resource to deserialize as it was used in the
serialization process. Must not be nullnewName - the new rid the resource must have when it becomes deserialized.
Must not be null. Might be the same object as the rid-parameterdeserializer - the serializer requesting the deserialization. Must not be null.
RIDRequest
public RIDRequest(RID rid,
ISerializer serializer)
RIDRequest
public RIDRequest(RID rid,
IDeserializer deserializer)
getNewName
public RID getNewName()
- Returns:
- new name.
getRid
public RID getRid()
- Returns:
- request ID.
getSerializer
public ISerializer getSerializer()
- Returns:
- serializer object.
getDeserializer
public IDeserializer getDeserializer()
- Returns:
- deserializer object.
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2014 SAP AG Complete Copyright Notice