|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.knowcenter.wag.egov.egiz.sig.ConnectorInformation
public class ConnectorInformation
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.
ConnectorFactory
,
Serialized FormField 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 |
---|
protected String connector_identifiert
protected String connector_description
Constructor Detail |
---|
public ConnectorInformation(String identifier, String description)
identifier
- The short identifier of the connector (e.g. "bku").description
- The user suitable description of the connector (e.g.
"Bürgerkartenumgebung").Method Detail |
---|
public String getIdentifier()
public String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |