Class InvoicePropertiesContribution

java.lang.Object
ch.tocco.nice2.optional.order.api.action.invoice.InvoicePropertiesContribution

public class InvoicePropertiesContribution extends Object
  • Constructor Details

    • InvoicePropertiesContribution

      public InvoicePropertiesContribution()
  • Method Details

    • getEntityName

      public String getEntityName()
    • setEntityName

      public void setEntityName(String entityName)
    • getPathToUser

      public String getPathToUser()
    • setPathToUser

      public void setPathToUser(String pathToUser)
    • getPathToAddress

      public String getPathToAddress()
    • setPathToAddress

      public void setPathToAddress(String pathToAddress)
    • getPathToAlternateBillingAddress

      public String getPathToAlternateBillingAddress()
    • setPathToAlternateBillingAddress

      public void setPathToAlternateBillingAddress(String pathToAlternateBillingAddress)
    • getPathToBillingAddressAddition

      public String getPathToBillingAddressAddition()
    • setPathToBillingAddressAddition

      public void setPathToBillingAddressAddition(String pathToBillingAddressAddition)
    • getPathToPaymentSchedule

      public String getPathToPaymentSchedule()
    • setPathToPaymentSchedule

      public void setPathToPaymentSchedule(String pathToPaymentSchedule)
    • getPathToOrder

      public String getPathToOrder()
    • setPathToOrder

      public void setPathToOrder(String pathToOrder)
    • getPathToOrderPosition

      public String getPathToOrderPosition()
    • setPathToOrderPosition

      public void setPathToOrderPosition(String pathToOrderPosition)
    • getPathToSource

      public String getPathToSource()
    • setPathToSource

      public void setPathToSource(String pathToSource)
    • getPathToPriceDate

      public String getPathToPriceDate()
    • setPathToPriceDate

      public void setPathToPriceDate(String pathToPriceDate)
    • getPathToServiceStartDate

      public String getPathToServiceStartDate()
    • setPathToServiceStartDate

      public void setPathToServiceStartDate(String pathToServiceStartDate)
    • getPathToServiceEndDate

      public String getPathToServiceEndDate()
    • setPathToServiceEndDate

      public void setPathToServiceEndDate(String pathToServiceEndDate)
    • getAllowedRoles

      public Set<String> getAllowedRoles()
    • addAllowedRoles

      public void addAllowedRoles(String... allowedRoles)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • merge

      public void merge(InvoicePropertiesContribution that)