org.milyn.fixedlength
Class FixedLengthBinding
java.lang.Object
org.milyn.fixedlength.FixedLengthBinding
public class FixedLengthBinding
- extends Object
Fixed Lenght Binding configuration.
For more complex bindings, use the main java binding framwework.
- Author:
- maurice.zeijen@smies.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedLengthBinding
public FixedLengthBinding(String beanId,
Class<?> beanClass,
FixedLengthBindingType bindingType)
getBeanId
public String getBeanId()
getBeanClass
public Class<?> getBeanClass()
getBindingType
public FixedLengthBindingType getBindingType()
getKeyField
public String getKeyField()
setKeyField
public FixedLengthBinding setKeyField(String keyField)
Copyright © 2014. All Rights Reserved.