public class ApplicationGlobalPermissionsTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
canChangeAllocationIntervalStatus |
private Set<ConfigurableNotificationRecordTO> |
configurableNotificationRecords |
private BigDecimal |
maxIssueInvoiceValue |
private BigDecimal |
maxIssuePurchaseOrderValue |
private BigDecimal |
maxIssueQuoteValue |
private Set<FreeTagLinkTO> |
restrictedClientTags |
private Boolean |
storesTime |
private Boolean |
unlimitedIssueInvoiceValue |
private Boolean |
unlimitedIssuePurchaseOrderValue |
private Boolean |
unlimitedIssueQuoteValue |
private Boolean |
viewProfitNumbers |
private Boolean |
viewStaffSalaries |
| Constructor and Description |
|---|
ApplicationGlobalPermissionsTO() |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toString@NotNull private Boolean viewStaffSalaries
@NotNull private Boolean viewProfitNumbers
@NotNull private Boolean storesTime
@NotNull private Boolean unlimitedIssueInvoiceValue
private BigDecimal maxIssueInvoiceValue
@NotNull private Boolean unlimitedIssuePurchaseOrderValue
private BigDecimal maxIssuePurchaseOrderValue
@NotNull private Boolean unlimitedIssueQuoteValue
private BigDecimal maxIssueQuoteValue
@NotNull private Boolean canChangeAllocationIntervalStatus
private Set<ConfigurableNotificationRecordTO> configurableNotificationRecords
private Set<FreeTagLinkTO> restrictedClientTags
public Boolean getViewStaffSalaries()
public void setViewStaffSalaries(Boolean viewStaffSalaries)
public Boolean getViewProfitNumbers()
public void setViewProfitNumbers(Boolean viewProfitNumbers)
public BigDecimal getMaxIssueInvoiceValue()
public void setMaxIssueInvoiceValue(BigDecimal maxIssueInvoiceValue)
public BigDecimal getMaxIssuePurchaseOrderValue()
public void setMaxIssuePurchaseOrderValue(BigDecimal maxIssuePurchaseOrderValue)
public BigDecimal getMaxIssueQuoteValue()
public void setMaxIssueQuoteValue(BigDecimal maxIssueQuoteValue)
public Boolean getUnlimitedIssueInvoiceValue()
public void setUnlimitedIssueInvoiceValue(Boolean unlimitedIssueInvoiceValue)
public Boolean getUnlimitedIssuePurchaseOrderValue()
public void setUnlimitedIssuePurchaseOrderValue(Boolean unlimitedIssuePurchaseOrderValue)
public Boolean getUnlimitedIssueQuoteValue()
public void setUnlimitedIssueQuoteValue(Boolean unlimitedIssueQuoteValue)
public Boolean getStoresTime()
public void setStoresTime(Boolean storesTime)
public Boolean getCanChangeAllocationIntervalStatus()
public void setCanChangeAllocationIntervalStatus(Boolean canChangeAllocationIntervalStatus)
public Set<ConfigurableNotificationRecordTO> getConfigurableNotificationRecords()
public void setConfigurableNotificationRecords(Set<ConfigurableNotificationRecordTO> configurableNotificationRecords)
public Set<FreeTagLinkTO> getRestrictedClientTags()
public void setRestrictedClientTags(Set<FreeTagLinkTO> restrictedClientTags)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.