fr.ifremer.allegro.referential.gear.generic.vo
Class RemoteGearClassificationFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearClassificationFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteGearClassificationFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteGearClassificationFullVO()
           
RemoteGearClassificationFullVO(java.lang.Integer id, java.lang.String name, java.lang.String description, java.lang.Boolean isAggregation, java.sql.Timestamp updateDate, java.lang.Integer[] gearId)
           
RemoteGearClassificationFullVO(RemoteGearClassificationFullVO otherBean)
          Copies constructor from other RemoteGearClassificationFullVO
RemoteGearClassificationFullVO(java.lang.String name, java.lang.Boolean isAggregation, java.lang.Integer[] gearId)
           
 
Method Summary
 void copy(RemoteGearClassificationFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getDescription()
           
 java.lang.Integer[] getGearId()
           
 java.lang.Integer getId()
           
 java.lang.Boolean getIsAggregation()
           
 java.lang.String getName()
           
 java.sql.Timestamp getUpdateDate()
           
 void setDescription(java.lang.String description)
           
 void setGearId(java.lang.Integer[] gearId)
           
 void setId(java.lang.Integer id)
           
 void setIsAggregation(java.lang.Boolean isAggregation)
           
 void setName(java.lang.String name)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
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

RemoteGearClassificationFullVO

public RemoteGearClassificationFullVO()

RemoteGearClassificationFullVO

public RemoteGearClassificationFullVO(java.lang.String name,
                                      java.lang.Boolean isAggregation,
                                      java.lang.Integer[] gearId)

RemoteGearClassificationFullVO

public RemoteGearClassificationFullVO(java.lang.Integer id,
                                      java.lang.String name,
                                      java.lang.String description,
                                      java.lang.Boolean isAggregation,
                                      java.sql.Timestamp updateDate,
                                      java.lang.Integer[] gearId)

RemoteGearClassificationFullVO

public RemoteGearClassificationFullVO(RemoteGearClassificationFullVO otherBean)
Copies constructor from other RemoteGearClassificationFullVO

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

copy

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


getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

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)

getIsAggregation

public java.lang.Boolean getIsAggregation()

setIsAggregation

public void setIsAggregation(java.lang.Boolean isAggregation)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getGearId

public java.lang.Integer[] getGearId()

setGearId

public void setGearId(java.lang.Integer[] gearId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.