Class BOSecretValue

java.lang.Object
overit.geocall.model.DynO
overit.geocall.basic.bl.auth.BOSecretValue
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOSecretValue extends DynO
See Also:
  • Field Details

    • clock

      protected static Clock clock
  • Constructor Details

    • BOSecretValue

      public BOSecretValue()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getVersionId

      public String getVersionId()
    • setVersionId

      public void setVersionId(String versionId)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getIssued

      public Date getIssued()
    • setIssued

      public void setIssued(Date issued)
    • getSecretId

      public Long getSecretId()
    • setSecretId

      public void setSecretId(Long secretId)
    • getRotation

      public Date getRotation()
    • setRotation

      public void setRotation(Date rotation)
    • isRotated

      public boolean isRotated()