com.google.code.validationframework.binding
Class BindableLong

java.lang.Object
  extended by com.google.code.validationframework.binding.Bindable<Long>
      extended by com.google.code.validationframework.binding.BindableLong
All Implemented Interfaces:
Master<Long>, Slave<Long>, Serializable

public class BindableLong
extends Bindable<Long>

See Also:
Serialized Form

Constructor Summary
BindableLong()
           
BindableLong(Long value)
           
 
Method Summary
 
Methods inherited from class com.google.code.validationframework.binding.Bindable
addSlave, getValue, notifySlaves, removeSlave, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindableLong

public BindableLong()

BindableLong

public BindableLong(Long value)


Copyright © 2013. All Rights Reserved.