public class ApprovedBy extends Object
| Constructor and Description |
|---|
ApprovedBy() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getApprovedBy()
Return the user or group that represents this ApprovedBy instance.
|
Group |
getGroup() |
User |
getUser() |
void |
setGroup(Group group) |
void |
setUser(User user) |
public User getUser()
public void setUser(User user)
public Group getGroup()
public void setGroup(Group group)
public Object getApprovedBy()
Copyright © 2019. All rights reserved.