@Entity public class RoleSuccessCriteriaEntity extends Object
Constructor and Description |
---|
RoleSuccessCriteriaEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getRequestId() |
Role |
getRole() |
StageEntity |
getStage() |
Long |
getStageId() |
Double |
getSuccessFactor() |
int |
hashCode() |
void |
setRequestId(Long requestId) |
void |
setRole(Role role) |
void |
setStage(StageEntity stage) |
void |
setStageId(Long stageId) |
void |
setSuccessFactor(Double successFactor) |
public Long getRequestId()
public void setRequestId(Long requestId)
public Long getStageId()
public void setStageId(Long stageId)
public Role getRole()
public void setRole(Role role)
public Double getSuccessFactor()
public void setSuccessFactor(Double successFactor)
public StageEntity getStage()
public void setStage(StageEntity stage)
Copyright © 2022 Apache Software Foundation. All rights reserved.