Package com.bmc.ims
Class Start
- java.lang.Object
-
- com.bmc.ims.Start
-
- All Implemented Interfaces:
Serializable
public class Start extends Object implements Serializable
Represents a single START radioBlock- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStartDate()
String
getStartlogSeq()
String
getValue()
void
setStartDate(String startDate)
void
setStartlogSeq(String startlogSeq)
void
setValue(String value)
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getStartDate
public String getStartDate()
-
setStartDate
public void setStartDate(String startDate)
-
getStartlogSeq
public String getStartlogSeq()
-
setStartlogSeq
public void setStartlogSeq(String startlogSeq)
-
-