Class BOContact
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.technicalobject.contact.BOContact
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a customer contact.
- 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 TypeMethodDescriptionGets the referred addressgetCode()Gets the contact codeGets the contact valuegetId()Gets the contact id.getType()Gets the contact's typevoidsetAddress(Long address) Sets the referred addressvoidSets the contact codevoidsetContact(String contact) Sets the contact valuevoidSets the contact id.voidSets the contact's typeMethods 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
-
BOContact
public BOContact()
-
-
Method Details
-
getId
Gets the contact id.- Returns:
- the contact id
-
setId
Sets the contact id.- Parameters:
id- the contact id
-
getType
Gets the contact's type- Returns:
- the contact's type
- See Also:
-
setType
Sets the contact's type- Parameters:
type- the contact's type- See Also:
-
getCode
Gets the contact code- Returns:
- the contact code
-
setCode
Sets the contact code- Parameters:
code- the contact code
-
getContact
Gets the contact value- Returns:
- the contact value
-
setContact
Sets the contact value- Parameters:
contact- the contact value
-
getAddress
Gets the referred address- Returns:
- the referred address
-
setAddress
Sets the referred address- Parameters:
address- the referred address
-