Class AccountTypeDTO

java.lang.Object
tools.dynamia.modules.saas.api.dto.AccountTypeDTO
All Implemented Interfaces:
Serializable

public class AccountTypeDTO extends Object implements Serializable
Author:
Mario Serrano Leones
See Also:
  • Constructor Details

    • AccountTypeDTO

      public AccountTypeDTO()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getMaxUsers

      public int getMaxUsers()
    • setMaxUsers

      public void setMaxUsers(int maxUsers)
    • isAllowAdditionalUsers

      public boolean isAllowAdditionalUsers()
    • setAllowAdditionalUsers

      public void setAllowAdditionalUsers(boolean allowAdditionalUsers)
    • getAdditionalUserPrice

      public BigDecimal getAdditionalUserPrice()
    • setAdditionalUserPrice

      public void setAdditionalUserPrice(BigDecimal additionalUserPrice)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getInternalDescription

      public String getInternalDescription()
    • setInternalDescription

      public void setInternalDescription(String internalDescription)
    • isActive

      public boolean isActive()
    • setActive

      public void setActive(boolean active)
    • isPublicType

      public boolean isPublicType()
    • setPublicType

      public void setPublicType(boolean publicType)
    • getRestrictions

      public List<AccountTypeRestrictionDTO> getRestrictions()
    • setRestrictions

      public void setRestrictions(List<AccountTypeRestrictionDTO> restrictions)
    • getPeriodicity

      public AccountPeriodicity getPeriodicity()
    • setPeriodicity

      public void setPeriodicity(AccountPeriodicity periodicity)
    • getPrice

      public BigDecimal getPrice()
    • setPrice

      public void setPrice(BigDecimal price)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isPrintingSupport

      public boolean isPrintingSupport()
    • setPrintingSupport

      public void setPrintingSupport(boolean printingSupport)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getReference

      public String getReference()
    • setReference

      public void setReference(String reference)
    • getAllowedOverdueDays

      public int getAllowedOverdueDays()
    • setAllowedOverdueDays

      public void setAllowedOverdueDays(int allowedOverdueDays)
    • isPaymentRequired

      public boolean isPaymentRequired()
    • setPaymentRequired

      public void setPaymentRequired(boolean paymentRequired)
    • isSecured

      public boolean isSecured()
    • setSecured

      public void setSecured(boolean secured)
    • isTrial

      public boolean isTrial()
    • setTrial

      public void setTrial(boolean trial)
    • getTrialDays

      public int getTrialDays()
    • setTrialDays

      public void setTrialDays(int trialDays)