fr.ifremer.allegro.referential.conversion.generic.vo
Class RemoteUnitConversionFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.referential.conversion.generic.vo.RemoteUnitConversionFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteUnitConversionFullVO
- extends RemoteFullVOAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteUnitConversionFullVO
public RemoteUnitConversionFullVO()
RemoteUnitConversionFullVO
public RemoteUnitConversionFullVO(java.lang.Float conversionCoefficient,
java.lang.Integer fromUnitId,
java.lang.Integer toUnitId)
RemoteUnitConversionFullVO
public RemoteUnitConversionFullVO(RemoteUnitConversionFullVO otherBean)
- Copies constructor from other RemoteUnitConversionFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteUnitConversionFullVO otherBean)
- Copies all properties from the argument value object into this value object.
getConversionCoefficient
public java.lang.Float getConversionCoefficient()
setConversionCoefficient
public void setConversionCoefficient(java.lang.Float conversionCoefficient)
getFromUnitId
public java.lang.Integer getFromUnitId()
setFromUnitId
public void setFromUnitId(java.lang.Integer fromUnitId)
getToUnitId
public java.lang.Integer getToUnitId()
setToUnitId
public void setToUnitId(java.lang.Integer toUnitId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.