fr.ifremer.allegro.administration.programStrategy.generic.vo
Class RemoteProgramFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteProgramFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteProgramFullVO
- extends RemoteFullVOAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
RemoteProgramFullVO()
|
RemoteProgramFullVO(RemoteProgramFullVO otherBean)
Copies constructor from other RemoteProgramFullVO |
RemoteProgramFullVO(java.lang.String code,
java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.lang.Integer[] strategyId,
java.lang.Integer[] locationClassificationId,
java.lang.Integer[] locationId,
java.lang.Integer gearClassificationId,
java.lang.Integer[] program2DepartmentId,
java.lang.Integer[] programUsersId)
|
RemoteProgramFullVO(java.lang.String code,
java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.lang.Integer[] strategyId,
java.lang.Integer[] locationClassificationId,
java.lang.Integer[] locationId,
java.lang.Integer gearClassificationId,
java.lang.Integer[] program2DepartmentId,
java.lang.Integer[] programUsersId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteProgramFullVO
public RemoteProgramFullVO()
RemoteProgramFullVO
public RemoteProgramFullVO(java.lang.String code,
java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.lang.Integer[] strategyId,
java.lang.Integer[] locationClassificationId,
java.lang.Integer[] locationId,
java.lang.Integer gearClassificationId,
java.lang.Integer[] program2DepartmentId,
java.lang.Integer[] programUsersId)
RemoteProgramFullVO
public RemoteProgramFullVO(java.lang.String code,
java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
java.lang.Integer[] strategyId,
java.lang.Integer[] locationClassificationId,
java.lang.Integer[] locationId,
java.lang.Integer gearClassificationId,
java.lang.Integer[] program2DepartmentId,
java.lang.Integer[] programUsersId)
RemoteProgramFullVO
public RemoteProgramFullVO(RemoteProgramFullVO otherBean)
- Copies constructor from other RemoteProgramFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteProgramFullVO otherBean)
- Copies all properties from the argument value object into this value object.
getCode
public java.lang.String getCode()
setCode
public void setCode(java.lang.String code)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getCreationDate
public java.util.Date getCreationDate()
setCreationDate
public void setCreationDate(java.util.Date creationDate)
getUpdateDate
public java.sql.Timestamp getUpdateDate()
setUpdateDate
public void setUpdateDate(java.sql.Timestamp updateDate)
getStrategyId
public java.lang.Integer[] getStrategyId()
setStrategyId
public void setStrategyId(java.lang.Integer[] strategyId)
getLocationClassificationId
public java.lang.Integer[] getLocationClassificationId()
setLocationClassificationId
public void setLocationClassificationId(java.lang.Integer[] locationClassificationId)
getLocationId
public java.lang.Integer[] getLocationId()
setLocationId
public void setLocationId(java.lang.Integer[] locationId)
getGearClassificationId
public java.lang.Integer getGearClassificationId()
setGearClassificationId
public void setGearClassificationId(java.lang.Integer gearClassificationId)
getProgram2DepartmentId
public java.lang.Integer[] getProgram2DepartmentId()
setProgram2DepartmentId
public void setProgram2DepartmentId(java.lang.Integer[] program2DepartmentId)
getProgramUsersId
public java.lang.Integer[] getProgramUsersId()
setProgramUsersId
public void setProgramUsersId(java.lang.Integer[] programUsersId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.