Class BeamMode
- java.lang.Object
-
- cern.nxcals.api.backport.domain.core.filldata.BeamMode
-
- All Implemented Interfaces:
java.io.Serializable
public final class BeamMode extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeamMode(java.sql.Timestamp startTime, java.sql.Timestamp endTime, BeamModeValue beamModeValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
static BeamMode
from(cern.nxcals.api.custom.domain.BeamMode beamMode)
BeamModeValue
getBeamModeValue()
java.sql.Timestamp
getEndTime()
java.sql.Timestamp
getStartTime()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
BeamMode
public BeamMode(java.sql.Timestamp startTime, java.sql.Timestamp endTime, BeamModeValue beamModeValue)
-
-
Method Detail
-
from
public static BeamMode from(@NonNull cern.nxcals.api.custom.domain.BeamMode beamMode)
-
getStartTime
public java.sql.Timestamp getStartTime()
-
getEndTime
public java.sql.Timestamp getEndTime()
-
getBeamModeValue
public BeamModeValue getBeamModeValue()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-