Class FilePropertiesBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.FilePropertiesBean
-
public class FilePropertiesBean extends Object
- Author:
- giovanni
-
-
Constructor Summary
Constructors Constructor Description FilePropertiesBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(String key, String value, boolean mandatory)voidadd(String key, String value, boolean mandatory, boolean selected)ConcurrentSkipListSet<FilePropertyKeyValueBean>getAll()ConcurrentSkipListMap<String,String>getAllProperties()ConcurrentSkipListMap<String,String>getSelected()return selected and mandatory
-
-
-
Method Detail
-
getSelected
public ConcurrentSkipListMap<String,String> getSelected()
return selected and mandatory- Returns:
-
getAllProperties
public ConcurrentSkipListMap<String,String> getAllProperties()
-
getAll
public ConcurrentSkipListSet<FilePropertyKeyValueBean> getAll()
-
-