fr.ifremer.allegro.referential.regulation.generic.vo
Class RemoteMinimumSizeAllowedFullVO

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

public class RemoteMinimumSizeAllowedFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteMinimumSizeAllowedFullVO()
           
RemoteMinimumSizeAllowedFullVO(java.lang.Float minimumSize, java.lang.Integer taxonGroupId, java.lang.Integer[] locationId, java.lang.Integer sizeUnitId, java.lang.Integer corpusId)
           
RemoteMinimumSizeAllowedFullVO(java.lang.Integer id, java.lang.Float minimumSize, java.sql.Timestamp updateDate, java.lang.Integer taxonGroupId, java.lang.Integer[] locationId, java.lang.Integer sizeUnitId, java.lang.Integer corpusId)
           
RemoteMinimumSizeAllowedFullVO(RemoteMinimumSizeAllowedFullVO otherBean)
          Copies constructor from other RemoteMinimumSizeAllowedFullVO
 
Method Summary
 void copy(RemoteMinimumSizeAllowedFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getCorpusId()
           
 java.lang.Integer getId()
           
 java.lang.Integer[] getLocationId()
           
 java.lang.Float getMinimumSize()
           
 java.lang.Integer getSizeUnitId()
           
 java.lang.Integer getTaxonGroupId()
           
 java.sql.Timestamp getUpdateDate()
           
 void setCorpusId(java.lang.Integer corpusId)
           
 void setId(java.lang.Integer id)
           
 void setLocationId(java.lang.Integer[] locationId)
           
 void setMinimumSize(java.lang.Float minimumSize)
           
 void setSizeUnitId(java.lang.Integer sizeUnitId)
           
 void setTaxonGroupId(java.lang.Integer taxonGroupId)
           
 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

RemoteMinimumSizeAllowedFullVO

public RemoteMinimumSizeAllowedFullVO()

RemoteMinimumSizeAllowedFullVO

public RemoteMinimumSizeAllowedFullVO(java.lang.Float minimumSize,
                                      java.lang.Integer taxonGroupId,
                                      java.lang.Integer[] locationId,
                                      java.lang.Integer sizeUnitId,
                                      java.lang.Integer corpusId)

RemoteMinimumSizeAllowedFullVO

public RemoteMinimumSizeAllowedFullVO(java.lang.Integer id,
                                      java.lang.Float minimumSize,
                                      java.sql.Timestamp updateDate,
                                      java.lang.Integer taxonGroupId,
                                      java.lang.Integer[] locationId,
                                      java.lang.Integer sizeUnitId,
                                      java.lang.Integer corpusId)

RemoteMinimumSizeAllowedFullVO

public RemoteMinimumSizeAllowedFullVO(RemoteMinimumSizeAllowedFullVO otherBean)
Copies constructor from other RemoteMinimumSizeAllowedFullVO

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

copy

public void copy(RemoteMinimumSizeAllowedFullVO 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)

getMinimumSize

public java.lang.Float getMinimumSize()

setMinimumSize

public void setMinimumSize(java.lang.Float minimumSize)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getTaxonGroupId

public java.lang.Integer getTaxonGroupId()

setTaxonGroupId

public void setTaxonGroupId(java.lang.Integer taxonGroupId)

getLocationId

public java.lang.Integer[] getLocationId()

setLocationId

public void setLocationId(java.lang.Integer[] locationId)

getSizeUnitId

public java.lang.Integer getSizeUnitId()

setSizeUnitId

public void setSizeUnitId(java.lang.Integer sizeUnitId)

getCorpusId

public java.lang.Integer getCorpusId()

setCorpusId

public void setCorpusId(java.lang.Integer corpusId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.