org.droolsjbpm.services.impl.model
Class ProcessDesc

java.lang.Object
  extended by org.droolsjbpm.services.impl.model.ProcessDesc
All Implemented Interfaces:
Serializable

@Entity
public class ProcessDesc
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProcessDesc()
           
ProcessDesc(String id, String name, String version, String packageName, String type, String knowledgeType, String namespace, String domainName)
           
 
Method Summary
 Date getDataTimeStamp()
           
 String getDomainName()
           
 String getId()
           
 String getKnowledgeType()
           
 String getName()
           
 String getNamespace()
           
 String getPackageName()
           
 String getType()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessDesc

public ProcessDesc()

ProcessDesc

public ProcessDesc(String id,
                   String name,
                   String version,
                   String packageName,
                   String type,
                   String knowledgeType,
                   String namespace,
                   String domainName)
Method Detail

getId

public String getId()

getName

public String getName()

getVersion

public String getVersion()

getPackageName

public String getPackageName()

getType

public String getType()

getKnowledgeType

public String getKnowledgeType()

getNamespace

public String getNamespace()

getDomainName

public String getDomainName()

getDataTimeStamp

public Date getDataTimeStamp()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.