fr.ifremer.allegro.data.specific.vo
Class RemoteConnectionFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.data.specific.vo.RemoteConnectionFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteConnectionFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteConnectionFullVO()
           
RemoteConnectionFullVO(ClusterStatus[] status, ClusterUserProfil[] profils, ClusterDepartment[] departments, ClusterUser user)
           
RemoteConnectionFullVO(RemoteConnectionFullVO otherBean)
          Copies constructor from other RemoteConnectionFullVO
 
Method Summary
 void copy(RemoteConnectionFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 ClusterDepartment[] getDepartments()
           
 ClusterUserProfil[] getProfils()
           
 ClusterStatus[] getStatus()
           
 ClusterUser getUser()
           
 void setDepartments(ClusterDepartment[] departments)
           
 void setProfils(ClusterUserProfil[] profils)
           
 void setStatus(ClusterStatus[] status)
           
 void setUser(ClusterUser user)
           
 
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

RemoteConnectionFullVO

public RemoteConnectionFullVO()

RemoteConnectionFullVO

public RemoteConnectionFullVO(ClusterStatus[] status,
                              ClusterUserProfil[] profils,
                              ClusterDepartment[] departments,
                              ClusterUser user)

RemoteConnectionFullVO

public RemoteConnectionFullVO(RemoteConnectionFullVO otherBean)
Copies constructor from other RemoteConnectionFullVO

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

copy

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


getStatus

public ClusterStatus[] getStatus()

setStatus

public void setStatus(ClusterStatus[] status)

getProfils

public ClusterUserProfil[] getProfils()

setProfils

public void setProfils(ClusterUserProfil[] profils)

getDepartments

public ClusterDepartment[] getDepartments()

setDepartments

public void setDepartments(ClusterDepartment[] departments)

getUser

public ClusterUser getUser()

setUser

public void setUser(ClusterUser user)


Copyright © 2008-2010 IFREMER. All Rights Reserved.