at.knowcenter.wag.egov.egiz.sig
Class ConnectorInformation

java.lang.Object
  extended by at.knowcenter.wag.egov.egiz.sig.ConnectorInformation
All Implemented Interfaces:
Serializable

public class ConnectorInformation
extends Object
implements Serializable

Holds the information of one connectior.

An implementation of the Connector interface must provide a public static final ConnectorInformation field named ConnectorFactory#CONNECTOR_INFORMATION_FIELD_NAME that provides the information about this connector to the system.

Author:
wprinz
See Also:
ConnectorFactory, Serialized Form

Field Summary
protected  String connector_description
          The user suitable description of the connector (e.g.
protected  String connector_identifiert
          The short identifier of the connector (e.g.
 
Constructor Summary
ConnectorInformation(String identifier, String description)
          Constructor that initializes this object.
 
Method Summary
 String getDescription()
          Returns the description if this connector.
 String getIdentifier()
          Returns the identifier of this connector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connector_identifiert

protected String connector_identifiert
The short identifier of the connector (e.g. "bku").


connector_description

protected String connector_description
The user suitable description of the connector (e.g. "Bürgerkartenumgebung").

Constructor Detail

ConnectorInformation

public ConnectorInformation(String identifier,
                            String description)
Constructor that initializes this object.

Parameters:
identifier - The short identifier of the connector (e.g. "bku").
description - The user suitable description of the connector (e.g. "Bürgerkartenumgebung").
Method Detail

getIdentifier

public String getIdentifier()
Returns the identifier of this connector.

Returns:
Returns the identifier of this connector.

getDescription

public String getDescription()
Returns the description if this connector.

Returns:
Returns the description if this connector.


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.