Class BOUser

All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

Business object representing a user.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOUser

      public BOUser()
  • Method Details

    • getGender

      public String getGender()
      Returns the user gender.
      Returns:
      the gender
    • setGender

      public void setGender(String gender)
      Sets the user gender.
      Parameters:
      gender - the gender
    • getTaxcode

      public String getTaxcode()
      Returns the user taxcode.
      Returns:
      the taxcode
    • setTaxcode

      public void setTaxcode(String taxcode)
      Sets the user taxcode.
      Parameters:
      taxcode - the taxcode
    • getSerialNumber

      public String getSerialNumber()
      Returns the user serial number.
      Returns:
      the serial number
    • setSerialNumber

      public void setSerialNumber(String serialNumber)
      Sets the user serial number.
      Parameters:
      serialNumber - the serial number
    • getCode

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

      public void setCode(String code)
      Sets the user code.
      Parameters:
      code - the code
    • getStructure

      public Long getStructure()
      Returns the id of the user structure.
      Returns:
      the structure id
      See Also:
    • setStructure

      public void setStructure(Long structure)
      Sets the id of the user structure.
      Parameters:
      structure - the structure id
      See Also:
    • getWarehouse

      public Long getWarehouse()
      Returns the id of the user warehouse.
      Returns:
      the warehouse id
    • setWarehouse

      public void setWarehouse(Long warehouse)
      Sets the id of the user warehouse.
      Parameters:
      warehouse - the warehouse id
    • getOperationCenter

      public Long getOperationCenter()
      Returns the id of the user operation center.
      Returns:
      the operation center id
      See Also:
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the id of the user operation center.
      Parameters:
      operationCenter - the operation center id
      See Also:
    • getBirthDate

      public Date getBirthDate()
      Returns the user birth date.
      Returns:
      the birth date
    • setBirthDate

      public void setBirthDate(Date birthDate)
      Sets the user birth date.
      Parameters:
      birthDate - the birth date
    • getMobilePhone

      public String getMobilePhone()
      Returns the user mobile phone.
      Returns:
      the mobile phone
    • setMobilePhone

      public void setMobilePhone(String mobilePhone)
      Sets the user mobile phone.
      Parameters:
      mobilePhone - the mobile phone
    • getOcGroup

      public Long getOcGroup()
      Returns the id of the user oc group.
      Returns:
      the oc group id
      See Also:
    • setOcGroup

      public void setOcGroup(Long ocGroup)
      Sets the id of the user oc group.
      Parameters:
      ocGroup - the oc group id
      See Also:
    • getTimezone

      public String getTimezone()
      Returns the user timezone.
      Returns:
      the timezone
    • setTimezone

      public void setTimezone(String timezone)
      Sets the user timezone.
      Parameters:
      timezone - the timezone