java.lang.Object
com.liferay.portal.workflow.metrics.rest.dto.v1_0.Process
All Implemented Interfaces:
Serializable

@Generated("") public class Process extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • active

      protected Boolean active
    • dateCreated

      protected Date dateCreated
    • dateModified

      protected Date dateModified
    • description

      protected String description
    • id

      protected Long id
    • name

      protected String name
    • title

      protected String title
    • title_i18n

      protected Map<String,String> title_i18n
    • version

      protected String version
    • xClassName

      public String xClassName
  • Constructor Details

    • Process

      public Process()
  • Method Details

    • toDTO

      public static Process toDTO(String json)
    • unsafeToDTO

      public static Process unsafeToDTO(String json)
    • getActive

      public Boolean getActive()
    • setActive

      public void setActive(Boolean active)
    • setActive

      public void setActive(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> activeUnsafeSupplier)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • setDateCreated

      public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateCreatedUnsafeSupplier)
    • getDateModified

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • setDateModified

      public void setDateModified(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateModifiedUnsafeSupplier)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

      public void setDescription(com.liferay.petra.function.UnsafeSupplier<String,Exception> descriptionUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • setTitle

      public void setTitle(com.liferay.petra.function.UnsafeSupplier<String,Exception> titleUnsafeSupplier)
    • getTitle_i18n

      @Valid public @Valid Map<String,String> getTitle_i18n()
    • setTitle_i18n

      public void setTitle_i18n(Map<String,String> title_i18n)
    • setTitle_i18n

      public void setTitle_i18n(com.liferay.petra.function.UnsafeSupplier<Map<String,String>,Exception> title_i18nUnsafeSupplier)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • setVersion

      public void setVersion(com.liferay.petra.function.UnsafeSupplier<String,Exception> versionUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object