Fix Checkstyle issues
[clamp.git] / src / main / java / org / onap / clamp / clds / model / CldsToscaModelDetails.java
index 5c6f4aa..4ee1deb 100644 (file)
@@ -27,8 +27,7 @@ import java.util.ArrayList;
 import java.util.List;
 
 /**
- * Represents a CLDS Tosca model
- *
+ * Represents a CLDS Tosca model.
  */
 public class CldsToscaModelDetails {
 
@@ -40,6 +39,7 @@ public class CldsToscaModelDetails {
     private String lastUpdatedDate;
 
     /**
+     * Get the id.
      * @return the id
      */
     public String getId() {
@@ -47,6 +47,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Set the id.
      * @param id
      *        the id to set
      */
@@ -55,6 +56,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Get the tosca model name.
      * @return the toscaModelName
      */
     public String getToscaModelName() {
@@ -62,6 +64,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Set the tosca model name.
      * @param toscaModelName
      *        the toscaModelName to set
      */
@@ -70,6 +73,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Get the policy type.
      * @return the policyType
      */
     public String getPolicyType() {
@@ -77,6 +81,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Set the policy type.
      * @param policyType
      *        the policyType to set
      */
@@ -85,6 +90,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Get the list of tosca model revisions.
      * @return the toscaModelRevisions
      */
     public List<CldsToscaModelRevision> getToscaModelRevisions() {
@@ -92,6 +98,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Set the list of tosca model revisions.
      * @param toscaModelRevisions
      *        the toscaModelRevisions to set
      */
@@ -100,6 +107,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Get the user id.
      * @return the userId
      */
     public String getUserId() {
@@ -107,6 +115,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Set the user id.
      * @param userId
      *        the userId to set
      */
@@ -115,6 +124,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Get the last updated date.
      * @return the lastUpdatedDate
      */
     public String getLastUpdatedDate() {
@@ -122,6 +132,7 @@ public class CldsToscaModelDetails {
     }
 
     /**
+     * Set the last updated date.
      * @param lastUpdatedDate
      *        the lastUpdatedDate to set
      */