Class BOUser
java.lang.Object
overit.geocall.model.DynO
overit.geocall.basic.bl.user.BOUser
overit.geocallapp.wfm.core.bl.user.BOUser
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
@Substitute(BOUser.class)
@EntityRef({UserEntity.class,ResourceEntity.class})
public class BOUser
extends BOUser
Business object representing a user.
- Since:
- 9.2
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the user birth date.getCode()Returns the user code.Returns the user gender.Returns the user mobile phone.Returns the id of the user oc group.Returns the id of the user operation center.Returns the user serial number.Returns the id of the user structure.Returns the user taxcode.Returns the user timezone.Returns the id of the user warehouse.voidsetBirthDate(Date birthDate) Sets the user birth date.voidSets the user code.voidSets the user gender.voidsetMobilePhone(String mobilePhone) Sets the user mobile phone.voidsetOcGroup(Long ocGroup) Sets the id of the user oc group.voidsetOperationCenter(Long operationCenter) Sets the id of the user operation center.voidsetSerialNumber(String serialNumber) Sets the user serial number.voidsetStructure(Long structure) Sets the id of the user structure.voidsetTaxcode(String taxcode) Sets the user taxcode.voidsetTimezone(String timezone) Sets the user timezone.voidsetWarehouse(Long warehouse) Sets the id of the user warehouse.Methods inherited from class overit.geocall.basic.bl.user.BOUser
getAccessFailed, getAdditionalRoles, getEmail, getEnd, getFactory, getId, getLanguage, getLastAccess, getLastPasswordEdit, getName, getPassword, getStart, getSurname, getTheme, getType, getUnallowedOperations, getUnlockDate, getUsername, setAccessFailed, setAdditionalRoles, setEmail, setEnd, setFactory, setId, setLanguage, setLastAccess, setLastPasswordEdit, setName, setPassword, setStart, setSurname, setTheme, setType, setUnallowedOperations, setUnlockDate, setUsernameMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BOUser
public BOUser()
-
-
Method Details
-
getGender
Returns the user gender.- Returns:
- the gender
-
setGender
Sets the user gender.- Parameters:
gender- the gender
-
getTaxcode
Returns the user taxcode.- Returns:
- the taxcode
-
setTaxcode
Sets the user taxcode.- Parameters:
taxcode- the taxcode
-
getSerialNumber
Returns the user serial number.- Returns:
- the serial number
-
setSerialNumber
Sets the user serial number.- Parameters:
serialNumber- the serial number
-
getCode
Returns the user code.- Returns:
- the code
-
setCode
Sets the user code.- Parameters:
code- the code
-
getStructure
Returns the id of the user structure.- Returns:
- the structure id
- See Also:
-
setStructure
Sets the id of the user structure.- Parameters:
structure- the structure id- See Also:
-
getWarehouse
Returns the id of the user warehouse.- Returns:
- the warehouse id
-
setWarehouse
Sets the id of the user warehouse.- Parameters:
warehouse- the warehouse id
-
getOperationCenter
Returns the id of the user operation center.- Returns:
- the operation center id
- See Also:
-
setOperationCenter
Sets the id of the user operation center.- Parameters:
operationCenter- the operation center id- See Also:
-
getBirthDate
Returns the user birth date.- Returns:
- the birth date
-
setBirthDate
Sets the user birth date.- Parameters:
birthDate- the birth date
-
getMobilePhone
Returns the user mobile phone.- Returns:
- the mobile phone
-
setMobilePhone
Sets the user mobile phone.- Parameters:
mobilePhone- the mobile phone
-
getOcGroup
Returns the id of the user oc group.- Returns:
- the oc group id
- See Also:
-
setOcGroup
Sets the id of the user oc group.- Parameters:
ocGroup- the oc group id- See Also:
-
getTimezone
Returns the user timezone.- Returns:
- the timezone
-
setTimezone
Sets the user timezone.- Parameters:
timezone- the timezone
-