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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kscs.util.jaxb.Buildable
com.kscs.util.jaxb.Buildable.PrimitiveBuildable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()copyOf(FKColumn.Builder _other) end()protected <_P extends FKColumn>
_Pinit(_P _product) withFromColumn(String fromColumn) Sets the new value of "fromColumn" (any previous value will be replaced)withTargetColumn(String targetColumn) Sets the new value of "targetColumn" (any previous value will be replaced)
-
Field Details
-
_parentBuilder
-
_storedValue
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
end
-
init
-
withFromColumn
Sets the new value of "fromColumn" (any previous value will be replaced)- Parameters:
fromColumn- New value of the "fromColumn" property.
-
withTargetColumn
Sets the new value of "targetColumn" (any previous value will be replaced)- Parameters:
targetColumn- New value of the "targetColumn" property.
-
build
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
-
copyOf
-