Class BaseEntity

java.lang.Object
net.solarnetwork.central.domain.BaseIdentity
net.solarnetwork.central.dao.BaseEntity
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Long>, net.solarnetwork.dao.Entity<Long>, net.solarnetwork.domain.Identity<Long>
Direct Known Subclasses:
SolarCapability, SolarLocation, SolarNode, SolarNodeGroup, SolarNodeMetadata

public abstract class BaseEntity extends BaseIdentity implements net.solarnetwork.dao.Entity<Long>, Cloneable, Serializable
Base class for SolarNetwork entities.
See Also:
  • Constructor Details

    • BaseEntity

      public BaseEntity()
  • Method Details

    • getCreated

      public Instant getCreated()
      Specified by:
      getCreated in interface net.solarnetwork.dao.Entity<Long>
    • setCreated

      public void setCreated(Instant created)
      Set the creation date.
      Parameters:
      created - the created to set