Class OutCall

java.lang.Object
org.bgerp.dao.message.call.OutCall

public class OutCall extends Object
An outgoing call initiated from process or customer parameters. Respectively, processId or customerId should be set.
  • Method Details

    • isValid

      public boolean isValid()
      Returns:
      the out call can be finished
    • getNumber

      public String getNumber()
    • getProcessId

      public int getProcessId()
    • getCustomerId

      public int getCustomerId()