Class PipeSelectionDetail
- java.lang.Object
- 
- com.inductiveautomation.perspective.designer.workspace.PipeSelectionDetail
 
- 
 public class PipeSelectionDetail extends java.lang.ObjectGson-compatible class that wraps up the details that the designer retrieves from the js bridge about a selected pipes.
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.Stringpathjava.util.List<java.lang.Integer>selectedPipes
 - 
Constructor SummaryConstructors Constructor Description PipeSelectionDetail()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PipeSelectionDetailclone()booleanequals(java.lang.Object obj)inthashCode()
 
- 
- 
- 
Method Detail- 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
clonepublic PipeSelectionDetail clone() - Overrides:
- clonein class- java.lang.Object
 
 
- 
 
-