fr.ifremer.allegro.referential.location.generic.vo
Class RemoteLocationFullVO

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

public class RemoteLocationFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteLocationFullVO()
           
RemoteLocationFullVO(java.lang.Integer id, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, java.lang.String statusCode, java.lang.Integer locationClassificationId, java.lang.Integer locationLevelId, java.lang.Integer[] locationAreaId, java.lang.Integer[] locationLineId, java.lang.Integer[] locationPointId)
           
RemoteLocationFullVO(RemoteLocationFullVO otherBean)
          Copies constructor from other RemoteLocationFullVO
RemoteLocationFullVO(java.lang.String name, java.lang.String statusCode, java.lang.Integer locationClassificationId, java.lang.Integer locationLevelId, java.lang.Integer[] locationAreaId, java.lang.Integer[] locationLineId, java.lang.Integer[] locationPointId)
           
 
Method Summary
 void copy(RemoteLocationFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.Integer getId()
           
 java.lang.String getLabel()
           
 java.lang.Integer[] getLocationAreaId()
           
 java.lang.Integer getLocationClassificationId()
           
 java.lang.Integer getLocationLevelId()
           
 java.lang.Integer[] getLocationLineId()
           
 java.lang.Integer[] getLocationPointId()
           
 java.lang.String getName()
           
 java.lang.String getStatusCode()
           
 java.sql.Timestamp getUpdateDate()
           
 void setId(java.lang.Integer id)
           
 void setLabel(java.lang.String label)
           
 void setLocationAreaId(java.lang.Integer[] locationAreaId)
           
 void setLocationClassificationId(java.lang.Integer locationClassificationId)
           
 void setLocationLevelId(java.lang.Integer locationLevelId)
           
 void setLocationLineId(java.lang.Integer[] locationLineId)
           
 void setLocationPointId(java.lang.Integer[] locationPointId)
           
 void setName(java.lang.String name)
           
 void setStatusCode(java.lang.String statusCode)
           
 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

RemoteLocationFullVO

public RemoteLocationFullVO()

RemoteLocationFullVO

public RemoteLocationFullVO(java.lang.String name,
                            java.lang.String statusCode,
                            java.lang.Integer locationClassificationId,
                            java.lang.Integer locationLevelId,
                            java.lang.Integer[] locationAreaId,
                            java.lang.Integer[] locationLineId,
                            java.lang.Integer[] locationPointId)

RemoteLocationFullVO

public RemoteLocationFullVO(java.lang.Integer id,
                            java.lang.String label,
                            java.lang.String name,
                            java.sql.Timestamp updateDate,
                            java.lang.String statusCode,
                            java.lang.Integer locationClassificationId,
                            java.lang.Integer locationLevelId,
                            java.lang.Integer[] locationAreaId,
                            java.lang.Integer[] locationLineId,
                            java.lang.Integer[] locationPointId)

RemoteLocationFullVO

public RemoteLocationFullVO(RemoteLocationFullVO otherBean)
Copies constructor from other RemoteLocationFullVO

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

copy

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

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getStatusCode

public java.lang.String getStatusCode()

setStatusCode

public void setStatusCode(java.lang.String statusCode)

getLocationClassificationId

public java.lang.Integer getLocationClassificationId()

setLocationClassificationId

public void setLocationClassificationId(java.lang.Integer locationClassificationId)

getLocationLevelId

public java.lang.Integer getLocationLevelId()

setLocationLevelId

public void setLocationLevelId(java.lang.Integer locationLevelId)

getLocationAreaId

public java.lang.Integer[] getLocationAreaId()

setLocationAreaId

public void setLocationAreaId(java.lang.Integer[] locationAreaId)

getLocationLineId

public java.lang.Integer[] getLocationLineId()

setLocationLineId

public void setLocationLineId(java.lang.Integer[] locationLineId)

getLocationPointId

public java.lang.Integer[] getLocationPointId()

setLocationPointId

public void setLocationPointId(java.lang.Integer[] locationPointId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.