Class InterestIncentivesEnumerations

java.lang.Object
org.apache.fineract.portfolio.interestratechart.service.InterestIncentivesEnumerations

public final class InterestIncentivesEnumerations extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
    attributeName(Integer attributeName)
     
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
    attributeName(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveAttributeName type)
     
    static List<org.apache.fineract.infrastructure.core.data.EnumOptionData>
    attributeName(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveAttributeName[] attributeNames)
     
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
    entityType(Integer entityType)
     
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
    entityType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveEntityType type)
     
    static List<org.apache.fineract.infrastructure.core.data.EnumOptionData>
    entityType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveEntityType[] entityTypes)
     
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
    incentiveType(Integer incentiveType)
     
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
    incentiveType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveType type)
     
    static List<org.apache.fineract.infrastructure.core.data.EnumOptionData>
    incentiveType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveType[] incentiveTypes)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • attributeName

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData attributeName(Integer attributeName)
    • attributeName

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData attributeName(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveAttributeName type)
    • attributeName

      public static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> attributeName(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveAttributeName[] attributeNames)
    • entityType

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData entityType(Integer entityType)
    • entityType

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData entityType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveEntityType type)
    • entityType

      public static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> entityType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveEntityType[] entityTypes)
    • incentiveType

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData incentiveType(Integer incentiveType)
    • incentiveType

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData incentiveType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveType type)
    • incentiveType

      public static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> incentiveType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveType[] incentiveTypes)