org.jboss.xb.builder.runtime
Class DefaultMapEntry

java.lang.Object
  extended by org.jboss.xb.builder.runtime.DefaultMapEntry

public class DefaultMapEntry
extends Object

A DefaultMapEntry.

Version:
$Revision: 1.1 $
Author:
Alexey Loubyansky

Constructor Summary
DefaultMapEntry()
           
 
Method Summary
 Object getKey()
          Get the key.
 Object getValue()
          Get the value.
 void setKey(Object key)
          Set the key.
 void setValue(Object value)
          Set the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMapEntry

public DefaultMapEntry()
Method Detail

getKey

public Object getKey()
Get the key.

Returns:
the key.

setKey

public void setKey(Object key)
Set the key.

Parameters:
key - The key to set.

getValue

public Object getValue()
Get the value.

Returns:
the value.

setValue

public void setValue(Object value)
Set the value.

Parameters:
value - The value to set.


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.