com.pmease.quickbuild.setting.step.repetition
Class Repetition

java.lang.Object
  extended by com.pmease.quickbuild.setting.step.repetition.Repetition
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static java.lang.String INVALID_PARAM_CHARS
           
 
Constructor Summary
Repetition()
           
 
Method Summary
 java.lang.String getParamName()
           
 ParamValues getParamValues()
           
 void setParamName(java.lang.String paramName)
           
 void setParamValues(ParamValues paramValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_PARAM_CHARS

public static final java.lang.String INVALID_PARAM_CHARS
See Also:
Constant Field Values
Constructor Detail

Repetition

public Repetition()
Method Detail

getParamName

@NotEmpty
public java.lang.String getParamName()

setParamName

public void setParamName(java.lang.String paramName)

getParamValues

@NotNull
public ParamValues getParamValues()

setParamValues

public void setParamValues(ParamValues paramValues)


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