ch.interlis.iox_j
Class StartBasketEvent

java.lang.Object
  extended by ch.interlis.iox_j.StartBasketEvent
All Implemented Interfaces:
IoxEvent, StartBasketEvent

public class StartBasketEvent
extends java.lang.Object
implements StartBasketEvent

start of a basket.

Version:
$Revision: 1.0 $ $Date: 26.06.2006 $
Author:
ce

Constructor Summary
StartBasketEvent(java.lang.String type, java.lang.String bid)
          Creates a new start basket event.
 
Method Summary
 java.lang.String getBid()
          gets the identifier of this basket.
 int getConsistency()
          gets the consistency of this basket.
 java.lang.String getEndstate()
          gets the end state of this basket.
 int getKind()
          gets the transfer mode of this basket.
 java.lang.String getStartstate()
          gets the start state of this basket.
 java.lang.String[] getTopicv()
          gets the sub-types of this basket's type, if it contains polymorphic content.
 java.lang.String getType()
          gets the type of this basket.
 void setBid(java.lang.String string)
          Sets the identifier of the basket.
 void setConsistency(int i)
          Sets the consistency of the basket.
 void setEndstate(java.lang.String string)
          Sets the end state of the basket.
 void setKind(int i)
          Sets the transfer mode of the basket.
 void setStartstate(java.lang.String string)
          Sets the start state of the basket.
 void setTopicv(java.lang.String[] strings)
          Sets the sub-types of this basket's type, if it contains polymorphic content.
 void setType(java.lang.String string)
          Sets the type of the basket.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartBasketEvent

public StartBasketEvent(java.lang.String type,
                        java.lang.String bid)
Creates a new start basket event.

Parameters:
type - Type of basket
bid - Identifier of basket
Method Detail

getBid

public java.lang.String getBid()
Description copied from interface: StartBasketEvent
gets the identifier of this basket.

Specified by:
getBid in interface StartBasketEvent

getConsistency

public int getConsistency()
Description copied from interface: StartBasketEvent
gets the consistency of this basket.

Specified by:
getConsistency in interface StartBasketEvent
See Also:
IomConstants

getEndstate

public java.lang.String getEndstate()
Description copied from interface: StartBasketEvent
gets the end state of this basket. Only if kind==IOM_INITIAL or kind==IOM_UPDATE.

Specified by:
getEndstate in interface StartBasketEvent

getKind

public int getKind()
Description copied from interface: StartBasketEvent
gets the transfer mode of this basket. IOM_FULL if not an incremental transfer.

Specified by:
getKind in interface StartBasketEvent
See Also:
IomConstants

getStartstate

public java.lang.String getStartstate()
Description copied from interface: StartBasketEvent
gets the start state of this basket. Only if kind==IOM_UPDATE.

Specified by:
getStartstate in interface StartBasketEvent

getTopicv

public java.lang.String[] getTopicv()
Description copied from interface: StartBasketEvent
gets the sub-types of this basket's type, if it contains polymorphic content.

Specified by:
getTopicv in interface StartBasketEvent

getType

public java.lang.String getType()
Description copied from interface: StartBasketEvent
gets the type of this basket.

Specified by:
getType in interface StartBasketEvent

setBid

public void setBid(java.lang.String string)
Sets the identifier of the basket.

Parameters:
string - basket identifier

setConsistency

public void setConsistency(int i)
Sets the consistency of the basket.


setEndstate

public void setEndstate(java.lang.String string)
Sets the end state of the basket.


setKind

public void setKind(int i)
Sets the transfer mode of the basket.


setStartstate

public void setStartstate(java.lang.String string)
Sets the start state of the basket.


setTopicv

public void setTopicv(java.lang.String[] strings)
Sets the sub-types of this basket's type, if it contains polymorphic content.


setType

public void setType(java.lang.String string)
Sets the type of the basket.