Class UDTRow
java.lang.Object
ch.cern.eam.wshub.core.services.userdefinedscreens.entities.UDTRow
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddDecimal(String columnName, BigDecimal decimal) voidaddInteger(String columnName, BigInteger integer) voidgetDates()static <K,V> Set <K> getSafeKeySet(Map<K, V> variable) voidvoidsetDecimals(HashMap<String, BigDecimal> decimals) voidsetIntegers(HashMap<String, BigInteger> integers) voidsetStrings(HashMap<String, String> strings)
-
Constructor Details
-
UDTRow
public UDTRow()
-
-
Method Details
-
getDates
-
setDates
-
getStrings
-
setStrings
-
getIntegers
-
setIntegers
-
getDecimals
-
setDecimals
-
addDate
-
addString
-
addInteger
-
addDecimal
-
getAllKeys
-
getSafeKeySet
-