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 Summary
Fields Modifier and Type Field Description java.lang.Stringpathjava.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 PipeSelectionDetailclone()booleanequals(java.lang.Object obj)inthashCode() 
 - 
 
- 
- 
Method Detail
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
clone
public PipeSelectionDetail clone()
- Overrides:
 clonein classjava.lang.Object
 
 - 
 
 -