Class BODistrict
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.locations.bl.district.BODistrict
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a district
- Since:
- 17.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 TypeMethodDescriptionReturns the district acronym.getCode()Returns the district code.Returns the id of the district country.Returns the district description.Returns the id of the district region.voidsetAcronym(String acronym) Sets the district acronym.voidSets the district code.voidsetCountry(String country) Sets the id of the district country.voidsetDescription(String description) Sets the district description.voidSets the id of the district region.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
-
BODistrict
public BODistrict()
-
-
Method Details
-
getCode
Returns the district code.- Returns:
- the code
-
setCode
Sets the district code.- Parameters:
code- the code
-
getAcronym
Returns the district acronym.- Returns:
- the acronym
-
setAcronym
Sets the district acronym.- Parameters:
acronym- the acronym
-
getDescription
Returns the district description.- Returns:
- the description
-
setDescription
Sets the district description.- Parameters:
description- the description
-
getRegion
Returns the id of the district region.- Returns:
- the region id
-
setRegion
Sets the id of the district region.- Parameters:
region- the region id
-
getCountry
Returns the id of the district country.- Returns:
- the country
-
setCountry
Sets the id of the district country.- Parameters:
country- the country
-