jbpm-form-modeler-api 6.2.0.Beta1

org.jbpm.formModeler.core.test
Class PrimitiveHolder

java.lang.Object
  extended by org.jbpm.formModeler.core.test.PrimitiveHolder
All Implemented Interfaces:
Serializable

public class PrimitiveHolder
extends Object
implements Serializable

Sample class for demo purposes.

See Also:
Serialized Form

Constructor Summary
PrimitiveHolder()
           
 
Method Summary
 boolean getpBoolean()
           
 byte getpByte()
           
 char getpChar()
           
 double getpDouble()
           
 float getpFloat()
           
 int getpInt()
           
 long getpLong()
           
 short getpShort()
           
 void setpBoolean(boolean pBoolean)
           
 void setpByte(byte pByte)
           
 void setpChar(char pChar)
           
 void setpDouble(double pDouble)
           
 void setpFloat(float pFloat)
           
 void setpInt(int pInt)
           
 void setpLong(long pLong)
           
 void setpShort(short pShort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveHolder

public PrimitiveHolder()
Method Detail

getpBoolean

public boolean getpBoolean()

setpBoolean

public void setpBoolean(boolean pBoolean)

getpByte

public byte getpByte()

setpByte

public void setpByte(byte pByte)

getpChar

public char getpChar()

setpChar

public void setpChar(char pChar)

getpDouble

public double getpDouble()

setpDouble

public void setpDouble(double pDouble)

getpFloat

public float getpFloat()

setpFloat

public void setpFloat(float pFloat)

getpInt

public int getpInt()

setpInt

public void setpInt(int pInt)

getpLong

public long getpLong()

setpLong

public void setpLong(long pLong)

getpShort

public short getpShort()

setpShort

public void setpShort(short pShort)

jbpm-form-modeler-api 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.