java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.crewshell.configuration.operationcenter.BOCrewShellOperationCenter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOCrewShellOperationCenter extends DynO
Business object representing a crew shell operation center.
The existence of a BOCrewShellOperationCenter object implies that the BOCrewShell objects are activated for the associated BOOperationCenter object.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOCrewShellOperationCenter

      public BOCrewShellOperationCenter()
  • Method Details

    • getId

      public Long getId()
      Returns the crew shell operation center's ID
      Returns:
      id the crew shell operation center's ID
    • setId

      public void setId(Long id)
      Sets the crew shell operation center's ID
      Parameters:
      id - the crew shell operation center's ID
    • getOperationCenter

      public Long getOperationCenter()
      Returns the ID of the related BOOperationCenter object (i.e., operation center's ID). More precisely, it returns the operation center's ID which is activated for crew shells.
      Returns:
      operationCenter the related operation center's ID
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the ID of the related BOOperationCenter object (i.e., operation center's ID) More precisely, it sets the operation centers' ID which is activated for crew shells.
      Parameters:
      operationCenter - the related operation center's ID