org.ow2.petals.flowwatch.flowmanager.bo
Class FlowRef
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowRef
public FlowRef()
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.