public static class ArchivConfig.SubscrMarker.SubscrInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
closeContainer |
int |
kind
Was ist geschehen (Neu-/Ent-/Umparametrierung)
|
static int |
NEW_PARAM_ARCH |
static int |
NEW_PARAM_NOARCH |
long |
oldQAspectId
In einigen Faellen braucht man den alten Quittungsaspekt
|
static int |
RE_PARAM_ARCH |
static int |
RE_PARAM_NOARCH |
static int |
RE_PARAM_PARAM |
static int |
UN_PARAM |
Constructor and Description |
---|
SubscrInfo(int kind) |
SubscrInfo(int kind,
long oldQAspectId) |
Modifier and Type | Method and Description |
---|---|
ArchivConfig.SubscrMarker.SubscrInfo |
clone() |
boolean |
hasOldAspect() |
public static int NEW_PARAM_ARCH
public static int NEW_PARAM_NOARCH
public static int UN_PARAM
public static int RE_PARAM_ARCH
public static int RE_PARAM_NOARCH
public static int RE_PARAM_PARAM
public int kind
Was ist geschehen (Neu-/Ent-/Umparametrierung)
public long oldQAspectId
In einigen Faellen braucht man den alten Quittungsaspekt
public boolean closeContainer
public SubscrInfo(int kind)
public SubscrInfo(int kind, long oldQAspectId)
public boolean hasOldAspect()
public ArchivConfig.SubscrMarker.SubscrInfo clone()
clone
in class java.lang.Object