@Scriptable public class UserModifiedEvent extends OrgStructureChangedEvent implements Serializable
Constructor and Description |
---|
UserModifiedEvent(String p_strId,
int p_iDsClassId) |
Modifier and Type | Method and Description |
---|---|
int |
getDsClassId()
Get the user object's class identifier.
|
String |
getId()
Get the unique identifier of the modified user.
|
@ConstructorProperties(value={"id","dsClassId"}) public UserModifiedEvent(String p_strId, int p_iDsClassId)
p_strId
- The unique identifier of the user that was modified.p_iDsClassId
- The user object's class identifier.public String getId()
public int getDsClassId()