org.milyn.fixedlength
Class FixedLengthBinding

java.lang.Object
  extended by org.milyn.fixedlength.FixedLengthBinding

public class FixedLengthBinding
extends java.lang.Object

Fixed Lenght Binding configuration.

For more complex bindings, use the main java binding framwework.

Author:
maurice.zeijen@smies.com

Constructor Summary
FixedLengthBinding(java.lang.String beanId, java.lang.Class<?> beanClass, FixedLengthBindingType bindingType)
           
 
Method Summary
 java.lang.Class<?> getBeanClass()
           
 java.lang.String getBeanId()
           
 FixedLengthBindingType getBindingType()
           
 java.lang.String getKeyField()
           
 FixedLengthBinding setKeyField(java.lang.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(java.lang.String beanId,
                          java.lang.Class<?> beanClass,
                          FixedLengthBindingType bindingType)
Method Detail

getBeanId

public java.lang.String getBeanId()

getBeanClass

public java.lang.Class<?> getBeanClass()

getBindingType

public FixedLengthBindingType getBindingType()

getKeyField

public java.lang.String getKeyField()

setKeyField

public FixedLengthBinding setKeyField(java.lang.String keyField)


Copyright © 2011. All Rights Reserved.