|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.interlis.iox_j.StartBasketEvent
public class StartBasketEvent
start of a basket.
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 |
---|
public StartBasketEvent(java.lang.String type, java.lang.String bid)
type
- Type of basketbid
- Identifier of basketMethod Detail |
---|
public java.lang.String getBid()
StartBasketEvent
getBid
in interface StartBasketEvent
public int getConsistency()
StartBasketEvent
getConsistency
in interface StartBasketEvent
IomConstants
public java.lang.String getEndstate()
StartBasketEvent
getEndstate
in interface StartBasketEvent
public int getKind()
StartBasketEvent
getKind
in interface StartBasketEvent
IomConstants
public java.lang.String getStartstate()
StartBasketEvent
getStartstate
in interface StartBasketEvent
public java.lang.String[] getTopicv()
StartBasketEvent
getTopicv
in interface StartBasketEvent
public java.lang.String getType()
StartBasketEvent
getType
in interface StartBasketEvent
public void setBid(java.lang.String string)
string
- basket identifierpublic void setConsistency(int i)
public void setEndstate(java.lang.String string)
public void setKind(int i)
public void setStartstate(java.lang.String string)
public void setTopicv(java.lang.String[] strings)
public void setType(java.lang.String string)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |