Interface AgreementInterface
category |
Core |
---|---|
package |
Agreement |
subpackage |
Interfaces |
delete() : $this|\AgreementInterface
getCustomer() : \AgreementCustomerInterface
getDateAdded() : \DateTime
\DateTime
Date and time of the agreement.
getIpAddress() : \StringType
getLastModifiedDateTime() : \DateTime
\DateTime
Date and time of the agreement.
setContentGroup(\IdType $contentGroup) : $this|\AgreementInterface
\IdType
$this|\AgreementInterface
Same instance for chained method calls.
setCustomer(\AgreementCustomerInterface $customer) : $this|\AgreementInterface
setDateAdded(\DateTime $dateTime) : $this|\AgreementInterface
\DateTime
Date and time.
$this|\AgreementInterface
Same instance for chained method calls.
setId(\IdType $id) : $this|\AgreementInterface
setIpAddress(\StringType $ipAddress) : $this|\AgreementInterface
\StringType
$this|\AgreementInterface
Same instance for chained method calls.
setLanguageId(\IdType $languageId) : $this|\AgreementInterface
setLastModifiedDate(\DateTime $dateTime) : $this|\AgreementInterface
\DateTime
Date and time.
$this|\AgreementInterface
Same instance for chained method calls.
setLegalTextVersion(\StringType $legalTextVersion) : $this|\AgreementInterface
setText(\NonEmptyStringType $text) : $this|\AgreementInterface
store() : $this|\AgreementInterface