fr.ifremer.allegro.administration.user.generic.vo
Class RemoteManagedDataTransferFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.administration.user.generic.vo.RemoteManagedDataTransferFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteManagedDataTransferFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteManagedDataTransferFullVO()
           
RemoteManagedDataTransferFullVO(java.util.Date transferDate, java.lang.Integer newManagerUserId, java.lang.Integer managedDataId)
           
RemoteManagedDataTransferFullVO(RemoteManagedDataTransferFullVO otherBean)
          Copies constructor from other RemoteManagedDataTransferFullVO
 
Method Summary
 void copy(RemoteManagedDataTransferFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getManagedDataId()
           
 java.lang.Integer getNewManagerUserId()
           
 java.util.Date getTransferDate()
           
 void setManagedDataId(java.lang.Integer managedDataId)
           
 void setNewManagerUserId(java.lang.Integer newManagerUserId)
           
 void setTransferDate(java.util.Date transferDate)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteManagedDataTransferFullVO

public RemoteManagedDataTransferFullVO()

RemoteManagedDataTransferFullVO

public RemoteManagedDataTransferFullVO(java.util.Date transferDate,
                                       java.lang.Integer newManagerUserId,
                                       java.lang.Integer managedDataId)

RemoteManagedDataTransferFullVO

public RemoteManagedDataTransferFullVO(RemoteManagedDataTransferFullVO otherBean)
Copies constructor from other RemoteManagedDataTransferFullVO

Parameters:
otherBean, - cannot be null
Throws:
java.lang.NullPointerException - if the argument is null
Method Detail

copy

public void copy(RemoteManagedDataTransferFullVO otherBean)
Copies all properties from the argument value object into this value object.


getTransferDate

public java.util.Date getTransferDate()

setTransferDate

public void setTransferDate(java.util.Date transferDate)

getNewManagerUserId

public java.lang.Integer getNewManagerUserId()

setNewManagerUserId

public void setNewManagerUserId(java.lang.Integer newManagerUserId)

getManagedDataId

public java.lang.Integer getManagedDataId()

setManagedDataId

public void setManagedDataId(java.lang.Integer managedDataId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.