Class ItemTypeData

  • All Implemented Interfaces:
    java.io.Serializable

    public class ItemTypeData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemTypeData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getI18nKey()  
      java.lang.String getItemType()  
      void setI18nKey​(java.lang.String i18nKey)  
      void setItemType​(java.lang.String itemType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ItemTypeData

        public ItemTypeData()
    • Method Detail

      • setItemType

        public void setItemType​(java.lang.String itemType)
      • getItemType

        public java.lang.String getItemType()
      • setI18nKey

        public void setI18nKey​(java.lang.String i18nKey)
      • getI18nKey

        public java.lang.String getI18nKey()