org.otvl.sbxbsamp.complex
Class ClsG

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

public class ClsG
extends java.lang.Object

Sample class G.

Version:
Author:

Constructor Summary
ClsG()
           
 
Method Summary
 java.lang.String getAtt1()
          Returns the att1.
 java.lang.String getAtt2()
          Returns the att2.
 void setAtt1(java.lang.String att1)
          Sets the att1.
 void setAtt2(java.lang.String att2)
          Sets the att2.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClsG

public ClsG()
Method Detail

getAtt1

public java.lang.String getAtt1()
Returns the att1.

Returns:
String

setAtt1

public void setAtt1(java.lang.String att1)
Sets the att1.

Parameters:
att1 - The att1 to set

getAtt2

public java.lang.String getAtt2()
Returns the att2.

Returns:
String

setAtt2

public void setAtt2(java.lang.String att2)
Sets the att2.

Parameters:
att2 - The att2 to set


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