org.otvl.sbxbsamp.complex
Class ClsB

java.lang.Object
  extended byorg.otvl.sbxbsamp.complex.ClsB

public class ClsB
extends java.lang.Object

Sample class B.

Version:
Author:

Constructor Summary
ClsB()
           
 
Method Summary
 java.lang.String getB()
          Returns the b.
 java.lang.String getB1()
          Returns the b1.
 java.lang.String getB2()
          Returns the b2.
 void setB(java.lang.String b)
          Sets the b.
 void setB1(java.lang.String b1)
          Sets the b1.
 void setB2(java.lang.String b2)
          Sets the b2.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClsB

public ClsB()
Method Detail

getB

public java.lang.String getB()
Returns the b.

Returns:
String

setB

public void setB(java.lang.String b)
Sets the b.

Parameters:
b - The b to set

getB1

public java.lang.String getB1()
Returns the b1.

Returns:
String

setB1

public void setB1(java.lang.String b1)
Sets the b1.

Parameters:
b1 - The b1 to set

getB2

public java.lang.String getB2()
Returns the b2.

Returns:
String

setB2

public void setB2(java.lang.String b2)
Sets the b2.

Parameters:
b2 - The b2 to set


Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.