Klasse PoliciesConfig

java.lang.Object
org.emau.icmvc.ganimed.ttp.cm2.config.PoliciesConfig
Alle implementierten Schnittstellen:
Serializable

public class PoliciesConfig extends Object implements Serializable
Siehe auch:
  • Konstruktordetails

    • PoliciesConfig

      public PoliciesConfig()
      Empty constructor for deserialization.
    • PoliciesConfig

      public PoliciesConfig(PoliciesConfig config)
      Copy constructor.
    • PoliciesConfig

      public PoliciesConfig(boolean permanentRevoke, boolean takeHighestVersionInsteadOfNewest, boolean takeMostSpecificValidityInsteadOfShortest)
      All fields constructor.
  • Methodendetails

    • capture

      public void capture(PoliciesConfig config)
    • isPermanentRevoke

      public boolean isPermanentRevoke()
    • setPermanentRevoke

      public void setPermanentRevoke(boolean permanentRevoke)
    • isTakeHighestVersionInsteadOfNewest

      public boolean isTakeHighestVersionInsteadOfNewest()
    • setTakeHighestVersionInsteadOfNewest

      public void setTakeHighestVersionInsteadOfNewest(boolean takeHighestVersionInsteadOfNewest)
    • isTakeMostSpecificValidityInsteadOfShortest

      public boolean isTakeMostSpecificValidityInsteadOfShortest()
    • setTakeMostSpecificValidityInsteadOfShortest

      public void setTakeMostSpecificValidityInsteadOfShortest(boolean takeMostSpecificValidityInsteadOfShortest)
    • updateUnlockedParts

      public boolean updateUnlockedParts(PoliciesConfig config)
      Currently simply ignores the given given config and updates nothing.
      Parameter:
      config - the config to update from
      Gibt zurück:
      false
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object