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
Business object representing a resource loan.
- Since:
- 17.0
- See Also:
-
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 active status of the object.Returns the company.Returns the end date of the object.getId()Returns the id.Returns the loan resource of the object.Returns the loan type of the object.Returns the operation center of the object.Returns the start date of the object.getUser()Returns the user of the object.Returns the work center of the object.voidSets the active status of the object.voidsetCompany(Long company) Sets the company.voidsetEndDate(Date endDate) Sets the end date of the object.voidSets the id.voidsetLoanResource(Long loanResource) Sets the loan resource of the object.voidsetLoanType(Long loanType) Sets the loan type of the object.voidsetOperationCenter(Long operationCenter) Sets the operation center of the object.voidsetStartDate(Date startDate) Sets the start date of the object.voidSets the user of the object.voidsetWorkCenter(Long workCenter) Sets the work center of the object.Methods 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
-
BOResourceLoan
public BOResourceLoan()
-
-
Method Details
-
getId
Returns the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the id to set
-
getCompany
Returns the company.- Returns:
- the company
-
setCompany
Sets the company.- Parameters:
company- the company to set
-
getUser
Returns the user of the object.- Returns:
- the user
-
setUser
Sets the user of the object.- Parameters:
user- the user to set
-
getOperationCenter
Returns the operation center of the object.- Returns:
- the operation center
-
setOperationCenter
Sets the operation center of the object.- Parameters:
operationCenter- the operation center to set
-
getLoanResource
Returns the loan resource of the object.- Returns:
- the loan resource
-
setLoanResource
Sets the loan resource of the object.- Parameters:
loanResource- the loan resource to set
-
getLoanType
Returns the loan type of the object.- Returns:
- the loan type
-
setLoanType
Sets the loan type of the object.- Parameters:
loanType- the loan type to set
-
getWorkCenter
Returns the work center of the object.- Returns:
- the work center
-
setWorkCenter
Sets the work center of the object.- Parameters:
workCenter- the work center to set
-
getStartDate
Returns the start date of the object.- Returns:
- the start date
-
setStartDate
Sets the start date of the object.- Parameters:
startDate- the start date to set
-
getEndDate
Returns the end date of the object.- Returns:
- the end date
-
setEndDate
Sets the end date of the object.- Parameters:
endDate- the end date to set
-
getActive
Returns the active status of the object.- Returns:
- the active status
-
setActive
Sets the active status of the object.- Parameters:
active- the active status to set
-