SFRMMessageDVO

public interface SFRMMessageDVO extends DVO

This is the object that represents a record of SFRMMessage in the database. Creation Date: 29/9/2006

Author:Twinsen Tsang

Methods

getCompletedTimestamp

public Timestamp getCompletedTimestamp()

getCreatedTimestamp

public Timestamp getCreatedTimestamp()

getEncryptAlgorithm

public String getEncryptAlgorithm()

getFilename

public String getFilename()

getIsHostnameVerified

public boolean getIsHostnameVerified()

getMessageBox

public String getMessageBox()
Returns:the message box of the Message DVO.

getMessageId

public String getMessageId()
Returns:the message id of the Message DVO.

getPartnerCertContent

public String getPartnerCertContent()

getPartnerEndpoint

public String getPartnerEndpoint()
Returns:the partnership endpoint of the Message DVO.

getPartnerX509Certificate

public X509Certificate getPartnerX509Certificate()

getPartnershipId

public String getPartnershipId()
Returns:the partnership id of the Message DVO.

getProceedTimestamp

public Timestamp getProceedTimestamp()

getSignAlgorithm

public String getSignAlgorithm()

getStatus

public String getStatus()

getStatusDescription

public String getStatusDescription()

getTotalSegment

public int getTotalSegment()

getTotalSize

public long getTotalSize()

setCompletedTimestamp

public void setCompletedTimestamp(Timestamp completedTimestamp)

setCreatedTimestamp

public void setCreatedTimestamp(Timestamp createdTimestamp)

setEncryptAlgorithm

public void setEncryptAlgorithm(String encryptAlgorithm)

setFilename

public void setFilename(String filename)

setIsHostnameVerified

public void setIsHostnameVerified(boolean isVerified)

setMessageBox

public void setMessageBox(String messageBox)
Parameters:
  • messageBox – the message box of the Message DVO.

setMessageId

public void setMessageId(String messageId)
Parameters:
  • messageId – the message id of the Message DVO.

setPartnerCertContent

public void setPartnerCertContent(String certContent)

setPartnerEndpoint

public void setPartnerEndpoint(String partnerEndpoint)
Parameters:
  • partnerEndpoint – the partnership endpoint of the Message DVO.

setPartnershipId

public void setPartnershipId(String partnershipId)
Parameters:
  • partnershipId – the partnership id of the Message DVO.

setProceedTimestamp

public void setProceedTimestamp(Timestamp proceedTimestamp)

setSignAlgorithm

public void setSignAlgorithm(String aignAlgorithm)

setStatus

public void setStatus(String status)

setStatusDescription

public void setStatusDescription(String statusDescription)

setTotalSegment

public void setTotalSegment(int totalSegment)

setTotalSize

public void setTotalSize(long totalSize)