@Entity public class CustomActivity extends ActivityType implements Externalizable
HEADER_FORMAT_PROPERTY_PREFIX
Constructor and Description |
---|
CustomActivity()
The default constructor.
|
CustomActivity(CustomActivity ca)
The copy constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCustomType()
This method gets the custom activity type.
|
void |
readExternal(ObjectInput in) |
void |
setCustomType(String type)
This method sets the custom activity type.
|
void |
writeExternal(ObjectOutput out) |
getContext, getPrincipal, getProperties, getTimestamp, getUnitId, getUnitIndex, setContext, setPrincipal, setProperties, setTimestamp, setUnitId, setUnitIndex
public CustomActivity()
public CustomActivity(CustomActivity ca)
ca
- The custom activity to copypublic void setCustomType(String type)
type
- The custom activity typepublic String getCustomType()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ActivityType
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ActivityType
IOException
ClassNotFoundException
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.