This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch registry-refactoring
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/registry-refactoring by this 
push:
     new 74a9b79  Renaming fields to match thrift models
74a9b79 is described below

commit 74a9b796f726eee2b7428adeb2aefac8007858ad
Author: Marcus Christie <machris...@apache.org>
AuthorDate: Thu Feb 22 16:03:47 2018 -0500

    Renaming fields to match thrift models
---
 .../entities/appcatalog/StoragePreferenceEntity.java | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/appcatalog/StoragePreferenceEntity.java
 
b/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/appcatalog/StoragePreferenceEntity.java
index e68b43e..28055d0 100644
--- 
a/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/appcatalog/StoragePreferenceEntity.java
+++ 
b/modules/registry-refactoring/src/main/java/org/apache/airavata/registry/core/entities/appcatalog/StoragePreferenceEntity.java
@@ -41,10 +41,10 @@ public class StoragePreferenceEntity implements 
Serializable {
     private String storageResourceId;
 
     @Column(name = "FS_ROOT_LOCATION")
-    private String fsRootLocation;
+    private String fileSystemRootLocation;
 
     @Column(name = "LOGIN_USERNAME")
-    private String loginUsername;
+    private String loginUserName;
 
     @Column(name = "RESOURCE_CS_TOKEN")
     private String resourceSpecificCredentialStoreToken;
@@ -72,20 +72,20 @@ public class StoragePreferenceEntity implements 
Serializable {
         this.storageResourceId = storageResourceId;
     }
 
-    public String getFsRootLocation() {
-        return fsRootLocation;
+    public String getFileSystemRootLocation() {
+        return fileSystemRootLocation;
     }
 
-    public void setFsRootLocation(String fsRootLocation) {
-        this.fsRootLocation = fsRootLocation;
+    public void setFileSystemRootLocation(String fileSystemRootLocation) {
+        this.fileSystemRootLocation = fileSystemRootLocation;
     }
 
-    public String getLoginUsername() {
-        return loginUsername;
+    public String getLoginUserName() {
+        return loginUserName;
     }
 
-    public void setLoginUsername(String loginUsername) {
-        this.loginUsername = loginUsername;
+    public void setLoginUserName(String loginUserName) {
+        this.loginUserName = loginUserName;
     }
 
     public String getResourceSpecificCredentialStoreToken() {

-- 
To stop receiving notification emails like this one, please contact
machris...@apache.org.

Reply via email to