Class InvalidateCacheInfoParam

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.InvalidateCacheInfoParam
All Implemented Interfaces:
Serializable

public class InvalidateCacheInfoParam extends ValueClass
ParamObject for InvalidateCacheInfo.
Since:
9.00.030.010
See Also:
  • Field Details

    • guid

      protected String guid
      Parameter, depends on the purpose of this object.

      In case of InvalidateCacheC.HASHTAGCOUNT:

      • Related to HashtagGuid which is set according to count.
      • If guid is null or empty, the complete HashtagCountCache is rebuild from DB.

      In case of InvalidateCacheC.WORKFLOW: WFDiagram.tstamp

      In case of InvalidateCacheC.TRANSLATE_TERM: TranslateTerm.guid

    • flag

      protected int flag
      Parameter, depends on the purpose of this object. Set flag to InvalidateCacheC.HASHTAGCOUNT to use for HashtagCountCache. In case of InvalidateCacheC.WORKFLOW: WFDiagram.id
    • count

      protected int count
      Parameter, depends on the purpose of this object.

      In case of InvalidateCacheC.HASHTAGCOUNT:

      • Case 1: Increases count of corresponding Hashtag
      • Case -1: Decreases count of corresponding Hashtag
      • Any other number: Sets count of corresponding Hashtag this number

      In case of InvalidateCacheC.WORKFLOW: Hash code computed over WFDiagram members.

    • objectValue

      protected ValueClass objectValue
      Modified object.
      Since:
      12.00.000.026
  • Constructor Details

    • InvalidateCacheInfoParam

      public InvalidateCacheInfoParam()
      Default constructor.
    • InvalidateCacheInfoParam

      public InvalidateCacheInfoParam(String guid)
      Constructor with initialization of member guid.
      Parameters:
      guid - Value for guid.
  • Method Details

    • setGuid

      public void setGuid(String guid)
    • setFlag

      public void setFlag(int flag)
    • setCount

      public void setCount(int count)
    • getGuid

      public String getGuid()
    • getFlag

      public int getFlag()
    • getCount

      public int getCount()
    • getObjectValue

      public ValueClass getObjectValue()
    • setObjectValue

      public void setObjectValue(ValueClass objectValue)
    • toString

      public String toString()
      Overrides:
      toString in class Object