Class SearchedArtifactDto


  • public class SearchedArtifactDto
    extends Object
    Author:
    eric.wittmann@gmail.com
    • Constructor Detail

      • SearchedArtifactDto

        public SearchedArtifactDto()
        Constructor.
    • Method Detail

      • getGroupId

        public String getGroupId()
        Returns:
        the groupId
      • setGroupId

        public void setGroupId​(String groupId)
        Parameters:
        groupId - the groupId to set
      • getId

        public String getId()
        Returns:
        the id
      • setId

        public void setId​(String id)
        Parameters:
        id - the id to set
      • getName

        public String getName()
        Returns:
        the name
      • setName

        public void setName​(String name)
        Parameters:
        name - the name to set
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • getCreatedOn

        public Date getCreatedOn()
        Returns:
        the createdOn
      • setCreatedOn

        public void setCreatedOn​(Date createdOn)
        Parameters:
        createdOn - the createdOn to set
      • getCreatedBy

        public String getCreatedBy()
        Returns:
        the createdBy
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Parameters:
        createdBy - the createdBy to set
      • setType

        public void setType​(ArtifactType type)
        Parameters:
        type - the type to set
      • getLabels

        public List<String> getLabels()
        Returns:
        the labels
      • setLabels

        public void setLabels​(List<String> labels)
        Parameters:
        labels - the labels to set
      • setState

        public void setState​(ArtifactState state)
        Parameters:
        state - the state to set
      • getModifiedOn

        public Date getModifiedOn()
        Returns:
        the modifiedOn
      • setModifiedOn

        public void setModifiedOn​(Date modifiedOn)
        Parameters:
        modifiedOn - the modifiedOn to set
      • getModifiedBy

        public String getModifiedBy()
        Returns:
        the modifiedBy
      • setModifiedBy

        public void setModifiedBy​(String modifiedBy)
        Parameters:
        modifiedBy - the modifiedBy to set