|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.avutils.jmapper.operations.AGeneralOperationAccessor
public abstract class AGeneralOperationAccessor
This Abstract class is a container of data, the purpose is to separate the data from the logic.
| Field Summary | |
|---|---|
protected ConversionMethod |
conversion
Name of the method that defines the conversion |
protected Membership |
conversionMembership
membership of the conversion method |
protected Field |
destinationField
destination field |
protected InfoOperation |
info
information about the operation that will be executed |
protected String |
initialDGetPath
first part of the getDestination path |
protected String |
initialDSetPath
first part of the setDestination path |
protected String |
initialSGetPath
first part of the getSource path |
protected MappingType |
mtd
mapping type of destination |
protected MappingType |
mts
mapping type of source |
protected Field |
sourceField
source field |
| Constructor Summary | |
|---|---|
AGeneralOperationAccessor()
|
|
| Method Summary | |
|---|---|
protected Class<?> |
destinationType()
|
MappingType |
getMtd()
|
MappingType |
getMts()
|
AGeneralOperationAccessor |
initialDGetPath(String initialDGetPath)
Setting of the first part of the getDestination path. |
AGeneralOperationAccessor |
initialDSetPath(String initialDSetPath)
Setting of the first part of the setDestination path. |
AGeneralOperationAccessor |
initialSGetPath(String initialSGetPath)
Setting of the first part of the initialSGetPath path. |
AGeneralOperationAccessor |
setConversionMethod(ConversionMethod conversion)
Setting of the conversion method |
AGeneralOperationAccessor |
setDestinationField(Field aDestinationField)
Setting of destination field. |
AGeneralOperationAccessor |
setInfoOperation(InfoOperation aInfo)
Setting of operation informations. |
AGeneralOperationAccessor |
setMemberShip(Membership membership)
The conversion method belongs to this membership. |
AGeneralOperationAccessor |
setMtd(MappingType mappingTypeD)
Setting of destination mapping type. |
AGeneralOperationAccessor |
setMts(MappingType mappingTypeS)
Setting of source mapping type. |
AGeneralOperationAccessor |
setSourceField(Field aSourceField)
Setting of source field. |
protected Class<?> |
sourceType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String initialDGetPath
protected String initialDSetPath
protected String initialSGetPath
protected MappingType mts
protected MappingType mtd
protected InfoOperation info
protected Field destinationField
protected Field sourceField
protected ConversionMethod conversion
protected Membership conversionMembership
| Constructor Detail |
|---|
public AGeneralOperationAccessor()
| Method Detail |
|---|
public final AGeneralOperationAccessor setConversionMethod(ConversionMethod conversion)
conversion - the method used to convert
public final AGeneralOperationAccessor setMemberShip(Membership membership)
membership - membership of conversion method
public final AGeneralOperationAccessor initialDGetPath(String initialDGetPath)
initialDGetPath -
public final AGeneralOperationAccessor initialDSetPath(String initialDSetPath)
initialDSetPath -
public final AGeneralOperationAccessor initialSGetPath(String initialSGetPath)
initialSGetPath -
public final AGeneralOperationAccessor setDestinationField(Field aDestinationField)
aDestinationField -
public final AGeneralOperationAccessor setSourceField(Field aSourceField)
aSourceField -
protected final Class<?> destinationType()
protected final Class<?> sourceType()
public final MappingType getMts()
public final MappingType getMtd()
public final AGeneralOperationAccessor setMtd(MappingType mappingTypeD)
mappingTypeD -
public final AGeneralOperationAccessor setMts(MappingType mappingTypeS)
mappingTypeS -
public final AGeneralOperationAccessor setInfoOperation(InfoOperation aInfo)
aInfo -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||