public class SPendingActivityMappingImpl extends SPersistenceObjectImpl implements SPendingActivityMapping
| Constructor and Description |
|---|
SPendingActivityMappingImpl() |
SPendingActivityMappingImpl(long activityId) |
| Modifier and Type | Method and Description |
|---|---|
long |
getActivityId()
the id of the activity
|
long |
getActorId()
the id of the actor or -1 if the mapping is on user
|
String |
getDiscriminator() |
long |
getUserId()
the id of the user or -1 if the mapping is on actor
|
void |
setActivityId(long activityId) |
void |
setActorId(long actorId) |
void |
setUserId(long userId) |
equals, getId, getTenantId, hashCode, setId, setTenantIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetId, setId, setTenantIdpublic SPendingActivityMappingImpl()
public SPendingActivityMappingImpl(long activityId)
public long getActivityId()
SPendingActivityMappinggetActivityId in interface SPendingActivityMappingpublic long getActorId()
SPendingActivityMappinggetActorId in interface SPendingActivityMappingpublic long getUserId()
SPendingActivityMappinggetUserId in interface SPendingActivityMappingpublic String getDiscriminator()
getDiscriminator in interface PersistentObjectpublic void setActivityId(long activityId)
public void setActorId(long actorId)
public void setUserId(long userId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.