public class ResponsibleParty extends Object implements Serializable
ActionRequestValue
,
Serialized FormConstructor and Description |
---|
ResponsibleParty() |
Modifier and Type | Method and Description |
---|---|
static ResponsibleParty |
fromGroupId(String groupId) |
static ResponsibleParty |
fromPrincipalId(String principalId) |
static ResponsibleParty |
fromRoleName(String roleName) |
String |
getGroupId() |
String |
getPrincipalId() |
String |
getRoleName() |
boolean |
isGroup() |
boolean |
isPrincipal() |
boolean |
isRole() |
void |
setGroupId(String groupId) |
void |
setPrincipalId(String principalId) |
void |
setRoleName(String roleName) |
String |
toString() |
public ResponsibleParty()
public static ResponsibleParty fromGroupId(String groupId)
public static ResponsibleParty fromPrincipalId(String principalId)
public static ResponsibleParty fromRoleName(String roleName)
public String getGroupId()
public String getPrincipalId()
public void setPrincipalId(String principalId)
public String getRoleName()
public void setGroupId(String groupId)
public void setRoleName(String roleName)
public boolean isPrincipal()
public boolean isGroup()
public boolean isRole()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.