Class PipeSelectionDetail
- java.lang.Object
-
- com.inductiveautomation.perspective.designer.workspace.PipeSelectionDetail
-
public class PipeSelectionDetail extends java.lang.Object
Gson-compatible class that wraps up the details that the designer retrieves from the js bridge about a selected pipes.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
path
java.util.List<java.lang.Integer>
selectedPipes
-
Constructor Summary
Constructors Constructor Description PipeSelectionDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PipeSelectionDetail
clone()
boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
clone
public PipeSelectionDetail clone()
- Overrides:
clone
in classjava.lang.Object
-
-