IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.samples.business.sna.lu0.host
Class DummyLuaFlag2

java.lang.Object
  extended bycom.ibm.btt.samples.business.sna.lu0.host.DummyLuaFlag2

public class DummyLuaFlag2
extends java.lang.Object

The LuaCommon class represents flag2 structure form RUI api.


Constructor Summary
DummyLuaFlag2()
           
 
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

DummyLuaFlag2

public DummyLuaFlag2()
Method Detail

getasync

public boolean getasync()
Gets the async property (boolean) value.

Returns:
The async property value.
See Also:
setasync(boolean)

getbid_enable

public boolean getbid_enable()
Gets the bid_enable property (boolean) value.

Returns:
The bid_enable property value.
See Also:
setbid_enable(boolean)

getlu_exp

public boolean getlu_exp()
Gets the lu_exp property (boolean) value.

Returns:
The lu_exp property value.
See Also:
setlu_exp(boolean)

getlu_norm

public boolean getlu_norm()
Gets the lu_norm property (boolean) value.

Returns:
The lu_norm property value.
See Also:
setlu_norm(boolean)

getsscp_exp

public boolean getsscp_exp()
Gets the sscp_exp property (boolean) value.

Returns:
The sscp_exp property value.
See Also:
setsscp_exp(boolean)

getsscp_norm

public boolean getsscp_norm()
Gets the sscp_norm property (boolean) value.

Returns:
The sscp_norm property value.
See Also:
setsscp_norm(boolean)

set_all

public void set_all(boolean arg)
Sets all properties (boolean) value.

Parameters:
arg - The new value for properties.

setasync

public void setasync(boolean newasync)
Sets the async property (boolean) value.

Parameters:
newasync - The new value for the property.
See Also:
getasync()

setbid_enable

public void setbid_enable(boolean newbid_enable)
Sets the bid_enable property (boolean) value.

Parameters:
newbid_enable - The new value for the property.
See Also:
getbid_enable()

setlu_exp

public void setlu_exp(boolean newlu_exp)
Sets the lu_exp property (boolean) value.

Parameters:
newlu_exp - The new value for the property.
See Also:
getlu_exp()

setlu_norm

public void setlu_norm(boolean newlu_norm)
Sets the lu_norm property (boolean) value.

Parameters:
newlu_norm - The new value for the property.
See Also:
getlu_norm()

setsscp_exp

public void setsscp_exp(boolean newsscp_exp)
Sets the sscp_exp property (boolean) value.

Parameters:
newsscp_exp - The new value for the property.
See Also:
getsscp_exp()

setsscp_norm

public void setsscp_norm(boolean newsscp_norm)
Sets the sscp_norm property (boolean) value.

Parameters:
newsscp_norm - The new value for the property.
See Also:
getsscp_norm()

toString

public java.lang.String toString()

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005