Class BOFeatureClass
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.features.featureclass.BOFeatureClass
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a feature class
- 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 TypeMethodDescriptionChecks if the feature class is active.getCode()Returns the feature class code.Returns the feature class description.Returns the feature class type id.getId()Returns the feature class id.getOrder()Returns the feature class order.voidSets the feature class to active.voidSets the feature class code.voidsetDescription(LocalizedString description) Sets the feature class description.voidsetFeatureClassType(Long featureClassType) Sets the feature class type id.voidSets the feature class id.voidSets the feature class order.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
-
BOFeatureClass
public BOFeatureClass()
-
-
Method Details
-
getId
Returns the feature class id.- Returns:
- the the feature class id
-
setId
Sets the feature class id.- Parameters:
id- the feature class id
-
getCode
Returns the feature class code.- Returns:
- the code
-
setCode
Sets the feature class code.- Parameters:
code- the code
-
getDescription
Returns the feature class description.- Returns:
- the description
-
setDescription
Sets the feature class description.- Parameters:
description- the description
-
getActive
Checks if the feature class is active.- Returns:
- true if the feature class is active, false otherwise
-
setActive
Sets the feature class to active.- Parameters:
active- true if the feature class must be active, false otherwise
-
getOrder
Returns the feature class order.- Returns:
- the order
-
setOrder
Sets the feature class order.- Parameters:
order- the order
-
getFeatureClassType
Returns the feature class type id.- Returns:
- the feature class type id
- See Also:
-
setFeatureClassType
Sets the feature class type id.- Parameters:
featureClassType- the feature class type id- See Also:
-