org.ow2.petals.flowwatch.flowmanager.bo
Class FlowRef

java.lang.Object
  extended by org.ow2.petals.flowwatch.flowmanager.bo.FlowRef
All Implemented Interfaces:
java.io.Serializable

public class FlowRef
extends java.lang.Object
implements java.io.Serializable

This class represents a functional flow definition.

Author:
Pierre SMEYERS, ofabre
See Also:
Serialized Form

Constructor Summary
FlowRef()
           
 
Method Summary
 java.util.Date getCreationDate()
           
 long getId()
           
 java.lang.String getName()
           
 int getType()
           
 void setCreationDate(java.util.Date creationDate)
           
 void setId(long id)
           
 void setName(java.lang.String name)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowRef

public FlowRef()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getCreationDate

public java.util.Date getCreationDate()

setCreationDate

public void setCreationDate(java.util.Date creationDate)

getType

public int getType()

setType

public void setType(int type)


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.