|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.annotation.AnnotationDiff.DiffSetElement
This class is used for internal purposes. It represents a row from the table.
Field Summary | |
private Annotation |
leftAnnotation
This field represent a key annotation |
private int |
leftType
Default initialization of the key type |
private Annotation |
rightAnnotation
This field represent a response annotation |
private int |
rightType
Default initialization of the response type |
Constructor Summary | |
AnnotationDiff.DiffSetElement()
Constructor for DiffSetlement |
|
AnnotationDiff.DiffSetElement(Annotation aLeftAnnotation,
Annotation aRightAnnotation,
int aLeftType,
int aRightType)
Constructor for DiffSetlement |
Method Summary | |
Annotation |
getLeftAnnotation()
Gets the left annotation |
int |
getLeftType()
Get the left type |
Annotation |
getRightAnnotation()
Gets the right annotation |
int |
getRightType()
Get the right type |
void |
setLeftAnnotation(Annotation aLeftAnnotation)
Sets the left annotation |
void |
setLeftType(int aLeftType)
Sets the left type |
void |
setRightAnnotation(Annotation aRightAnnotation)
Sets the right annotation |
void |
setRightType(int aRightType)
Sets the right type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Annotation leftAnnotation
private Annotation rightAnnotation
private int leftType
private int rightType
Constructor Detail |
public AnnotationDiff.DiffSetElement()
public AnnotationDiff.DiffSetElement(Annotation aLeftAnnotation, Annotation aRightAnnotation, int aLeftType, int aRightType)
Method Detail |
public void setLeftAnnotation(Annotation aLeftAnnotation)
public Annotation getLeftAnnotation()
public void setRightAnnotation(Annotation aRightAnnotation)
public Annotation getRightAnnotation()
public void setLeftType(int aLeftType)
public int getLeftType()
public void setRightType(int aRightType)
public int getRightType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |