PartnershipDataSourceDVO

public class PartnershipDataSourceDVO extends DataSourceDVO implements PartnershipDVO
Author:Donahue Sze

Constructors

PartnershipDataSourceDVO

public PartnershipDataSourceDVO()

Methods

getAckRequested

public String getAckRequested()

getAckSignRequested

public String getAckSignRequested()

getAction

public String getAction()
Returns:Returns the action.

getActor

public String getActor()

getCpaId

public String getCpaId()
Returns:Returns the cpaId.

getDisabled

public String getDisabled()
Returns:Returns the disabled.

getDsAlgorithm

public String getDsAlgorithm()

getDupElimination

public String getDupElimination()

getEncryptAlgorithm

public String getEncryptAlgorithm()

getEncryptCert

public byte[] getEncryptCert()

getEncryptRequested

public String getEncryptRequested()

getIsHostnameVerified

public String getIsHostnameVerified()

getMdAlgorithm

public String getMdAlgorithm()

getMessageOrder

public String getMessageOrder()
Returns:Returns the messageOrder.

getPartnershipId

public String getPartnershipId()
Returns:Returns the partnershipId.

getPersistDuration

public String getPersistDuration()
Returns:Returns the persistDuration.

getPrincipalId

public String getPrincipalId()
Returns:Returns the principalId.

getRetries

public int getRetries()
Returns:Returns the retries.

getRetryInterval

public int getRetryInterval()
Returns:Returns the retryInterval.

getService

public String getService()
Returns:Returns the service.

getSignCert

public byte[] getSignCert()

getSignRequested

public String getSignRequested()

getSyncReplyMode

public String getSyncReplyMode()
Returns:Returns the syncReplyMode.

getTransportEndpoint

public String getTransportEndpoint()
Returns:Returns the transportEndpoint.

getTransportProtocol

public String getTransportProtocol()
Returns:Returns the transportProtocol.

setAckRequested

public void setAckRequested(String ackRequested)

setAckSignRequested

public void setAckSignRequested(String ackSignRequested)

setAction

public void setAction(String action)
Parameters:
  • action – The action to set.

setActor

public void setActor(String actor)

setCpaId

public void setCpaId(String cpaId)
Parameters:
  • cpaId – The cpaId to set.

setDisabled

public void setDisabled(String disabled)
Parameters:
  • disabled – The disabled to set.

setDsAlgorithm

public void setDsAlgorithm(String dsAlgorithm)

setDupElimination

public void setDupElimination(String dupElimination)

setEncryptAlgorithm

public void setEncryptAlgorithm(String encryptAlgorithm)

setEncryptCert

public void setEncryptCert(byte[] encryptCert)

setEncryptRequested

public void setEncryptRequested(String encryptRequested)

setIsHostnameVerified

public void setIsHostnameVerified(String isHostnameVerified)

setMdAlgorithm

public void setMdAlgorithm(String mdAlgorithm)

setMessageOrder

public void setMessageOrder(String messageOrder)
Parameters:
  • messageOrder – The messageOrder to set.

setPartnershipId

public void setPartnershipId(String partnershipId)
Parameters:
  • partnershipId – The partnershipId to set.

setPersistDuration

public void setPersistDuration(String persistDuration)
Parameters:
  • persistDuration – The persistDuration to set.

setPrincipalId

public void setPrincipalId(String principalId)
Parameters:
  • principalId – The principalId to set.

setRetries

public void setRetries(int retries)
Parameters:
  • retries – The retries to set.

setRetryInterval

public void setRetryInterval(int retryInterval)
Parameters:
  • retryInterval – The retryInterval to set.

setService

public void setService(String service)
Parameters:
  • service – The service to set.

setSignCert

public void setSignCert(byte[] signCert)

setSignRequested

public void setSignRequested(String signRequested)

setSyncReplyMode

public void setSyncReplyMode(String syncReplyMode)
Parameters:
  • syncReplyMode – The syncReplyMode to set.

setTransportEndpoint

public void setTransportEndpoint(String transportEndpoint)
Parameters:
  • transportEndpoint – The transportEndpoint to set.

setTransportProtocol

public void setTransportProtocol(String transportProtocol)
Parameters:
  • transportProtocol – The transportProtocol to set.