|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> delegation >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.workflow.delegation.impl
Class ClassFileImpl

java.lang.Objectorg.jbpm.workflow.delegation.impl.ClassFileImpl
- public class ClassFileImpl
- extends java.lang.Object
| Field Summary | |
private byte[] |
bytes
|
private java.lang.String |
className
|
private java.lang.Long |
id
|
private org.jbpm.workflow.definition.ProcessDefinition |
processDefinition
|
| Constructor Summary | |
ClassFileImpl()
|
|
| Method Summary | |
byte[] |
getBytes()
|
java.lang.String |
getClassName()
|
java.lang.Long |
getId()
|
org.jbpm.workflow.definition.ProcessDefinition |
getProcessDefinition()
|
void |
setBytes(byte[] bytes)
|
void |
setClassName(java.lang.String className)
|
void |
setId(java.lang.Long id)
|
void |
setProcessDefinition(org.jbpm.workflow.definition.ProcessDefinition processDefinition)
|
java.lang.String |
toString()
Convert this Object to a human-readable String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
id
private java.lang.Long id
className
private java.lang.String className
bytes
private byte[] bytes
processDefinition
private org.jbpm.workflow.definition.ProcessDefinition processDefinition
| Constructor Detail |
ClassFileImpl
public ClassFileImpl()
| Method Detail |
getId
public java.lang.Long getId()
setId
public void setId(java.lang.Long id)
getClassName
public java.lang.String getClassName()
setClassName
public void setClassName(java.lang.String className)
getBytes
public byte[] getBytes()
setBytes
public void setBytes(byte[] bytes)
getProcessDefinition
public org.jbpm.workflow.definition.ProcessDefinition getProcessDefinition()
setProcessDefinition
public void setProcessDefinition(org.jbpm.workflow.definition.ProcessDefinition processDefinition)
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object - Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null, string concatenation will instead use"null".The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode()).
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> delegation >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jbpm.workflow.delegation.impl.ClassFileImpl