Class AbstractAttributeMethodWriter
java.lang.Object
de.hybris.bootstrap.codegenerator.AbstractImportProvider
de.hybris.bootstrap.codegenerator.MethodWriter
de.hybris.bootstrap.codegenerator.jalo.AbstractAttributeMethodWriter
- All Implemented Interfaces:
CodeWriter
- Direct Known Subclasses:
AbstractPrimitiveAttributeMethod,AbstractTypedAttributeMethod,RelationCount
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class de.hybris.bootstrap.codegenerator.MethodWriter
ABSTRACT, FINAL, STATIC, SYNCHRONIZED -
Constructor Summary
ConstructorsConstructorDescriptionAbstractAttributeMethodWriter(JaloClassWriter forClass, YAttributeDescriptor desc, String returnTypeFull, String methodName, boolean managerMode) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected JaloClassWriterprotected booleanprotected booleanMethods inherited from class de.hybris.bootstrap.codegenerator.MethodWriter
addAnnotation, addComment, addDeprecatedAnnotation, addParameter, addThrownException, analyzeAndStripReturnType, assembleSignature, assembleThrowsClause, extractClassNames, getAnnotations, getContent, getJavadoc, getModifiers, getName, getParameterType, getRequiredImports, getReturnType, getSignature, getThrownExceptions, getVisibility, isAbstract, isConstructor, modifiersToString, setAbstract, setConstructor, setContent, setContentPlain, setJavadoc, setModifiers, setReturnType, setVisibility, stripPackageName, write, writeContent, writeTextToFileMethods inherited from class de.hybris.bootstrap.codegenerator.AbstractImportProvider
addRequiredImport
-
Field Details
-
PRIMITIVE_POSTFIX
- See Also:
-
-
Constructor Details
-
AbstractAttributeMethodWriter
public AbstractAttributeMethodWriter(JaloClassWriter forClass, YAttributeDescriptor desc, String returnTypeFull, String methodName, boolean managerMode)
-
-
Method Details
-
managerMode
protected boolean managerMode() -
getAttribute
-
getConstantsClassNameShort
-
getEnclosingClass
-
isInitialOnly
protected boolean isInitialOnly()
-