IBM Branch Transformation Toolkit Javadoc

com.ibm.connector2.sna.lu0.host
Class LuaTH

java.lang.Object
  extended bycom.ibm.connector2.sna.lu0.host.LuaTH

public class LuaTH
extends java.lang.Object

The LuaCommon class represents TH structure form RUI api.


Constructor Summary
LuaTH()
           
 
Method Summary
 char getdaf()
          Gets the daf property (char) value.
 boolean getflags_efi()
          Gets the flags_efi property (boolean) value.
 boolean getflags_fid()
          Gets the flags_fid property (boolean) value.
 boolean getflags_mpf()
          Gets the flags_mpf property (boolean) value.
 boolean getflags_odai()
          Gets the flags_odai property (boolean) value.
 char getoaf()
          Gets the oaf property (boolean) value.
 char getreserv1()
          Gets the reserv1 property (char) value.
 java.lang.String getsnf()
          Gets the snf property (java.lang.String) value.
 void setdaf(char newdaf)
          Sets the daf property (char) value.
 void setflags_efi(boolean newflags_efi)
          Sets the flags_efi property (boolean) value.
 void setflags_fid(boolean newflags_fid)
          Sets the flags_fid property (boolean) value.
 void setflags_mpf(boolean newflags_mpf)
          Sets the flags_mpf property (boolean) value.
 void setflags_odai(boolean newflags_odai)
          Sets the flags_odai property (boolean) value.
 void setoaf(char newoaf)
          Sets the oaf property (char) value.
 void setreserv1(char newreserv1)
          Sets the reserv1 property (char) value.
 void setsnf(char[] newsnf)
          Sets the snf property (char[]) value.
 void setsnf(java.lang.String newsnf)
          Sets the snf property (java.lang.String) value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LuaTH

public LuaTH()
Method Detail

getdaf

public char getdaf()
Gets the daf property (char) value.

Returns:
The daf property value.
See Also:
setdaf(char)

getflags_efi

public boolean getflags_efi()
Gets the flags_efi property (boolean) value.

Returns:
The flags_efi property value.
See Also:
setflags_efi(boolean)

getflags_fid

public boolean getflags_fid()
Gets the flags_fid property (boolean) value.

Returns:
The flags_fid property value.
See Also:
setflags_fid(boolean)

getflags_mpf

public boolean getflags_mpf()
Gets the flags_mpf property (boolean) value.

Returns:
The flags_mpf property value.
See Also:
setflags_mpf(boolean)

getflags_odai

public boolean getflags_odai()
Gets the flags_odai property (boolean) value.

Returns:
The flags_odai property value.
See Also:
setflags_odai(boolean)

getoaf

public char getoaf()
Gets the oaf property (boolean) value.

Returns:
The oaf property value.
See Also:
setoaf(char)

getreserv1

public char getreserv1()
Gets the reserv1 property (char) value.

Returns:
The reserv1 property value.
See Also:
setreserv1(char)

getsnf

public java.lang.String getsnf()
Gets the snf property (java.lang.String) value.

Returns:
The snf property value.
See Also:
setsnf(char[])

setdaf

public void setdaf(char newdaf)
Sets the daf property (char) value.

Parameters:
newdaf - The new value for the property.
See Also:
getdaf()

setflags_efi

public void setflags_efi(boolean newflags_efi)
Sets the flags_efi property (boolean) value.

Parameters:
newflags_efi - The new value for the property.
See Also:
getflags_efi()

setflags_fid

public void setflags_fid(boolean newflags_fid)
Sets the flags_fid property (boolean) value.

Parameters:
newflags_fid - The new value for the property.
See Also:
getflags_fid()

setflags_mpf

public void setflags_mpf(boolean newflags_mpf)
Sets the flags_mpf property (boolean) value.

Parameters:
newflags_mpf - The new value for the property.
See Also:
getflags_mpf()

setflags_odai

public void setflags_odai(boolean newflags_odai)
Sets the flags_odai property (boolean) value.

Parameters:
newflags_odai - The new value for the property.
See Also:
getflags_odai()

setoaf

public void setoaf(char newoaf)
Sets the oaf property (char) value.

Parameters:
newoaf - The new value for the property.
See Also:
getoaf()

setreserv1

public void setreserv1(char newreserv1)
Sets the reserv1 property (char) value.

Parameters:
newreserv1 - The new value for the property.
See Also:
getreserv1()

setsnf

public void setsnf(char[] newsnf)
Sets the snf property (char[]) value.

Parameters:
newsnf - The new value for the property.
See Also:
getsnf()

setsnf

public void setsnf(java.lang.String newsnf)
Sets the snf property (java.lang.String) value.

Parameters:
newsnf - The new value for the property.
See Also:
getsnf()

toString

public java.lang.String toString()

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005