Class NodeManagerBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.db.embedded.node.NodeManagerBean
-
public class NodeManagerBean extends Object
- Author:
- iris.dimni
-
-
Constructor Summary
Constructors Constructor Description NodeManagerBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
List<String>
getHashLinkedNode()
String
getPublicKey()
KeyContexts.AddressType
getType()
int
hashCode()
void
setHashLinkedNode(List<String> hashLinkedNode)
void
setPublicKey(String publicKey)
void
setType(KeyContexts.AddressType type)
-
-
-
Method Detail
-
getPublicKey
public String getPublicKey()
-
setPublicKey
public void setPublicKey(String publicKey)
-
getType
public KeyContexts.AddressType getType()
-
setType
public void setType(KeyContexts.AddressType type)
-
-