Class DTOAccountInsertedSpout

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

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

    • DTOAccountInsertedSpout

      public DTOAccountInsertedSpout()
  • 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 String getCode()
      Returns the account code.
      Returns:
      the account code
    • setCode

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