Class UserPrivateKey_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.academic.domain.UserPrivateKey_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class UserPrivateKey_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     
    org.joda.time.DateTime
     
    org.joda.time.DateTime
     
    void
    setPrivateKey(byte[] privateKey)
     
    void
    setPrivateKeyCreation(org.joda.time.DateTime privateKeyCreation)
     
    void
    setPrivateKeyValidity(org.joda.time.DateTime privateKeyValidity)
     

    Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UserPrivateKey_Base

      protected UserPrivateKey_Base()
  • Method Details

    • getPrivateKey

      public byte[] getPrivateKey()
    • setPrivateKey

      public void setPrivateKey(byte[] privateKey)
    • getPrivateKeyCreation

      public org.joda.time.DateTime getPrivateKeyCreation()
    • setPrivateKeyCreation

      public void setPrivateKeyCreation(org.joda.time.DateTime privateKeyCreation)
    • getPrivateKeyValidity

      public org.joda.time.DateTime getPrivateKeyValidity()
    • setPrivateKeyValidity

      public void setPrivateKeyValidity(org.joda.time.DateTime privateKeyValidity)