Class MobileBundleAcceptInChargeInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.bl.bundle.action.acceptincharge.event.MobileBundleAcceptInChargeInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object used as an input bean for the
MobileBundleAcceptInChargeEvent - Since:
- 22.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the bundle id.Returns the event date.Returns the team resource ids.Returns the user id.voidsetBundleId(Long bundleId) Sets the bundle id.voidsetEventDate(Date eventDate) Sets the event date.voidsetTeamResourceIds(List<Long> teamResourceIds) Sets the team resource ids.voidSets the user id.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
MobileBundleAcceptInChargeInput
public MobileBundleAcceptInChargeInput()
-
-
Method Details
-
getBundleId
Returns the bundle id.- Returns:
- the bundle id
- See Also:
-
setBundleId
Sets the bundle id.- Parameters:
bundleId- the bundle id- See Also:
-
getEventDate
Returns the event date.- Returns:
- the event date
-
setEventDate
Sets the event date.- Parameters:
eventDate- the event date
-
getTeamResourceIds
Returns the team resource ids.- Returns:
- the team resource ids
-
setTeamResourceIds
Sets the team resource ids.- Parameters:
teamResourceIds- the team resource ids
-
getUserId
Returns the user id.- Returns:
- the user id
-
setUserId
Sets the user id.- Parameters:
userId- the user id
-