Class VacContractResponse

java.lang.Object
com.iland.core.web.rest.response.vac.VacContractResponse
All Implemented Interfaces:
Serializable

public final class VacContractResponse extends Object implements Serializable
VAC Contract Response.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

    • VacContractResponse

      public VacContractResponse(String uuid, String status, Date start, Date end, int term, Date lastMod, Date created, Date activated, Date cancellationDate, String statusCode, String group, boolean testDrive, double discount, List<VacContractResponse.SalesforceSubscriptionResponse> subscriptions)
      Instantiates a new Vac contract response.
      Parameters:
      uuid - the uuid
      status - the status
      start - the start
      end - the end
      term - the term
      lastMod - the last mod
      created - the created
      activated - the activated
      cancellationDate - the cancellation date
      statusCode - the status code
      group - the group
      testDrive - the test drive
      discount - the discount
      subscriptions - the subscriptions
  • Method Details

    • getUuid

      public String getUuid()
      Gets uuid.
      Returns:
      the uuid
    • getStatus

      public String getStatus()
      Gets status.
      Returns:
      the status
    • getStart

      public Date getStart()
      Gets start.
      Returns:
      the start
    • getEnd

      public Date getEnd()
      Gets end.
      Returns:
      the end
    • getTerm

      public int getTerm()
      Gets term.
      Returns:
      the term
    • getLastMod

      public Date getLastMod()
      Gets last mod.
      Returns:
      the last mod
    • getCreated

      public Date getCreated()
      Gets created.
      Returns:
      the created
    • getActivated

      public Date getActivated()
      Gets activated.
      Returns:
      the activated
    • getCancellationDate

      public Date getCancellationDate()
      Gets cancellation date.
      Returns:
      the cancellation date
    • getStatusCode

      public String getStatusCode()
      Gets status code.
      Returns:
      the status code
    • getGroup

      public String getGroup()
      Gets group.
      Returns:
      the group
    • isTestDrive

      public boolean isTestDrive()
      Is test drive boolean.
      Returns:
      the boolean
    • getDiscount

      public double getDiscount()
      Gets discount.
      Returns:
      the discount
    • getSubscriptions

      Gets subscriptions.
      Returns:
      the subscriptions