org.keridwen.core.ant.multipart.post
Class Form

java.lang.Object
  extended by org.keridwen.core.ant.multipart.post.Form

public class Form
extends Object


Constructor Summary
Form()
           
 
Method Summary
 String getName()
           
 String getType()
           
 String getValue()
           
 void setName(String name)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Form

public Form()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2012-2013 Artenum. All Rights Reserved.