Skip to content
Snippets Groups Projects

F grpc f mixed write transactions

Files

@@ -50,6 +50,7 @@ public class Property extends EntityWrapper {
@@ -50,6 +50,7 @@ public class Property extends EntityWrapper {
super(new Entity());
super(new Entity());
}
}
 
/** Return the Property Index, the index of a property with respect to a containing Entity. */
public int getPIdx() {
public int getPIdx() {
return this.pIdx;
return this.pIdx;
}
}
@@ -58,6 +59,7 @@ public class Property extends EntityWrapper {
@@ -58,6 +59,7 @@ public class Property extends EntityWrapper {
private EntityInterface domain = null;
private EntityInterface domain = null;
private boolean isName;
private boolean isName;
 
/** Set the Property Index. */
public void setPIdx(final int i) {
public void setPIdx(final int i) {
this.pIdx = i;
this.pIdx = i;
}
}
Loading