com.pmease.quickbuild.plugin.report.engine.rest
Class RestParam

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.rest.RestParam
All Implemented Interfaces:
java.io.Serializable

public class RestParam
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RestParam()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 ParamType getType()
           
 boolean isRequired()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setRequired(boolean required)
           
 void setType(ParamType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestParam

public RestParam()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getType

public ParamType getType()

setType

public void setType(ParamType type)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.