fr.ifremer.allegro.administration.programStrategy.generic.cluster
Class ClusterProgram
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterProgram
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterProgram
- extends ClusterAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
ClusterProgram()
|
ClusterProgram(ClusterProgram otherBean)
Copies constructor from other ClusterProgram |
ClusterProgram(java.lang.String code,
java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
RemoteStrategyNaturalId[] strategyNaturalId,
RemoteLocationClassificationNaturalId[] locationClassificationNaturalId,
RemoteLocationNaturalId[] locationNaturalId,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
ClusterProgram2Department[] clusterProgram2Departments,
ClusterProgram2Person[] clusterProgramUserss)
|
ClusterProgram(java.lang.String code,
java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
RemoteStrategyNaturalId[] strategyNaturalId,
RemoteLocationClassificationNaturalId[] locationClassificationNaturalId,
RemoteLocationNaturalId[] locationNaturalId,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
ClusterProgram2Department[] clusterProgram2Departments,
ClusterProgram2Person[] clusterProgramUserss)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterProgram
public ClusterProgram()
ClusterProgram
public ClusterProgram(java.lang.String code,
java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
RemoteStrategyNaturalId[] strategyNaturalId,
RemoteLocationClassificationNaturalId[] locationClassificationNaturalId,
RemoteLocationNaturalId[] locationNaturalId,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
ClusterProgram2Department[] clusterProgram2Departments,
ClusterProgram2Person[] clusterProgramUserss)
ClusterProgram
public ClusterProgram(java.lang.String code,
java.lang.String name,
java.lang.String description,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
RemoteStrategyNaturalId[] strategyNaturalId,
RemoteLocationClassificationNaturalId[] locationClassificationNaturalId,
RemoteLocationNaturalId[] locationNaturalId,
RemoteGearClassificationNaturalId gearClassificationNaturalId,
ClusterProgram2Department[] clusterProgram2Departments,
ClusterProgram2Person[] clusterProgramUserss)
ClusterProgram
public ClusterProgram(ClusterProgram otherBean)
- Copies constructor from other ClusterProgram
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterProgram 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)
getStrategyNaturalId
public RemoteStrategyNaturalId[] getStrategyNaturalId()
setStrategyNaturalId
public void setStrategyNaturalId(RemoteStrategyNaturalId[] strategyNaturalId)
getLocationClassificationNaturalId
public RemoteLocationClassificationNaturalId[] getLocationClassificationNaturalId()
setLocationClassificationNaturalId
public void setLocationClassificationNaturalId(RemoteLocationClassificationNaturalId[] locationClassificationNaturalId)
getLocationNaturalId
public RemoteLocationNaturalId[] getLocationNaturalId()
setLocationNaturalId
public void setLocationNaturalId(RemoteLocationNaturalId[] locationNaturalId)
getGearClassificationNaturalId
public RemoteGearClassificationNaturalId getGearClassificationNaturalId()
setGearClassificationNaturalId
public void setGearClassificationNaturalId(RemoteGearClassificationNaturalId gearClassificationNaturalId)
getClusterProgram2Departments
public ClusterProgram2Department[] getClusterProgram2Departments()
setClusterProgram2Departments
public void setClusterProgram2Departments(ClusterProgram2Department[] clusterProgram2Departments)
getClusterProgramUserss
public ClusterProgram2Person[] getClusterProgramUserss()
setClusterProgramUserss
public void setClusterProgramUserss(ClusterProgram2Person[] clusterProgramUserss)
Copyright © 2008-2010 IFREMER. All Rights Reserved.