Class BOAssetOperationCenter

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

public class BOAssetOperationCenter extends DynO
Business Object representing asset operation center relation
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOAssetOperationCenter

      public BOAssetOperationCenter()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getAsset

      public Long getAsset()
      Gets the asset id.
      Returns:
      the asset id
    • setAsset

      public void setAsset(Long asset)
      Sets the asset id.
      Parameters:
      asset - the new asset id
    • getOperationCenter

      public Long getOperationCenter()
      Gets the operation center id.
      Returns:
      the operation center id
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center id.
      Parameters:
      operationCenter - the new operation center id
    • getStructure

      public Long getStructure()
      Gets the structure id.
      Returns:
      the structure id
    • setStructure

      public void setStructure(Long structure)
      Sets the structure id.
      Parameters:
      structure - the new structure id
    • getWorkOrderType

      public Long getWorkOrderType()
      Gets the work order type id.
      Returns:
      the work order type id
    • setWorkOrderType

      public void setWorkOrderType(Long workOrderType)
      Sets the work order type id.
      Parameters:
      workOrderType - the new work order type id