fr.ifremer.allegro.referential.location.generic.vo
Class RemoteLocationAssociationNaturalId
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteNaturalIdAbstract
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.