com.khubla.pragmatach.framework.form
Class FormItem

java.lang.Object
  extended by com.khubla.pragmatach.framework.form.FormItem

public class FormItem
extends Object

Author:
tome

Constructor Summary
FormItem(String name, String value, String contentType)
          ctor
 
Method Summary
 String getContentType()
           
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormItem

public FormItem(String name,
                String value,
                String contentType)
ctor

Method Detail

getContentType

public String getContentType()

getName

public String getName()

getValue

public String getValue()


Copyright © 2014 khubla.com. All rights reserved.