Class GroupMetaDataDto

    • Constructor Detail

      • GroupMetaDataDto

        public GroupMetaDataDto()
        Constructor.
    • Method Detail

      • getGroupId

        public String getGroupId()
        Returns:
        the groupId
      • setGroupId

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

        public String getDescription()
        Returns:
        the description
      • setDescription

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

        public ArtifactType getArtifactsType()
        Returns:
        the artifactsType
      • setArtifactsType

        public void setArtifactsType​(ArtifactType artifactsType)
        Parameters:
        artifactsType - the artifactsType to set
      • getCreatedBy

        public String getCreatedBy()
        Returns:
        the createdBy
      • setCreatedBy

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

        public long getCreatedOn()
        Returns:
        the createdOn
      • setCreatedOn

        public void setCreatedOn​(long createdOn)
        Parameters:
        createdOn - the createdOn to set
      • getModifiedBy

        public String getModifiedBy()
        Returns:
        the modifiedBy
      • setModifiedBy

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

        public long getModifiedOn()
        Returns:
        the modifiedOn
      • setModifiedOn

        public void setModifiedOn​(long modifiedOn)
        Parameters:
        modifiedOn - the modifiedOn to set
      • getProperties

        public Map<String,​String> getProperties()
        Returns:
        the properties
      • setProperties

        public void setProperties​(Map<String,​String> properties)
        Parameters:
        properties - the properties to set