org.jbpm.formModeler.core.test
Class PrimitiveHolder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveHolder
public PrimitiveHolder()
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.