fr.ifremer.allegro.data.specific.vo
Class RemoteConnectionFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.