Package overit.geocall.base.rs2.usertype
Class UserTypeResponse
java.lang.Object
overit.geocall.model.DynO
overit.geocall.base.rs2.usertype.UserTypeResponse
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Data transfer object representing a user's type.
It contains all the user's type information and is typically used by the
It contains all the user's type information and is typically used by the
user type service as
a response object.- Since:
- 9.2
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionfinal Booleanfinal StringgetCode()final Stringfinal LonggetId()final Longfinal Longfinal Longfinal Booleanfinal Booleanfinal voidfinal voidfinal voidsetDescription(String description) final voidfinal voidsetMaxInactiveInterval(Long maxInactiveInterval) final voidsetOrdering(Long ordering) final voidsetProfile(Long profile) final voidsetSystemAdmin(Boolean systemAdmin) final voidsetTenantAdmin(Boolean tenantAdmin) 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
-
UserTypeResponse
public UserTypeResponse()
-
-
Method Details
-
getId
-
setId
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getOrdering
-
setOrdering
-
getMaxInactiveInterval
-
setMaxInactiveInterval
-
getActive
-
setActive
-
isSystemAdmin
-
setSystemAdmin
-
isTenantAdmin
-
setTenantAdmin
-
getProfile
-
setProfile
-