Class SolarNode

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Long>, NodeIdentity, net.solarnetwork.dao.Entity<Long>, net.solarnetwork.domain.Identity<Long>
Direct Known Subclasses:
SolarNodeMatch

public class SolarNode extends BaseEntity implements Cloneable, Serializable, NodeIdentity
Domain object for node related info.
See Also:
  • Constructor Details

    • SolarNode

      public SolarNode()
      Default constructor.
    • SolarNode

      public SolarNode(Long id, Long locationId)
      Construct with values.
      Parameters:
      id - the ID
      locationId - the location ID
  • Method Details