BaltradDex
BALTRAD Data Exchange System
Loading...
Searching...
No Matches
eu.baltrad.dex.keystore.model.Key Class Reference

Public Member Functions

 Key ()
 
 Key (int id, String name, String checksum, boolean authorized, boolean injector)
 
 Key (String name, String checksum, boolean authorized, boolean injector)
 
int getId ()
 
void setId (int id)
 
String getName ()
 
void setName (String name)
 
String getChecksum ()
 
void setChecksum (String checksum)
 
boolean isAuthorized ()
 
void setAuthorized (boolean authorized)
 
boolean isInjector ()
 
void setInjector (boolean injector)
 

Detailed Description

Implements key object.

Author
Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu
Version
2.0.0
Since
1.7.0

Constructor & Destructor Documentation

◆ Key() [1/3]

eu.baltrad.dex.keystore.model.Key.Key ( )
inline

Default constructor.

◆ Key() [2/3]

eu.baltrad.dex.keystore.model.Key.Key ( int id,
String name,
String checksum,
boolean authorized,
boolean injector )
inline

Constructor.

Parameters
idRecord id
nameKey name
checksumFile checksum
authorizedAuthorization toggle
injectorInjector toggle

◆ Key() [3/3]

eu.baltrad.dex.keystore.model.Key.Key ( String name,
String checksum,
boolean authorized,
boolean injector )
inline

Constructor.

Parameters
nameKey name
checksumFile checksum
authorizedAuthorization toggle
injectorInjector toggle

Member Function Documentation

◆ getChecksum()

String eu.baltrad.dex.keystore.model.Key.getChecksum ( )
inline
Returns
the checksum

◆ getId()

int eu.baltrad.dex.keystore.model.Key.getId ( )
inline
Returns
the id

◆ getName()

String eu.baltrad.dex.keystore.model.Key.getName ( )
inline
Returns
the name

◆ isAuthorized()

boolean eu.baltrad.dex.keystore.model.Key.isAuthorized ( )
inline
Returns
the authorized

◆ isInjector()

boolean eu.baltrad.dex.keystore.model.Key.isInjector ( )
inline
Returns
the injector

◆ setAuthorized()

void eu.baltrad.dex.keystore.model.Key.setAuthorized ( boolean authorized)
inline
Parameters
authorizedthe authorized to set

◆ setChecksum()

void eu.baltrad.dex.keystore.model.Key.setChecksum ( String checksum)
inline
Parameters
checksumthe checksum to set

◆ setId()

void eu.baltrad.dex.keystore.model.Key.setId ( int id)
inline
Parameters
idthe id to set

◆ setInjector()

void eu.baltrad.dex.keystore.model.Key.setInjector ( boolean injector)
inline
Parameters
injectorthe injector to set

◆ setName()

void eu.baltrad.dex.keystore.model.Key.setName ( String name)
inline
Parameters
namethe name to set

The documentation for this class was generated from the following file: