Class SetPropertyInDtoSectionCreator

java.lang.Object
net.datenwerke.dtoservices.dtogenerator.poso2dtogenerator.SetPropertyInDtoSectionCreator

public class SetPropertyInDtoSectionCreator extends Object
  • Constructor Details

    • SetPropertyInDtoSectionCreator

      public SetPropertyInDtoSectionCreator(PosoFieldDescriptor field)
    • SetPropertyInDtoSectionCreator

      public SetPropertyInDtoSectionCreator(ExposedClientMethod method)
  • Method Details

    • addSetSection

      public void addSetSection(Collection<String> referenceAccu, MethodBuilder createDtoMethod)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDtoView

      public DtoView getDtoView()
    • setDtoView

      public void setDtoView(DtoView dtoView)
    • getReferencedPoso

      public PosoAnalizer getReferencedPoso()
    • setReferencedPoso

      public void setReferencedPoso(PosoAnalizer referencedPoso)
    • getSetMethodForDto

      public String getSetMethodForDto()
    • setSetMethodForDto

      public void setSetMethodForDto(String setMethodForDto)
    • getGetMethodForDto

      public String getGetMethodForDto()
    • setGetMethodForDto

      public void setGetMethodForDto(String getMethodForDto)
    • getGetMethod

      public String getGetMethod()
    • setGetMethod

      public void setGetMethod(String getMethod)
    • setReferencedPosoCollectionType

      public void setReferencedPosoCollectionType(DeclaredType referencedPosoCollectionType)
    • getReferencedPosoCollectionType

      public DeclaredType getReferencedPosoCollectionType()
    • isEnclosedReferencedPoso

      public boolean isEnclosedReferencedPoso()
    • setEnclosedReferencedPoso

      public void setEnclosedReferencedPoso(boolean enclosed)