Class TestClass
- java.lang.Object
-
- de.hybris.platform.validation.interceptors.TestClass
-
public class TestClass extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestClass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetBigBooleanProperty()java.math.BigDecimalgetBigDecimalProperty()java.math.BigIntegergetBigIntegerProperty()java.lang.BytegetByteProperty()java.lang.StringgetStringProperty()booleanisSmallBooleanProperty()
-
-
-
Method Detail
-
getStringProperty
public java.lang.String getStringProperty()
-
isSmallBooleanProperty
public boolean isSmallBooleanProperty()
-
getBigBooleanProperty
public java.lang.Boolean getBigBooleanProperty()
-
getBigDecimalProperty
public java.math.BigDecimal getBigDecimalProperty()
-
getBigIntegerProperty
public java.math.BigInteger getBigIntegerProperty()
-
getByteProperty
public java.lang.Byte getByteProperty()
-
-