Class NamedKeyAddr


  • public class NamedKeyAddr
    extends java.lang.Object
    A NamedKey address.
    • Constructor Detail

      • NamedKeyAddr

        public NamedKeyAddr​(EntityAddr entityAddr,
                            java.lang.String stringBytes)
      • NamedKeyAddr

        public NamedKeyAddr()
    • Method Detail

      • getEntityAddr

        public EntityAddr getEntityAddr()
        The address of the entity.
      • getStringBytes

        public java.lang.String getStringBytes()
        The bytes of the name.
      • setEntityAddr

        public void setEntityAddr​(EntityAddr entityAddr)
        The address of the entity.
      • setStringBytes

        public void setStringBytes​(java.lang.String stringBytes)
        The bytes of the name.