Class FavouriteToBookmark
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.FavouriteToBookmark
-
- All Implemented Interfaces:
Comparable<FavouriteToBookmark>
public class FavouriteToBookmark extends Object implements Comparable<FavouriteToBookmark>
- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description FavouriteToBookmark(String address, KeyContexts.WalletCypher type, String note, Long creationDate)
FavouriteToBookmark(String address, KeyContexts.WalletCypher type, String note, Long creationDate, String friendlyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(FavouriteToBookmark o)
String
getAddress()
String
getBookmark()
Long
getCreationDate()
String
getFriendlyName()
String
getNote()
KeyContexts.WalletCypher
getType()
void
setAddress(String address)
void
setBookmark(String bookmark)
void
setCreationDate(Long creationDate)
void
setFriendlyName(String friendlyName)
void
setNote(String note)
void
setType(KeyContexts.WalletCypher type)
String
toString()
void
updateBookmarkString()
-
-
-
Constructor Detail
-
FavouriteToBookmark
public FavouriteToBookmark(String address, KeyContexts.WalletCypher type, String note, Long creationDate)
-
FavouriteToBookmark
public FavouriteToBookmark(String address, KeyContexts.WalletCypher type, String note, Long creationDate, String friendlyName)
-
-
Method Detail
-
updateBookmarkString
public void updateBookmarkString()
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getBookmark
public String getBookmark()
-
setBookmark
public void setBookmark(String bookmark)
-
getType
public KeyContexts.WalletCypher getType()
-
setType
public void setType(KeyContexts.WalletCypher type)
-
getNote
public String getNote()
-
setNote
public void setNote(String note)
-
getCreationDate
public Long getCreationDate()
-
setCreationDate
public void setCreationDate(Long creationDate)
-
compareTo
public int compareTo(FavouriteToBookmark o)
- Specified by:
compareTo
in interfaceComparable<FavouriteToBookmark>
-
getFriendlyName
public String getFriendlyName()
-
setFriendlyName
public void setFriendlyName(String friendlyName)
-
-