Class BOResourceLoan

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

public class BOResourceLoan extends DynO
Business object representing a resource loan.
Since:
17.0
See Also:
  • Constructor Details

    • BOResourceLoan

      public BOResourceLoan()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the id.
      Parameters:
      id - the id to set
    • getCompany

      public Long getCompany()
      Returns the company.
      Returns:
      the company
    • setCompany

      public void setCompany(Long company)
      Sets the company.
      Parameters:
      company - the company to set
    • getUser

      public Long getUser()
      Returns the user of the object.
      Returns:
      the user
    • setUser

      public void setUser(Long user)
      Sets the user of the object.
      Parameters:
      user - the user to set
    • getOperationCenter

      public Long getOperationCenter()
      Returns the operation center of the object.
      Returns:
      the operation center
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center of the object.
      Parameters:
      operationCenter - the operation center to set
    • getLoanResource

      public Long getLoanResource()
      Returns the loan resource of the object.
      Returns:
      the loan resource
    • setLoanResource

      public void setLoanResource(Long loanResource)
      Sets the loan resource of the object.
      Parameters:
      loanResource - the loan resource to set
    • getLoanType

      public Long getLoanType()
      Returns the loan type of the object.
      Returns:
      the loan type
    • setLoanType

      public void setLoanType(Long loanType)
      Sets the loan type of the object.
      Parameters:
      loanType - the loan type to set
    • getWorkCenter

      public Long getWorkCenter()
      Returns the work center of the object.
      Returns:
      the work center
    • setWorkCenter

      public void setWorkCenter(Long workCenter)
      Sets the work center of the object.
      Parameters:
      workCenter - the work center to set
    • getStartDate

      public Date getStartDate()
      Returns the start date of the object.
      Returns:
      the start date
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the start date of the object.
      Parameters:
      startDate - the start date to set
    • getEndDate

      public Date getEndDate()
      Returns the end date of the object.
      Returns:
      the end date
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the end date of the object.
      Parameters:
      endDate - the end date to set
    • getActive

      public Boolean getActive()
      Returns the active status of the object.
      Returns:
      the active status
    • setActive

      public void setActive(Boolean active)
      Sets the active status of the object.
      Parameters:
      active - the active status to set