Skip to content

Commit c1773ff

Browse files
AlejandroPanaiberta
authored andcommitted
- Fox por error de capitalizacion en propiedad java.
Issue: 103338 (cherry picked from commit 06cfb8f)
1 parent 7b133ba commit c1773ff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

common/src/main/java/com/genexus/properties/GXObjectProperties.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public class GXObjectProperties
99
private int errorCode = 0;
1010
private int statusCode = 0;
1111
private int protocol = 1;
12+
private String statusMessage = "";
1213

1314
public Location getLocation()
1415
{
@@ -45,6 +46,14 @@ public void setErrorMessage(String value)
4546
{
4647
errorMessage = value;
4748
}
49+
public String getStatusMessage()
50+
{
51+
return statusMessage;
52+
}
53+
public void setStatusMessage(String value)
54+
{
55+
statusMessage = value;
56+
}
4857

4958
public int getProtocol()
5059
{

0 commit comments

Comments
 (0)