Class ProjectDto

java.lang.Object
fr.gouv.vitam.collect.common.dto.ProjectDto
All Implemented Interfaces:
Serializable

public class ProjectDto extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • setId

      public ProjectDto setId(String id)
    • getName

      public String getName()
    • setName

      public ProjectDto setName(String name)
    • getArchivalAgreement

      public String getArchivalAgreement()
    • setArchivalAgreement

      public ProjectDto setArchivalAgreement(String archivalAgreement)
    • getMessageIdentifier

      public String getMessageIdentifier()
    • setMessageIdentifier

      public ProjectDto setMessageIdentifier(String messageIdentifier)
    • getArchivalAgencyIdentifier

      public String getArchivalAgencyIdentifier()
    • setArchivalAgencyIdentifier

      public ProjectDto setArchivalAgencyIdentifier(String archivalAgencyIdentifier)
    • getTransferringAgencyIdentifier

      public String getTransferringAgencyIdentifier()
    • setTransferringAgencyIdentifier

      public ProjectDto setTransferringAgencyIdentifier(String transferringAgencyIdentifier)
    • getOriginatingAgencyIdentifier

      public String getOriginatingAgencyIdentifier()
    • setOriginatingAgencyIdentifier

      public ProjectDto setOriginatingAgencyIdentifier(String originatingAgencyIdentifier)
    • getSubmissionAgencyIdentifier

      public String getSubmissionAgencyIdentifier()
    • setSubmissionAgencyIdentifier

      public ProjectDto setSubmissionAgencyIdentifier(String submissionAgencyIdentifier)
    • getArchivalProfile

      public String getArchivalProfile()
    • setArchivalProfile

      public ProjectDto setArchivalProfile(String archivalProfile)
    • getAcquisitionInformation

      public String getAcquisitionInformation()
    • setAcquisitionInformation

      public ProjectDto setAcquisitionInformation(String acquisitionInformation)
    • getLegalStatus

      public String getLegalStatus()
    • setLegalStatus

      public ProjectDto setLegalStatus(String legalStatus)
    • getComment

      public String getComment()
    • setComment

      public ProjectDto setComment(String comment)
    • getUnitUp

      public String getUnitUp()
    • setUnitUp

      public ProjectDto setUnitUp(String unitUp)
    • getTenant

      public Integer getTenant()
    • setTenant

      public ProjectDto setTenant(Integer tenant)
    • getCreationDate

      public String getCreationDate()
    • setCreationDate

      public ProjectDto setCreationDate(String creationDate)
    • getLastUpdate

      public String getLastUpdate()
    • setLastUpdate

      public ProjectDto setLastUpdate(String lastUpdate)
    • getUnitUps

      public List<MetadataUnitUp> getUnitUps()
    • setUnitUps

      public ProjectDto setUnitUps(List<MetadataUnitUp> unitUps)
    • getStatus

      public String getStatus()
    • setStatus

      public ProjectDto setStatus(String status)
    • getAutomaticIngest

      public Boolean getAutomaticIngest()
    • setAutomaticIngest

      public ProjectDto setAutomaticIngest(Boolean automaticIngest)
    • getTransformationRules

      @Beta public String getTransformationRules()
      Get transformation rules (beta): JSTL transformation template to be applied over Archive Unit JSON documents on zip transaction upload for providing customized updates : add rule, unset field, set field...).
    • setTransformationRules

      @Beta public ProjectDto setTransformationRules(String transformationRules)
      Set transformation rules (beta): JSTL transformation template to be applied over Archive Unit JSON documents on zip transaction upload for providing customized updates : add rule, unset field, set field...).
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object