Module org.eclipse.persistence.core
Class VirtualAttributeMethodInfo
- java.lang.Object
-
- org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
-
- All Implemented Interfaces:
Serializable
public class VirtualAttributeMethodInfo extends Object implements Serializable
Data-holding object that holds information about object used by mappings with a VIRTUAL access type. This data is used by our weaver to determine which methods to weave- Author:
- tware
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringgetMethodNameprotected StringsetMethodName
-
Constructor Summary
Constructors Constructor Description VirtualAttributeMethodInfo(String getMethodName, String setMethodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)StringgetGetMethodName()StringgetSetMethodName()inthashCode()voidsetGetMethodName(String getMethodName)voidsetSetMethodName(String setMethodName)
-