4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.entity.DrupAuthServer Class Reference

Class representing approved drupal authentization server. More...

Inheritance diagram for cz.vutbr.fit.knot.annotations.entity.DrupAuthServer:
Inheritance graph
Collaboration diagram for cz.vutbr.fit.knot.annotations.entity.DrupAuthServer:
Collaboration graph

Public Member Functions

 DrupAuthServer ()
 
 DrupAuthServer (String ipAddress, String hostName)
 
 DrupAuthServer (Integer id)
 
 DrupAuthServer (Integer id, String ipAddress)
 
Integer getId ()
 
void setId (Integer id)
 
String getIpAddress ()
 
void setIpAddress (String ipAddress)
 
String getHostName ()
 
void setHostName (String hostName)
 
int hashCode ()
 
boolean equals (Object object)
 
String toString ()
 

Private Attributes

Integer id
 
String ipAddress
 
String hostName
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Class representing approved drupal authentization server.

Class representing approved drupal authentization server.

Author
Martin Petr (xpetrm05)

Definition at line 43 of file DrupAuthServer.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.DrupAuthServer ( )

Constructor

Definition at line 66 of file DrupAuthServer.java.

cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.DrupAuthServer ( String  ipAddress,
String  hostName 
)

Constructor

Parameters
ipAddressIP Address of approved drupal authentization server
hostNamehost name of approved drupal authentization server

Definition at line 75 of file DrupAuthServer.java.

cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.DrupAuthServer ( Integer  id)

Constructor

Parameters
idId of approved drupal authentization server

Definition at line 85 of file DrupAuthServer.java.

cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.DrupAuthServer ( Integer  id,
String  ipAddress 
)

Constructor

Parameters
idId of approved drupal authentization server
ipAddressIP Address of approved drupal authentization server

Definition at line 95 of file DrupAuthServer.java.

Member Function Documentation

boolean cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.equals ( Object  object)

Object equals if they are the same class instance and they have the same id.

Parameters
object
Returns

Definition at line 168 of file DrupAuthServer.java.

String cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.getHostName ( )

Gets host name of approved drupal authentization server.

Returns
host name of approved drupal authentization server

Definition at line 141 of file DrupAuthServer.java.

Integer cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.getId ( )

Gets id of approved drupal authentization server.

Returns
id of approved drupal authentization server

Definition at line 105 of file DrupAuthServer.java.

Here is the caller graph for this function:

String cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.getIpAddress ( )

Gets IP Address of approved drupal authentization server.

Returns
IP Address of approved drupal authentization server

Definition at line 123 of file DrupAuthServer.java.

int cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.hashCode ( )

Definition at line 155 of file DrupAuthServer.java.

void cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.setHostName ( String  hostName)

Sets host name of approved drupal authentization server.

Parameters
hostNamehost name of approved drupal authentization server

Definition at line 150 of file DrupAuthServer.java.

void cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.setId ( Integer  id)

Sets id of approved drupal authentization server

Parameters
idid of approved drupal authentization server

Definition at line 114 of file DrupAuthServer.java.

void cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.setIpAddress ( String  ipAddress)

Sets IP Address of approved drupal authentization server.

Parameters
ipAddressIP Address of approved drupal authentization server

Definition at line 132 of file DrupAuthServer.java.

String cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.toString ( )

Definition at line 180 of file DrupAuthServer.java.

Member Data Documentation

String cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.hostName
private

Host name of approved drupal authentization server

Definition at line 61 of file DrupAuthServer.java.

Integer cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.id
private

Id of approved drupal authentization server

Definition at line 50 of file DrupAuthServer.java.

String cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.ipAddress
private

IP Address of approved drupal authentization server

Definition at line 56 of file DrupAuthServer.java.

final long cz.vutbr.fit.knot.annotations.entity.DrupAuthServer.serialVersionUID = 1L
staticprivate

Definition at line 44 of file DrupAuthServer.java.


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