Class SimpleNodeInformation

java.lang.Object
net.solarnetwork.central.domain.BaseIdentity
net.solarnetwork.central.support.SimpleNodeInformation
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Long>, NodeIdentity, NodeInformation, net.solarnetwork.domain.Identity<Long>

public class SimpleNodeInformation extends BaseIdentity implements NodeInformation
Simple implementation of NodeInformation.
See Also:
  • Constructor Details

    • SimpleNodeInformation

      public SimpleNodeInformation()
      Default constructor.
    • SimpleNodeInformation

      public SimpleNodeInformation(SolarNodeCapability capability, Location location)
      Construct with values.
      Parameters:
      capability - the capability
      location - the location
  • Method Details