Class FilePropertyKeyValueBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.FilePropertyKeyValueBean
-
- All Implemented Interfaces:
Comparable<FilePropertyKeyValueBean>
public class FilePropertyKeyValueBean extends Object implements Comparable<FilePropertyKeyValueBean>
- Author:
- giovanni
-
-
Constructor Summary
Constructors Constructor Description FilePropertyKeyValueBean(boolean include, boolean mandatory, String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(FilePropertyKeyValueBean o)
boolean
equals(Object obj)
String
getKey()
String
getValue()
int
hashCode()
boolean
isInclude()
boolean
isMandatory()
void
setInclude(boolean include)
void
setKey(String key)
void
setMandatory(boolean mandatory)
void
setValue(String value)
-
-
-
Method Detail
-
isMandatory
public boolean isMandatory()
-
setMandatory
public void setMandatory(boolean mandatory)
-
isInclude
public boolean isInclude()
-
setInclude
public void setInclude(boolean include)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
compareTo
public int compareTo(FilePropertyKeyValueBean o)
- Specified by:
compareTo
in interfaceComparable<FilePropertyKeyValueBean>
-
-