Class ComboItemSettingsBookmarkUrl
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.ComboItemSettingsBookmarkUrl
-
- All Implemented Interfaces:
Comparable<ComboItemSettingsBookmarkUrl>
public class ComboItemSettingsBookmarkUrl extends Object implements Comparable<ComboItemSettingsBookmarkUrl>
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description ComboItemSettingsBookmarkUrl(String textLabel, String createUrl, String retriveUrl)
ComboItemSettingsBookmarkUrl(String textLabel, String createUrl, String retriveUrl, String reqKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ComboItemSettingsBookmarkUrl o)
boolean
equals(Object obj)
String
getComparableString()
String
getCreateUrl()
String
getReqKey()
String
getRetriveUrl()
String
getTextLabel()
int
hashCode()
void
setCreateUrl(String createUrl)
void
setReqKey(String reqKey)
void
setRetriveUrl(String retriveUrl)
void
setTextLabel(String textLabel)
String
toString()
-
-
-
Method Detail
-
getReqKey
public String getReqKey()
-
setReqKey
public void setReqKey(String reqKey)
-
getTextLabel
public String getTextLabel()
-
setTextLabel
public void setTextLabel(String textLabel)
-
getCreateUrl
public String getCreateUrl()
-
setCreateUrl
public void setCreateUrl(String createUrl)
-
getRetriveUrl
public String getRetriveUrl()
-
setRetriveUrl
public void setRetriveUrl(String retriveUrl)
-
getComparableString
public String getComparableString()
-
compareTo
public int compareTo(ComboItemSettingsBookmarkUrl o)
- Specified by:
compareTo
in interfaceComparable<ComboItemSettingsBookmarkUrl>
-
-