Interface Inactivatable

All Known Subinterfaces:
AnswerHeaderContract, CitizenshipTypeContract, CostElementContract, CustomAttributeDocumentContract, InvestigatorCreditTypeContract, KcPersonContract, QuestionnaireContract, RolodexContract, S2sFormConfigurationContract, S2sOverrideContract, S2sProviderContract, SponsorContract, TbnPersonContract, UnitContract, ValidCeRateTypeContract

public interface Inactivatable
This interface can be used to identify an object which has an active indicator.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The active indicator for an object.
  • Method Details

    • isActive

      boolean isActive()
      The active indicator for an object.
      Returns:
      true if active false if not.