Class BOAssetContact
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.bl.contact.BOAssetContact
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a customer contact.
- Since:
- 16.0
- 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 addressgetAsset()Returns the asset id.getCode()Gets the contact codeGets the contact valuegetId()Gets the contact id.getType()Gets the contact's typevoidsetAddress(Long address) Sets the referred addressvoidSets the asset id.voidSets 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
-
BOAssetContact
public BOAssetContact()
-
-
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
-
getAsset
Returns the asset id.- Returns:
- the asset id
- See Also:
-
setAsset
Sets the asset id.- Parameters:
asset- the asset id- See Also:
-