Class FKColumn.Builder<_B>

java.lang.Object
org.javastro.ivoa.entities.resource.dataservice.FKColumn.Builder<_B>
All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
Enclosing class:
FKColumn

public static class FKColumn.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
  • Field Details

    • _parentBuilder

      protected final _B _parentBuilder
    • _storedValue

      protected final FKColumn _storedValue
  • Constructor Details

    • Builder

      public Builder(_B _parentBuilder, FKColumn _other, boolean _copy)
    • Builder

      public Builder(_B _parentBuilder, FKColumn _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
  • Method Details

    • end

      public _B end()
    • init

      protected <_P extends FKColumn> _P init(_P _product)
    • withFromColumn

      public FKColumn.Builder<_B> withFromColumn(String fromColumn)
      Sets the new value of "fromColumn" (any previous value will be replaced)
      Parameters:
      fromColumn - New value of the "fromColumn" property.
    • withTargetColumn

      public FKColumn.Builder<_B> withTargetColumn(String targetColumn)
      Sets the new value of "targetColumn" (any previous value will be replaced)
      Parameters:
      targetColumn - New value of the "targetColumn" property.
    • build

      public FKColumn build()
      Specified by:
      build in interface com.kscs.util.jaxb.Buildable
    • copyOf

      public FKColumn.Builder<_B> copyOf(FKColumn _other)
    • copyOf

      public FKColumn.Builder<_B> copyOf(FKColumn.Builder _other)