Package overit.geocall.base.rs2.usertype
Class NewUserType
java.lang.Object
overit.geocall.model.DynO
overit.geocall.base.rs2.usertype.NewUserType
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Data transfer object representing a user type creation request.
It contains all the user type's information and is typically used by the
It contains all the user type's information and is typically used by the
user create service update or create
resource.- 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 StringgetCode()final Stringfinal Longfinal Longfinal Longfinal booleanisActive()final booleanfinal booleanfinal voidsetActive(boolean active) final voidfinal voidsetDescription(String description) final voidsetMaxInactiveInterval(Long maxInactiveInterval) final voidsetOrdering(Long ordering) final voidsetProfile(Long profile) final voidsetSystemAdmin(boolean systemAdmin) final voidsetTenantAdmin(boolean tenantAdmin) validate()Method that will be called to validate the DynO instance.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, updateMethods 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
-
NewUserType
public NewUserType()
-
-
Method Details
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getOrdering
-
setOrdering
-
getMaxInactiveInterval
-
setMaxInactiveInterval
-
isActive
public final boolean isActive() -
setActive
public final void setActive(boolean active) -
isSystemAdmin
public final boolean isSystemAdmin() -
setSystemAdmin
public final void setSystemAdmin(boolean systemAdmin) -
isTenantAdmin
public final boolean isTenantAdmin() -
setTenantAdmin
public final void setTenantAdmin(boolean tenantAdmin) -
getProfile
-
setProfile
-
validate
Description copied from class:DynOMethod that will be called to validate the DynO instance.
-