|
|
@ -50,16 +50,13 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
|
|
|
public int executing;
|
|
|
|
public int executing;
|
|
|
|
|
|
|
|
|
|
|
|
@Ignore
|
|
|
|
@Ignore
|
|
|
|
int indentation = 0;
|
|
|
|
public int indentation = 0;
|
|
|
|
|
|
|
|
|
|
|
|
@Ignore
|
|
|
|
@Ignore
|
|
|
|
boolean expander = true;
|
|
|
|
public boolean expander = true;
|
|
|
|
|
|
|
|
|
|
|
|
@Ignore
|
|
|
|
@Ignore
|
|
|
|
TupleFolderEx parent_ref;
|
|
|
|
public TupleFolderEx parent_ref;
|
|
|
|
|
|
|
|
|
|
|
|
@Ignore
|
|
|
|
@Ignore
|
|
|
|
List<TupleFolderEx> child_refs;
|
|
|
|
public List<TupleFolderEx> child_refs;
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public boolean equals(Object obj) {
|
|
|
|
public boolean equals(Object obj) {
|
|
|
|