Replaced all tabs with spaces in java and pom.xml
[so.git] / mso-api-handlers / mso-api-handler-infra / src / main / java / org / onap / so / apihandlerinfra / validation / ValidationInformation.java
index 7fc9567..68b2a78 100644 (file)
@@ -22,7 +22,6 @@
 package org.onap.so.apihandlerinfra.validation;
 
 import java.util.HashMap;
-
 import org.onap.so.apihandlerinfra.Actions;
 import org.onap.so.serviceinstancebeans.LineOfBusiness;
 import org.onap.so.serviceinstancebeans.OwningEntity;
@@ -33,148 +32,186 @@ import org.onap.so.serviceinstancebeans.RequestParameters;
 import org.onap.so.serviceinstancebeans.Service;
 import org.onap.so.serviceinstancebeans.ServiceInstancesRequest;
 
-public class ValidationInformation{
-       ServiceInstancesRequest sir;
-       HashMap<String,String> instanceIdMap; 
-       Actions action; 
-       int reqVersion; 
-       String requestScope; 
-       Boolean aLaCarteFlag;
-       RequestParameters requestParameters;
-       RequestInfo requestInfo;
-       String serviceInstanceType;
-       String vfModuleModelName;
-       String vnfType;
-       String asdcServiceModelVersion;
-       String vfModuleType;
-       String networkType;
-       Platform platform;
-       LineOfBusiness lob;
-       Project project;
-       OwningEntity owningEntity;
-       Service userParams;
-       
-       public ValidationInformation(ServiceInstancesRequest sir, HashMap<String,String> instanceIdMap, 
-                       Actions action, int reqVersion, Boolean aLaCarteFlag, RequestParameters requestParameters){
-               this.sir = sir;
-               this.instanceIdMap = instanceIdMap;
-               this.action =  action;
-               this.reqVersion = reqVersion;
-               this.aLaCarteFlag = aLaCarteFlag;
-               this.requestParameters = requestParameters;
-       }
-       public ServiceInstancesRequest getSir(){
-               return this.sir;
-       }
-       public void setSir(ServiceInstancesRequest value){
-               this.sir = value;
-       }
-       public HashMap<String, String> getInstanceIdMap(){
-               return this.instanceIdMap;
-       }
-       public void setInstanceIdMap(HashMap<String, String> value){
-               this.instanceIdMap = value;
-       }
-       public Actions getAction(){
-               return this.action;
-       }
-       public void setAction(Actions value){
-               this.action = value;
-       }
-       public RequestInfo getRequestInfo(){
-               return this.requestInfo;
-       }
-       public void setRequestInfo(RequestInfo value){
-               this.requestInfo = value;
-       }
-       public int getReqVersion(){
-               return this.reqVersion;
-       }
-       public void setReqVersion(int value){
-               this.reqVersion = value;
-       }
-       public String getRequestScope(){
-               return this.requestScope;
-       }
-       public void setRequestScope(String value){
-               this.requestScope = value;
-       }
-       public Boolean getALaCarteFlag(){
-               return this.aLaCarteFlag;
-       }
-       public void setALaCarteFlag(Boolean value){
-               this.aLaCarteFlag = value;
-       }
-       public RequestParameters getReqParameters(){
-               return this.requestParameters;
-       }
-       public void setReqParameters(RequestParameters value){
-               this.requestParameters = value;
-       }
-       public String getServiceInstanceType(){
-               return this.serviceInstanceType;
-       }
-       public void setServiceInstanceType(String value){
-               this.serviceInstanceType = value;
-       }
-       public String getVfModuleModelName(){
-               return this.vfModuleModelName;
-       }
-       public void setVfModuleModelName(String value){
-               this.vfModuleModelName = value;
-       }
-       public String getVnfType(){
-               return this.vnfType;
-       }
-       public void setVnfType(String value){
-               this.vnfType = value;
-       }
-       public String getAsdcServiceModelVersion(){
-               return this.asdcServiceModelVersion;
-       }
-       public void setAsdcServiceModelVersion(String value){
-               this.asdcServiceModelVersion = value;
-       }
-       public String getVfModuleType(){
-               return this.vfModuleType;
-       }
-       public void setVfModuleType(String value){
-               this.vfModuleType = value;
-       }
-       public String getNetworkType(){
-               return this.networkType;
-       }
-       public void setNetworkType(String value){
-               this.networkType = value;
-       }
-       public Platform getPlatform(){
-               return this.platform;
-       }
-       public void setPlatform(Platform value){
-               this.platform = value;
-       }
-       public LineOfBusiness getLOB(){
-               return this.lob;
-       }
-       public void setLOB(LineOfBusiness value){
-               this.lob = value;
-       }
-       public Project getProject(){
-               return this.project;
-       }
-       public void setProject(Project value){
-               this.project = value;
-       }
-       public OwningEntity getOE(){
-               return this.owningEntity;
-       }
-       public void setOE(OwningEntity value){
-               this.owningEntity = value;
-       }
-       public Service getUserParams(){
-               return this.userParams;
-       }
-       public void setUserParams(Service value){
-               this.userParams = value;
-       }
-}
\ No newline at end of file
+public class ValidationInformation {
+    ServiceInstancesRequest sir;
+    HashMap<String, String> instanceIdMap;
+    Actions action;
+    int reqVersion;
+    String requestScope;
+    Boolean aLaCarteFlag;
+    RequestParameters requestParameters;
+    RequestInfo requestInfo;
+    String serviceInstanceType;
+    String vfModuleModelName;
+    String vnfType;
+    String asdcServiceModelVersion;
+    String vfModuleType;
+    String networkType;
+    Platform platform;
+    LineOfBusiness lob;
+    Project project;
+    OwningEntity owningEntity;
+    Service userParams;
+
+    public ValidationInformation(ServiceInstancesRequest sir, HashMap<String, String> instanceIdMap, Actions action,
+            int reqVersion, Boolean aLaCarteFlag, RequestParameters requestParameters) {
+        this.sir = sir;
+        this.instanceIdMap = instanceIdMap;
+        this.action = action;
+        this.reqVersion = reqVersion;
+        this.aLaCarteFlag = aLaCarteFlag;
+        this.requestParameters = requestParameters;
+    }
+
+    public ServiceInstancesRequest getSir() {
+        return this.sir;
+    }
+
+    public void setSir(ServiceInstancesRequest value) {
+        this.sir = value;
+    }
+
+    public HashMap<String, String> getInstanceIdMap() {
+        return this.instanceIdMap;
+    }
+
+    public void setInstanceIdMap(HashMap<String, String> value) {
+        this.instanceIdMap = value;
+    }
+
+    public Actions getAction() {
+        return this.action;
+    }
+
+    public void setAction(Actions value) {
+        this.action = value;
+    }
+
+    public RequestInfo getRequestInfo() {
+        return this.requestInfo;
+    }
+
+    public void setRequestInfo(RequestInfo value) {
+        this.requestInfo = value;
+    }
+
+    public int getReqVersion() {
+        return this.reqVersion;
+    }
+
+    public void setReqVersion(int value) {
+        this.reqVersion = value;
+    }
+
+    public String getRequestScope() {
+        return this.requestScope;
+    }
+
+    public void setRequestScope(String value) {
+        this.requestScope = value;
+    }
+
+    public Boolean getALaCarteFlag() {
+        return this.aLaCarteFlag;
+    }
+
+    public void setALaCarteFlag(Boolean value) {
+        this.aLaCarteFlag = value;
+    }
+
+    public RequestParameters getReqParameters() {
+        return this.requestParameters;
+    }
+
+    public void setReqParameters(RequestParameters value) {
+        this.requestParameters = value;
+    }
+
+    public String getServiceInstanceType() {
+        return this.serviceInstanceType;
+    }
+
+    public void setServiceInstanceType(String value) {
+        this.serviceInstanceType = value;
+    }
+
+    public String getVfModuleModelName() {
+        return this.vfModuleModelName;
+    }
+
+    public void setVfModuleModelName(String value) {
+        this.vfModuleModelName = value;
+    }
+
+    public String getVnfType() {
+        return this.vnfType;
+    }
+
+    public void setVnfType(String value) {
+        this.vnfType = value;
+    }
+
+    public String getAsdcServiceModelVersion() {
+        return this.asdcServiceModelVersion;
+    }
+
+    public void setAsdcServiceModelVersion(String value) {
+        this.asdcServiceModelVersion = value;
+    }
+
+    public String getVfModuleType() {
+        return this.vfModuleType;
+    }
+
+    public void setVfModuleType(String value) {
+        this.vfModuleType = value;
+    }
+
+    public String getNetworkType() {
+        return this.networkType;
+    }
+
+    public void setNetworkType(String value) {
+        this.networkType = value;
+    }
+
+    public Platform getPlatform() {
+        return this.platform;
+    }
+
+    public void setPlatform(Platform value) {
+        this.platform = value;
+    }
+
+    public LineOfBusiness getLOB() {
+        return this.lob;
+    }
+
+    public void setLOB(LineOfBusiness value) {
+        this.lob = value;
+    }
+
+    public Project getProject() {
+        return this.project;
+    }
+
+    public void setProject(Project value) {
+        this.project = value;
+    }
+
+    public OwningEntity getOE() {
+        return this.owningEntity;
+    }
+
+    public void setOE(OwningEntity value) {
+        this.owningEntity = value;
+    }
+
+    public Service getUserParams() {
+        return this.userParams;
+    }
+
+    public void setUserParams(Service value) {
+        this.userParams = value;
+    }
+}