org.otvl.sbxbsamp.complex
Class ClsC

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

public class ClsC
extends java.lang.Object

Sample class C

Version:
Author:

Constructor Summary
ClsC()
           
 
Method Summary
 void addRoleYB(ClsB aClsB)
          Adds a target at end of link roleYB.
 void addRoleYB(int index, ClsB aClsB)
          Inserts a target in link roleYB.
 void clearRoleYB()
          Clears all targets in link roleYB
 java.lang.String getAttC1()
          Returns the attC1.
 java.lang.String getAttC2()
          Returns the attC2.
 java.lang.String getAttC3()
          Returns the attC3.
 java.lang.String getAttC4()
          Returns the attC4.
 java.lang.String getAttC5()
          Returns the attC5.
 ClsB getRoleYB(int index)
          Returns a target in link roleYB.
 java.util.Iterator iteratorRoleYB()
          Returns an iterator for targets in links roleYB
 void removeRoleYB(int index)
          Removes a target in link roleYB
 void setAttC1(java.lang.String attC1)
          Sets the attC1.
 void setAttC2(java.lang.String attC2)
          Sets the attC2.
 void setAttC3(java.lang.String attC3)
          Sets the attC3.
 void setAttC4(java.lang.String attC4)
          Sets the attC4.
 void setAttC5(java.lang.String attC5)
          Sets the attC5.
 int sizeRoleYB()
          Returns the size of the collection roleYB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClsC

public ClsC()
Method Detail

getAttC1

public java.lang.String getAttC1()
Returns the attC1.

Returns:
String

setAttC1

public void setAttC1(java.lang.String attC1)
Sets the attC1.

Parameters:
attC1 - The attC1 to set

getAttC2

public java.lang.String getAttC2()
Returns the attC2.

Returns:
String

setAttC2

public void setAttC2(java.lang.String attC2)
Sets the attC2.

Parameters:
attC2 - The attC2 to set

getAttC3

public java.lang.String getAttC3()
Returns the attC3.

Returns:
String

setAttC3

public void setAttC3(java.lang.String attC3)
Sets the attC3.

Parameters:
attC3 - The attC3 to set

getAttC4

public java.lang.String getAttC4()
Returns the attC4.

Returns:
String

setAttC4

public void setAttC4(java.lang.String attC4)
Sets the attC4.

Parameters:
attC4 - The attC4 to set

getAttC5

public java.lang.String getAttC5()
Returns the attC5.

Returns:
String

setAttC5

public void setAttC5(java.lang.String attC5)
Sets the attC5.

Parameters:
attC5 - The attC5 to set

getRoleYB

public ClsB getRoleYB(int index)
Returns a target in link roleYB.

Parameters:
index - offset in the array
Returns:
ClsB

iteratorRoleYB

public java.util.Iterator iteratorRoleYB()
Returns an iterator for targets in links roleYB

Returns:
java.util.Iterator

sizeRoleYB

public int sizeRoleYB()
Returns the size of the collection roleYB

Returns:
int

addRoleYB

public void addRoleYB(int index,
                      ClsB aClsB)
Inserts a target in link roleYB.

Parameters:
index - offset in the list
aClsB - The ClsB to insert

addRoleYB

public void addRoleYB(ClsB aClsB)
Adds a target at end of link roleYB.

Parameters:
aClsB - The ClsB to insert

removeRoleYB

public void removeRoleYB(int index)
Removes a target in link roleYB

Parameters:
index - offset in the list

clearRoleYB

public void clearRoleYB()
Clears all targets in link roleYB



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