Class MCRDNBTRANSFERRESULTS

java.lang.Object
org.mycore.backend.jpa.dnbtransfer.MCRDNBTRANSFERRESULTS
All Implemented Interfaces:
Serializable

@Entity public class MCRDNBTRANSFERRESULTS extends Object implements Serializable
See Also:
  • Constructor Details

    • MCRDNBTRANSFERRESULTS

      public MCRDNBTRANSFERRESULTS()
  • Method Details

    • getId

      public int getId()
      Returns:
      the id
    • setId

      public void setId(int id)
      Parameters:
      id - the id to set
    • getTransferPackageArchived

      public boolean getTransferPackageArchived()
      Returns:
      the transferPackageArchived
    • setTransferPackageArchived

      public void setTransferPackageArchived(boolean transferPackageArchived)
      Parameters:
      transferPackageArchived - the transferPackageArchived to set
    • getProtocolType

      public String getProtocolType()
      Returns:
      the protocolType
    • setProtocolType

      public void setProtocolType(String protocolType)
      Parameters:
      protocolType - the protocolType to set
    • getTpName

      public String getTpName()
      Returns:
      the tpName
    • setTpName

      public void setTpName(String tpName)
      Parameters:
      tpName - the tpName to set
    • getErrorMessage

      public String getErrorMessage()
      Returns:
      the errorMessage
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      Parameters:
      errorMessage - the errorMessage to set
    • getDeliveryRole

      public String getDeliveryRole()
      Returns:
      the deliveryRole
    • setDeliveryRole

      public void setDeliveryRole(String deliveryRole)
      Parameters:
      deliveryRole - the deliveryRole to set
    • getObjectId

      public String getObjectId()
      Returns:
      the objectId
    • setObjectId

      public void setObjectId(String objectId)
      Parameters:
      objectId - the objectId to set
    • getErrorModule

      public String getErrorModule()
      Returns:
      the errorModule
    • setErrorModule

      public void setErrorModule(String errorModule)
      Parameters:
      errorModule - the errorModule to set
    • getDate

      public Date getDate()
      Returns:
      the date
    • setDate

      public void setDate(Date date)
      Parameters:
      date - the date to set