Schnittstelle UserPassword

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, Notifier
Alle bekannten Implementierungsklassen:
UserPasswordImpl

public interface UserPassword extends CDOObject
A representation of the model object 'User Password'.
Siehe auch:
Generated
Extends
CDOObject
Model
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

The following features are supported:

  • Methodendetails

    • getEncrypted

      String getEncrypted()
      Returns the value of the 'Encrypted' attribute.

      If the meaning of the 'Encrypted' attribute isn't clear, there really should be more of a description here...

      Gibt zurück:
      the value of the 'Encrypted' attribute.
      Siehe auch:
      Generated
      Model
    • setEncrypted

      void setEncrypted(String value)
      Sets the value of the 'Encrypted' attribute.
      Parameter:
      value - the new value of the 'Encrypted' attribute.
      Siehe auch:
      Generated