com.sap.netweaver.bc.serialize

Class Entry

java.lang.Object
  extended by com.sap.netweaver.bc.serialize.Entry

public final class Entry
extends Object

Helper class used to organize ISerializer instances

Copyright 2004 SAP AG


Constructor Summary
Entry(ISerializer serializer, boolean isCore, int position)
          standard constructor
 
Method Summary
 int getPosition()
           
 ISerializer getSerializer()
           
 boolean isCore()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entry

public Entry(ISerializer serializer,
             boolean isCore,
             int position)
standard constructor

Parameters:
serializer - the serializer to create the entry for. Must not be null
isCore - flag to tell, if this serializer is so important, that the serialization/ deserialization of the complete IResource must be stopped in case of failure. The standard value should be false.
position - defines at what position in a list of serializers this one should be called. This information might not be used by the calling framework.
Method Detail

isCore

public boolean isCore()
Returns:
flag telling if this is a core-serializer entry

getPosition

public int getPosition()
Returns:
the position of this serializer. The value -1 means that this serializer does not require a certain position

getSerializer

public ISerializer getSerializer()
Returns:
the serializer in question. Will never be null

toString

public String toString()
Overrides:
toString in class Object
Access Rights

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