Class Survey

java.lang.Object
org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom<Long>
org.apache.fineract.spm.domain.Survey
All Implemented Interfaces:
Serializable, Cloneable, org.eclipse.persistence.descriptors.changetracking.ChangeTracker, org.eclipse.persistence.internal.descriptors.PersistenceEntity, org.eclipse.persistence.internal.descriptors.PersistenceObject, org.eclipse.persistence.internal.weaving.PersistenceWeaved, org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking, org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups, org.eclipse.persistence.queries.FetchGroupTracker, org.springframework.data.domain.Persistable<Long>

@Entity public class Survey extends org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom<Long>
See Also:
  • Constructor Details

    • Survey

      public Survey()
  • Method Details

    • getComponents

      public List<Component> getComponents()
    • setComponents

      public void setComponents(List<Component> components)
    • getQuestions

      public List<Question> getQuestions()
    • setQuestions

      public void setQuestions(List<Question> questions)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getCountryCode

      public String getCountryCode()
    • setCountryCode

      public void setCountryCode(String countryCode)
    • getValidFrom

      public LocalDate getValidFrom()
    • setValidFrom

      public void setValidFrom(LocalDate validFrom)
    • getValidTo

      public LocalDate getValidTo()
    • setValidTo

      public void setValidTo(LocalDate validTo)