|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncml.spds.ItemMap
public class ItemMap
The serializable object used to persist mapping informations
Constructor Summary | |
---|---|
ItemMap()
|
|
ItemMap(java.lang.String sourceName)
|
|
ItemMap(java.lang.String sourceName,
java.util.Hashtable mappings)
|
Method Summary | |
---|---|
void |
deserialize(java.io.DataInputStream in)
The interface method use by the store to deserialize this object |
java.util.Hashtable |
getMappings()
Accessor method |
java.lang.String |
getSourceName()
Accessor method |
void |
serialize(java.io.DataOutputStream out)
The interface method use by the store to serialize this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemMap()
public ItemMap(java.lang.String sourceName)
public ItemMap(java.lang.String sourceName, java.util.Hashtable mappings)
Method Detail |
---|
public void serialize(java.io.DataOutputStream out) throws java.io.IOException
out
- is where the object is serialized
java.io.IOException
public void deserialize(java.io.DataInputStream in) throws java.io.IOException
in
- is where the object is read
java.io.IOException
public java.util.Hashtable getMappings()
public java.lang.String getSourceName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |