public class ArcId extends Object implements Serializable
Constructor and Description |
---|
ArcId(ArcProperty property) |
ArcId(String forwardArc,
String reverseArc) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getForwardArc() |
String |
getReverseArc() |
ArcId |
getReverseId() |
int |
hashCode() |
String |
toString() |
public ArcId(ArcProperty property)
Copyright © 2001–2021 Apache Cayenne. All rights reserved.