Class AccountSearchFilter

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

@EntityRef(AccountEntity.class) public class AccountSearchFilter extends DynO
Business object representing a search filter for the account.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • AccountSearchFilter

      public AccountSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the account id that was set as filter.
      Returns:
      the account id
    • setId

      public void setId(Collection<Long> id)
      Sets the account id as filter.
      Parameters:
      id - the account id
    • getCode

      public Collection<String> getCode()
      Returns the account code that was set as filter.
      Returns:
      the account code
    • setCode

      public void setCode(Collection<String> code)
      Sets the account code as filter.
      Parameters:
      code - the account code
    • getDescription

      public String getDescription()
      Returns the account description that was set as filter.
      Returns:
      the account description
    • setDescription

      public void setDescription(String description)
      Sets the account description as filter.
      Parameters:
      description - the account description
    • getType

      public Collection<Long> getType()
      Returns the account type that was set as filter.
      Returns:
      the account type
    • setType

      public void setType(Collection<Long> type)
      Sets the account type as filter.
      Parameters:
      type - the account type
    • getNote

      public String getNote()
      Returns the account note that was set as filter.
      Returns:
      the account note
    • setNote

      public void setNote(String note)
      Sets the account note as filter.
      Parameters:
      note - the account note
    • getOperationCenter

      public Collection<Long> getOperationCenter()
      Returns the account operation center that was set as filter.
      Returns:
      the account operation center
    • setOperationCenter

      public void setOperationCenter(Collection<Long> operationCenter)
      Sets the account operation center as filter.
      Parameters:
      operationCenter - the account operation center
    • getExternalCode

      public String getExternalCode()
      Returns the account external code that was set as filter.
      Returns:
      the account external code
    • setExternalCode

      public void setExternalCode(String externalCode)
      Sets the account external code as filter.
      Parameters:
      externalCode - the account external code
    • getExternalSystem

      public Collection<Long> getExternalSystem()
      Returns the account external system that was set as filter.
      Returns:
      the account external system
    • setExternalSystem

      public void setExternalSystem(Collection<Long> externalSystem)
      Sets the account external system as filter.
      Parameters:
      externalSystem - the account external system
    • getWorkCenter

      public Collection<Long> getWorkCenter()
      Returns the account work center that was set as filter.
      Returns:
      the account work center
    • setWorkCenter

      public void setWorkCenter(Collection<Long> workCenter)
      Sets the account work center as filter.
      Parameters:
      workCenter - the account work center