Class StorageServiceTest.AnnotatedObject

java.lang.Object
org.opensaml.storage.testing.StorageServiceTest.AnnotatedObject
Enclosing class:
StorageServiceTest

private class StorageServiceTest.AnnotatedObject extends Object
Annotated object class to test with.
  • Field Details

    • context

      private String context
      Context.
    • key

      private String key
      Key.
    • value

      private String value
      Value.
    • expiration

      private Long expiration
      Expiration.
  • Constructor Details

    • AnnotatedObject

      private AnnotatedObject()
  • Method Details

    • generate

      public void generate()
    • getContext

      public String getContext()
    • setContext

      public void setContext(String c)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String k)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String val)
    • getExpiration

      public long getExpiration()
    • setExpiration

      public void setExpiration(long exp)