Class CloudApplicationImpl

java.lang.Object
org.activiti.cloud.api.process.model.impl.CloudApplicationImpl
All Implemented Interfaces:
org.activiti.cloud.api.process.model.CloudApplication

public class CloudApplicationImpl extends Object implements org.activiti.cloud.api.process.model.CloudApplication
  • Constructor Details

    • CloudApplicationImpl

      public CloudApplicationImpl()
  • Method Details

    • setId

      public void setId(String id)
    • setName

      public void setName(String name)
    • setVersion

      public void setVersion(String version)
    • getName

      public String getName()
      Specified by:
      getName in interface org.activiti.cloud.api.process.model.CloudApplication
    • getId

      public String getId()
      Specified by:
      getId in interface org.activiti.cloud.api.process.model.CloudApplication
    • getVersion

      public String getVersion()
      Specified by:
      getVersion in interface org.activiti.cloud.api.process.model.CloudApplication
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object