com.buildforge.services.client.dbo
Class Engine

java.lang.Object
  extended by com.buildforge.services.client.dbo.Engine

public class Engine
extends java.lang.Object


Field Summary
static java.lang.Class<Engine> CLASS
           
 
Constructor Summary
Engine(APIClientConnection conn)
           
 
Method Summary
 Engine create()
           
 void delete()
           
static void deleteById(APIClientConnection conn, java.lang.String engineId)
           
static java.util.List<Engine> findAll(APIClientConnection conn)
           
static Engine findById(APIClientConnection conn, java.lang.String engineId)
           
 char getAlive()
           
 java.lang.String getBias()
           
 java.lang.String getEngineId()
           
 char getLicense()
           
 char getMaster()
           
 int getMResponse()
           
 java.lang.String getPing()
           
 int getPopulation()
           
 char getReqMaster()
           
 int getSResponse()
           
 int getTick()
          Deprecated.  
 int getUptime()
          Deprecated.  
 java.lang.String getVersion()
           
 java.lang.String getZone()
           
static void pause(APIClientConnection conn)
           
static void resume(APIClientConnection conn)
           
 void setAlive(char alive)
           
 void setBias(java.lang.String bias)
           
 void setEngineId(java.lang.String engineId)
           
 void setLicense(char license)
           
 void setMaster(char master)
           
 void setMResponse(int response)
           
 void setPing(java.lang.String ping)
           
 void setPopulation(int population)
           
 void setReqMaster(char reqMaster)
           
 void setSResponse(int response)
           
 void setTick(int tick)
          Deprecated.  
 void setUptime(int uptime)
          Deprecated.  
 void setVersion(java.lang.String version)
           
 void setZone(java.lang.String zone)
           
 java.lang.String toString()
           
 Engine update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS

public static final java.lang.Class<Engine> CLASS
Constructor Detail

Engine

public Engine(APIClientConnection conn)
Method Detail

findAll

public static java.util.List<Engine> findAll(APIClientConnection conn)
                                      throws java.io.IOException,
                                             ServiceException
Throws:
java.io.IOException
ServiceException

findById

public static Engine findById(APIClientConnection conn,
                              java.lang.String engineId)
                       throws java.io.IOException,
                              ServiceException
Throws:
java.io.IOException
ServiceException

pause

public static void pause(APIClientConnection conn)
                  throws java.io.IOException,
                         ServiceException
Throws:
java.io.IOException
ServiceException

resume

public static void resume(APIClientConnection conn)
                   throws java.io.IOException,
                          ServiceException
Throws:
java.io.IOException
ServiceException

create

public Engine create()
              throws java.io.IOException,
                     ServiceException
Throws:
java.io.IOException
ServiceException

delete

public void delete()
            throws java.io.IOException,
                   ServiceException
Throws:
java.io.IOException
ServiceException

deleteById

public static void deleteById(APIClientConnection conn,
                              java.lang.String engineId)
                       throws java.io.IOException,
                              ServiceException
Throws:
java.io.IOException
ServiceException

update

public Engine update()
              throws java.io.IOException,
                     ServiceException
Throws:
java.io.IOException
ServiceException

getAlive

public char getAlive()

getBias

public java.lang.String getBias()

getEngineId

public java.lang.String getEngineId()

getLicense

public char getLicense()

getMaster

public char getMaster()

getMResponse

public int getMResponse()

getPing

public java.lang.String getPing()

getPopulation

public int getPopulation()

getReqMaster

public char getReqMaster()

getSResponse

public int getSResponse()

getTick

@Deprecated
public int getTick()
Deprecated. 


getUptime

@Deprecated
public int getUptime()
Deprecated. 


getVersion

public java.lang.String getVersion()

getZone

public java.lang.String getZone()

setAlive

public void setAlive(char alive)

setBias

public void setBias(java.lang.String bias)

setEngineId

public void setEngineId(java.lang.String engineId)

setLicense

public void setLicense(char license)

setMaster

public void setMaster(char master)

setMResponse

public void setMResponse(int response)

setPing

public void setPing(java.lang.String ping)

setPopulation

public void setPopulation(int population)

setReqMaster

public void setReqMaster(char reqMaster)

setSResponse

public void setSResponse(int response)

setTick

@Deprecated
public void setTick(int tick)
Deprecated. 


setUptime

@Deprecated
public void setUptime(int uptime)
Deprecated. 


setVersion

public void setVersion(java.lang.String version)

setZone

public void setZone(java.lang.String zone)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object