Class DTOAssetTypeTemplate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.rs1.type.template.DTOAssetTypeTemplate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOAssetTypeTemplate extends DynO
DTO for asset type template
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAssetTypeTemplate

      public DTOAssetTypeTemplate()
  • Method Details

    • getId

      public final Long getId()
    • setId

      public final void setId(Long id)
    • getCode

      public final String getCode()
    • setCode

      public final void setCode(String code)
    • getDescription

      public final String getDescription()
    • setDescription

      public final void setDescription(String description)
    • getOrder

      public final Long getOrder()
    • setOrder

      public final void setOrder(Long order)
    • getIsActive

      public final Boolean getIsActive()
    • setIsActive

      public final void setIsActive(Boolean isActive)
    • getType

      public final Long getType()
    • setType

      public final void setType(Long type)
    • getIsDefault

      public final Boolean getIsDefault()
    • setIsDefault

      public final void setIsDefault(Boolean isDefault)