Package net.solarnetwork.central.domain
Class SolarCapability
java.lang.Object
net.solarnetwork.central.domain.BaseIdentity
net.solarnetwork.central.dao.BaseEntity
net.solarnetwork.central.domain.SolarCapability
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Long>,net.solarnetwork.dao.Entity<Long>,net.solarnetwork.domain.Identity<Long>
- Direct Known Subclasses:
SolarNodeCapability,SolarNodeGroupCapability
A set of capabilities.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetGenerationCapacityWatts(Long generationCapacityWatts) voidsetStorageCapacityWattHours(Long storageCapacityWattHours) Methods inherited from class net.solarnetwork.central.dao.BaseEntity
getCreated, setCreatedMethods inherited from class net.solarnetwork.central.domain.BaseIdentity
clone, compareTo, equals, getId, hashCode, setIdMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface net.solarnetwork.domain.Identity
getId, hasId
-
Constructor Details
-
SolarCapability
public SolarCapability()
-
-
Method Details
-
getGenerationCapacityWatts
-
setGenerationCapacityWatts
-
getStorageCapacityWattHours
-
setStorageCapacityWattHours
-