Class LightSequenceModify.SysLightSequence
-
- All Implemented Interfaces:
-
java.io.Serializable
public class LightSequenceModify.SysLightSequence implements Serializable
-
-
Constructor Summary
Constructors Constructor Description LightSequenceModify.SysLightSequence(String seqName, Integer blockId, Long nextVal, Integer stepVal, String comments)LightSequenceModify.SysLightSequence()
-
Method Summary
Modifier and Type Method Description StringgetSeqName()voidsetSeqName(String seqName)IntegergetBlockId()voidsetBlockId(Integer blockId)LonggetNextVal()voidsetNextVal(Long nextVal)IntegergetStepVal()voidsetStepVal(Integer stepVal)StringgetComments()voidsetComments(String comments)booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getSeqName
String getSeqName()
-
setSeqName
void setSeqName(String seqName)
-
getBlockId
Integer getBlockId()
-
setBlockId
void setBlockId(Integer blockId)
-
getNextVal
Long getNextVal()
-
setNextVal
void setNextVal(Long nextVal)
-
getStepVal
Integer getStepVal()
-
setStepVal
void setStepVal(Integer stepVal)
-
getComments
String getComments()
-
setComments
void setComments(String comments)
-
hashCode
int hashCode()
-
-
-
-