com.mancrd.ahah.samples.motorcontroller.roboticarm.data
Class RoboticArmRaw

java.lang.Object
  extended by com.mancrd.ahah.samples.motorcontroller.roboticarm.data.RoboticArmRaw

public class RoboticArmRaw
extends Object

Author:
timmolter

Constructor Summary
RoboticArmRaw()
           
 
Method Summary
 String getAlgo()
           
 int getEnergy()
           
 int getLevel()
           
 int getNumjoints()
           
 int getPillid()
           
 double getTime()
           
 void setAlgo(String algo)
           
 void setEnergy(int energy)
           
 void setLevel(int level)
           
 void setNumjoints(int numjoints)
           
 void setPillid(int pillid)
           
 void setTime(double time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoboticArmRaw

public RoboticArmRaw()
Method Detail

getAlgo

public String getAlgo()

setAlgo

public void setAlgo(String algo)

getNumjoints

public int getNumjoints()

setNumjoints

public void setNumjoints(int numjoints)

getLevel

public int getLevel()

setLevel

public void setLevel(int level)

getPillid

public int getPillid()

setPillid

public void setPillid(int pillid)

getEnergy

public int getEnergy()

setEnergy

public void setEnergy(int energy)

getTime

public double getTime()

setTime

public void setTime(double time)


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.