Class DTOAccountUpdatedSpout

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.spout.account.DTOAccountUpdatedSpout
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@EntityRef(AccountEntity.class) public class DTOAccountUpdatedSpout extends DynO
Object that represent the spout payload for BOAccount update actions.
Since:
21.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAccountUpdatedSpout

      public DTOAccountUpdatedSpout()
  • Method Details

    • getId

      public final Long getId()
      Returns the account id.
      Returns:
      the account id
    • setId

      public final void setId(Long id)
      Sets the account id.
      Parameters:
      id - the account id
    • getCode

      public final Optional<String> getCode()
      Returns the account code.
      Returns:
      the account code
    • setCode

      public final void setCode(Optional<String> code)
      Sets the account code.
      Parameters:
      code - the account code