org.ow2.bonita.facade.def.majorElement.impl
Class ParticipantDefImpl
java.lang.Object
org.ow2.bonita.facade.def.DefImpl
org.ow2.bonita.facade.def.majorElement.impl.ParticipantDefImpl
- All Implemented Interfaces:
- MajorElementDef, ParticipantDef
public class ParticipantDefImpl
- extends DefImpl
- implements ParticipantDef
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
packageId
protected java.lang.String packageId
deploymentId
protected java.lang.String deploymentId
description
protected java.lang.String description
externalReference
protected ExternalReferenceDefImpl externalReference
id
protected java.lang.String id
participantType
protected ParticipantDef.ParticipantType participantType
name
protected java.lang.String name
roleMapper
protected RoleMapperDefImpl roleMapper
ParticipantDefImpl
protected ParticipantDefImpl()
ParticipantDefImpl
public ParticipantDefImpl(java.lang.String packageId,
java.lang.String deploymentId,
java.lang.String description,
RoleMapperDefImpl roleMapper,
ExternalReferenceDefImpl externalReference,
java.lang.String id,
ParticipantDef.ParticipantType participantType,
java.lang.String name)
copy
public ParticipantDefImpl copy()
- Specified by:
copy
in class DefImpl
getPackageId
public java.lang.String getPackageId()
- Specified by:
getPackageId
in interface ParticipantDef
getDeploymentId
public java.lang.String getDeploymentId()
- Specified by:
getDeploymentId
in interface ParticipantDef
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface ParticipantDef
getExternalReference
public ExternalReferenceDefImpl getExternalReference()
- Specified by:
getExternalReference
in interface ParticipantDef
getId
public java.lang.String getId()
- Specified by:
getId
in interface MajorElementDef
getParticipantType
public ParticipantDef.ParticipantType getParticipantType()
- Specified by:
getParticipantType
in interface ParticipantDef
getName
public java.lang.String getName()
- Specified by:
getName
in interface MajorElementDef
getRoleMapper
public RoleMapperDefImpl getRoleMapper()
- Specified by:
getRoleMapper
in interface ParticipantDef