Class ResourceAddressStartEndUpdateInput

java.lang.Object
overit.geocallapp.wfm.resources.bl.resource.address.event.ResourceAddressStartEndUpdateInput
All Implemented Interfaces:
Serializable

public class ResourceAddressStartEndUpdateInput extends Object implements Serializable
Business object representing an input for the update resource's start/end addresses.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • ResourceAddressStartEndUpdateInput

      public ResourceAddressStartEndUpdateInput()
  • Method Details

    • getResource

      public Long getResource()
      Returns the resource id.
      Returns:
      the resource id
    • setResource

      public void setResource(Long resource)
      Sets the resource id.
      Parameters:
      resource - the resource id
    • getStartAddress

      public Long getStartAddress()
      Returns the start address id.
      Returns:
      the start address id
    • setStartAddress

      public void setStartAddress(Long startAddress)
      Sets the start address id.
      Parameters:
      startAddress - the start address id
    • getEndAddress

      public Long getEndAddress()
      Returns the end address id.
      Returns:
      the end address id
    • setEndAddress

      public void setEndAddress(Long endAddress)
      Sets the end address id.
      Parameters:
      endAddress - the end address id