Log4j 1.1

pl.psnc.expres.model.edge
Class EdgeValue

java.lang.Object
  extended by pl.psnc.expres.model.edge.EdgeValue

public class EdgeValue
extends java.lang.Object

EdgeValue class - value class for defining workflow edges

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
EdgeValue()
           
 
Method Summary
 int getBeginId()
          Get value of field: beginId
 int getEndId()
          Get value of field: endId
 int getId()
          Get value of field: id
 void setBeginId(int beginId)
          Set value of field: beginId
 void setEndId(int endId)
          Set value of field: endId
 void setId(int id)
          Set value of field: id
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeValue

public EdgeValue()
Method Detail

getId

public int getId()
Get value of field: id

Returns:
the id

setId

public void setId(int id)
Set value of field: id

Parameters:
id - the id to set

getBeginId

public int getBeginId()
Get value of field: beginId

Returns:
the beginId

setBeginId

public void setBeginId(int beginId)
Set value of field: beginId

Parameters:
beginId - the beginId to set

getEndId

public int getEndId()
Get value of field: endId

Returns:
the endId

setEndId

public void setEndId(int endId)
Set value of field: endId

Parameters:
endId - the endId to set

Log4j 1.1

Copyright 2007-2008 by VLAB