org.milyn.fixedlength
Class FixedLengthBinding

java.lang.Object
  extended by 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

Constructor Summary
FixedLengthBinding(String beanId, Class<?> beanClass, FixedLengthBindingType bindingType)
           
 
Method Summary
 Class<?> getBeanClass()
           
 String getBeanId()
           
 FixedLengthBindingType getBindingType()
           
 String getKeyField()
           
 FixedLengthBinding setKeyField(String keyField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedLengthBinding

public FixedLengthBinding(String beanId,
                          Class<?> beanClass,
                          FixedLengthBindingType bindingType)
Method Detail

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.