|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.connector2.sna.lu0.host.LuaFlag2
The LuaCommon class represents flag2 structure form RUI api.
Constructor Summary | |
---|---|
LuaFlag2()
|
Method Summary | |
---|---|
boolean |
getasync()
Gets the async property (boolean) value. |
boolean |
getbid_enable()
Gets the bid_enable property (boolean) value. |
boolean |
getlu_exp()
Gets the lu_exp property (boolean) value. |
boolean |
getlu_norm()
Gets the lu_norm property (boolean) value. |
boolean |
getsscp_exp()
Gets the sscp_exp property (boolean) value. |
boolean |
getsscp_norm()
Gets the sscp_norm property (boolean) value. |
void |
set_all(boolean arg)
Sets all properties (boolean) value. |
void |
setasync(boolean newasync)
Sets the async property (boolean) value. |
void |
setbid_enable(boolean newbid_enable)
Sets the bid_enable property (boolean) value. |
void |
setlu_exp(boolean newlu_exp)
Sets the lu_exp property (boolean) value. |
void |
setlu_norm(boolean newlu_norm)
Sets the lu_norm property (boolean) value. |
void |
setsscp_exp(boolean newsscp_exp)
Sets the sscp_exp property (boolean) value. |
void |
setsscp_norm(boolean newsscp_norm)
Sets the sscp_norm property (boolean) value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LuaFlag2()
Method Detail |
public boolean getasync()
setasync(boolean)
public boolean getbid_enable()
setbid_enable(boolean)
public boolean getlu_exp()
setlu_exp(boolean)
public boolean getlu_norm()
setlu_norm(boolean)
public boolean getsscp_exp()
setsscp_exp(boolean)
public boolean getsscp_norm()
setsscp_norm(boolean)
public void set_all(boolean arg)
arg
- The new value for properties.public void setasync(boolean newasync)
newasync
- The new value for the property.getasync()
public void setbid_enable(boolean newbid_enable)
newbid_enable
- The new value for the property.getbid_enable()
public void setlu_exp(boolean newlu_exp)
newlu_exp
- The new value for the property.getlu_exp()
public void setlu_norm(boolean newlu_norm)
newlu_norm
- The new value for the property.getlu_norm()
public void setsscp_exp(boolean newsscp_exp)
newsscp_exp
- The new value for the property.getsscp_exp()
public void setsscp_norm(boolean newsscp_norm)
newsscp_norm
- The new value for the property.getsscp_norm()
public java.lang.String toString()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |