org.LexGrid.LexBIG.DataModel.cagrid
Class DirectionalAssociationIdentification
java.lang.Object
org.LexGrid.LexBIG.DataModel.cagrid.AssociationIdentification
org.LexGrid.LexBIG.DataModel.cagrid.DirectionalAssociationIdentification
- All Implemented Interfaces:
- java.io.Serializable
public class DirectionalAssociationIdentification
- extends AssociationIdentification
- implements java.io.Serializable
Class associating an association name with a direction
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Method Summary |
java.lang.Boolean |
getIsForward()
Returns the value of field 'isForward'. |
java.lang.Boolean |
isIsForward()
Returns the value of field 'isForward'. |
void |
setIsForward(java.lang.Boolean isForward)
Sets the value of field 'isForward'. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectionalAssociationIdentification
public DirectionalAssociationIdentification()
getIsForward
public java.lang.Boolean getIsForward()
- Returns the value of field 'isForward'. The field
'isForward' has the following description: Direction
Indication associated with an association name. If true this
is a forward name. If false, this is a reverse name.
- Returns:
- the value of field 'IsForward'.
isIsForward
public java.lang.Boolean isIsForward()
- Returns the value of field 'isForward'. The field
'isForward' has the following description: Direction
Indication associated with an association name. If true this
is a forward name. If false, this is a reverse name.
- Returns:
- the value of field 'IsForward'.
setIsForward
public void setIsForward(java.lang.Boolean isForward)
- Sets the value of field 'isForward'. The field 'isForward'
has the following description: Direction Indication
associated with an association name. If true this is a
forward name. If false, this is a reverse name.
- Parameters:
isForward
- the value of field 'isForward'.