Class mapItem

java.lang.Object
com.webmethods.caf.portalclient.impl.mapItem
All Implemented Interfaces:
Serializable

public class mapItem extends Object implements Serializable
See Also:
  • Field Details

    • key

      public Object key
      Key value of the map
    • value

      public Object value
      Value of the map entry
  • Constructor Details

    • mapItem

      public mapItem()
  • Method Details