public class PreviousStepPK extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Long |
id |
Long |
previousId |
Constructor and Description |
---|
PreviousStepPK() |
PreviousStepPK(Long id,
Long previousId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getId() |
Long |
getPreviousId() |
int |
hashCode() |
void |
setId(Long id) |
void |
setPreviousId(Long previousId) |
String |
toString() |
Copyright © 2021 catworkx GmbH. All rights reserved.