cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor
Class GeneralDescriptor

Package class diagram package GeneralDescriptor
java.lang.Object
  extended by cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.ItemDescriptor
      extended by cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.GeneralDescriptor

public class GeneralDescriptor
extends ItemDescriptor

General descriptor is responsible for all items which are not by default handled by the item translator. Those are usualy user-defined items thus the user can either create its own descriptor or just take this description which contains only the mapping obtained directly from the ITCMessage.

Author:
Ondrej

Method Summary
 boolean contains(String key)
           
 Object get(String key)
           
 String toString()
           
 
Methods inherited from class cz.cuni.amis.pogamut.udk.communication.translator.itemdescriptor.ItemDescriptor
doReflexion, fieldToName, firstCharToUpperCase, getAmount, getInventoryType, getItemCategory, getPickupType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

contains

public boolean contains(String key)

get

public Object get(String key)

toString

public String toString()
Overrides:
toString in class ItemDescriptor


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.