Class IdentityMemberAndAccessorFactory
java.lang.Object
org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
org.exolab.castor.builder.factory.IdentityMemberAndAccessorFactory
This class translates a fieldInfo describing an identity into
the suitable getter<7setter methods.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the IdentityMemberAndAccessorFactory. -
Method Summary
Modifier and TypeMethodDescriptionJMethod[]
createAccessMethods
(FieldInfo fieldInfo) Creats the getter/setter and getReferenceId methods.Methods inherited from class org.exolab.castor.builder.factory.FieldMemberAndAccessorFactory
createAccessMethods, createJavaField, generateInitializerCode, getJavaNaming
-
Constructor Details
-
IdentityMemberAndAccessorFactory
Creates the IdentityMemberAndAccessorFactory.- Parameters:
naming
- the javaNaming to use
-
-
Method Details
-
createAccessMethods
Creats the getter/setter and getReferenceId methods.- Parameters:
fieldInfo
- the fieldInfo to translate- Returns:
- the created methods
-