Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

systemcontrol
Class PlanID

java.lang.Object
  |
  +--systemcontrol.PlanID

public class PlanID
extends java.lang.Object

Fuer jeden Plan gibt es eine eindeutige PlanID. Damit werden innerhalb einer Suche verschiedene Planner-Typen unterschieden.

Version:
1.1 04.08.1999

Field Summary
private  long planID
          PlanID wird aus Datum und Uhrzeit erstellt
 
Constructor Summary
PlanID()
           
 
Method Summary
 long getPlanID()
          Liefert das PlanID.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

planID

private long planID
PlanID wird aus Datum und Uhrzeit erstellt
Constructor Detail

PlanID

public PlanID()
Method Detail

getPlanID

public long getPlanID()
Liefert das PlanID.
Returns:
String, der die PlanID enthaelt.