Class ResourceAddressStartEndUpdateInput
java.lang.Object
overit.geocallapp.wfm.resources.bl.resource.address.event.ResourceAddressStartEndUpdateInput
- All Implemented Interfaces:
Serializable
Business object representing an input for the update resource's start/end addresses.
- Since:
- 16.0
- See Also:
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the end address id.Returns the resource id.Returns the start address id.voidsetEndAddress(Long endAddress) Sets the end address id.voidsetResource(Long resource) Sets the resource id.voidsetStartAddress(Long startAddress) Sets the start address id.
-
Constructor Details
-
ResourceAddressStartEndUpdateInput
public ResourceAddressStartEndUpdateInput()
-
-
Method Details
-
getResource
Returns the resource id.- Returns:
- the resource id
-
setResource
Sets the resource id.- Parameters:
resource- the resource id
-
getStartAddress
Returns the start address id.- Returns:
- the start address id
-
setStartAddress
Sets the start address id.- Parameters:
startAddress- the start address id
-
getEndAddress
Returns the end address id.- Returns:
- the end address id
-
setEndAddress
Sets the end address id.- Parameters:
endAddress- the end address id
-