Class BOExternalSystem

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.base.externalsystem.BOExternalSystem
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOExternalSystem extends DynO
Business object representing a external system
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOExternalSystem

      public BOExternalSystem()
  • Method Details

    • getId

      public Long getId()
      Returns the external system id.
      Returns:
      the the external system id
    • setId

      public void setId(Long id)
      Sets the external system id.
      Parameters:
      id - the external system id
    • getCode

      public String getCode()
      Returns the external system code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the external system code.
      Parameters:
      code - the code
    • getDescription

      public String getDescription()
      Returns the external system description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the external system description.
      Parameters:
      description - the description
    • getOrder

      public Long getOrder()
      Returns the external system order.
      Returns:
      the order
    • setOrder

      public void setOrder(Long order)
      Sets the external system order.
      Parameters:
      order - the order
    • isVisible

      public boolean isVisible()
      Checks if is the external system is visible.
      Returns:
      true if the external system is visible, false otherwise
    • setVisible

      public void setVisible(boolean visible)
      Sets the external system to visible.
      Parameters:
      visible - true if the external system must be visible, false otherwise