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

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

public class RemoteLocationAssociationNaturalId
extends RemoteNaturalIdAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteLocationAssociationNaturalId()
           
RemoteLocationAssociationNaturalId(RemoteLocationAssociationNaturalId otherBean)
          Copies constructor from other RemoteLocationAssociationNaturalId
RemoteLocationAssociationNaturalId(RemoteLocationNaturalId parentLocation, RemoteLocationNaturalId childLocation)
           
 
Method Summary
 void copy(RemoteLocationAssociationNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteLocationNaturalId getChildLocation()
           
 RemoteLocationNaturalId getParentLocation()
           
 void setChildLocation(RemoteLocationNaturalId childLocation)
           
 void setParentLocation(RemoteLocationNaturalId parentLocation)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLocationAssociationNaturalId

public RemoteLocationAssociationNaturalId()

RemoteLocationAssociationNaturalId

public RemoteLocationAssociationNaturalId(RemoteLocationNaturalId parentLocation,
                                          RemoteLocationNaturalId childLocation)

RemoteLocationAssociationNaturalId

public RemoteLocationAssociationNaturalId(RemoteLocationAssociationNaturalId otherBean)
Copies constructor from other RemoteLocationAssociationNaturalId

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

copy

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


getParentLocation

public RemoteLocationNaturalId getParentLocation()

setParentLocation

public void setParentLocation(RemoteLocationNaturalId parentLocation)

getChildLocation

public RemoteLocationNaturalId getChildLocation()

setChildLocation

public void setChildLocation(RemoteLocationNaturalId childLocation)


Copyright © 2008-2010 IFREMER. All Rights Reserved.