com.redhat.persistence
Class PropertyMap

java.lang.Object
  extended bycom.redhat.persistence.PropertyMap

public class PropertyMap
extends Object

PropertyMap

Version:
$Revision: #6 $ $Date: 2004/04/07 $
Author:
Rafael H. Schloming <rhs@mit.edu>

Field Summary
static String versionId
           
 
Constructor Summary
PropertyMap(ObjectType type)
           
 
Method Summary
 Set entrySet()
           
 Object get(Property prop)
           
 ObjectType getObjectType()
           
 boolean isNull()
           
 void put(Property prop, Object obj)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

PropertyMap

public PropertyMap(ObjectType type)
Method Detail

getObjectType

public ObjectType getObjectType()

get

public Object get(Property prop)

put

public void put(Property prop,
                Object obj)

entrySet

public Set entrySet()

isNull

public boolean isNull()

toString

public String toString()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC