public class StatusDataPublishedByLoaderClamp extends Object
| Constructor and Description |
|---|
StatusDataPublishedByLoaderClamp() |
StatusDataPublishedByLoaderClamp(String name,
String clampState,
int position,
int current,
int filterPresenceSensorValue,
boolean filterPresenceSensorsInError,
StatusDataPublishedByLoaderHook statusPublishedByHook1,
StatusDataPublishedByLoaderHook statusPublishedByHook2,
StatusDataPublishedByLoaderHook statusPublishedByHook3,
StatusDataPublishedByLoaderHook statusPublishedByHook4) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClampState() |
int |
getCurrent() |
String |
getName() |
int |
getPosition() |
StatusDataPublishedByLoaderHook |
getStatusPublishedByHook1() |
StatusDataPublishedByLoaderHook |
getStatusPublishedByHook2() |
StatusDataPublishedByLoaderHook |
getStatusPublishedByHook3() |
StatusDataPublishedByLoaderHook |
getStatusPublishedByHook4() |
void |
setClampState(String clampState) |
void |
setCurrent(int current) |
void |
setName(String name) |
void |
setPosition(int position) |
void |
setStatusPublishedByHook1(StatusDataPublishedByLoaderHook statusPublishedByHook1) |
void |
setStatusPublishedByHook2(StatusDataPublishedByLoaderHook statusPublishedByHook2) |
void |
setStatusPublishedByHook3(StatusDataPublishedByLoaderHook statusPublishedByHook3) |
void |
setStatusPublishedByHook4(StatusDataPublishedByLoaderHook statusPublishedByHook4) |
String |
toString() |
public StatusDataPublishedByLoaderClamp()
public StatusDataPublishedByLoaderClamp(String name, String clampState, int position, int current, int filterPresenceSensorValue, boolean filterPresenceSensorsInError, StatusDataPublishedByLoaderHook statusPublishedByHook1, StatusDataPublishedByLoaderHook statusPublishedByHook2, StatusDataPublishedByLoaderHook statusPublishedByHook3, StatusDataPublishedByLoaderHook statusPublishedByHook4)
public void setName(String name)
public void setPosition(int position)
public void setCurrent(int current)
public void setClampState(String clampState)
public void setStatusPublishedByHook1(StatusDataPublishedByLoaderHook statusPublishedByHook1)
public void setStatusPublishedByHook2(StatusDataPublishedByLoaderHook statusPublishedByHook2)
public void setStatusPublishedByHook3(StatusDataPublishedByLoaderHook statusPublishedByHook3)
public void setStatusPublishedByHook4(StatusDataPublishedByLoaderHook statusPublishedByHook4)
public String getName()
public int getPosition()
public int getCurrent()
public String getClampState()
public StatusDataPublishedByLoaderHook getStatusPublishedByHook1()
public StatusDataPublishedByLoaderHook getStatusPublishedByHook2()
public StatusDataPublishedByLoaderHook getStatusPublishedByHook3()
public StatusDataPublishedByLoaderHook getStatusPublishedByHook4()
Copyright © 2015 LSST. All rights reserved.