gov.nasa.pds.registry.ui.shared
Class ViewAssociation
java.lang.Object
gov.nasa.pds.registry.ui.shared.ViewRegistryObject
gov.nasa.pds.registry.ui.shared.ViewAssociation
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class ViewAssociation
- extends ViewRegistryObject
- implements com.google.gwt.user.client.rpc.IsSerializable
The display container for an association. Necessary to be able to use an
object representation of Product on the client side of GWT (with a minimum of
overhead).
- Author:
- jagander
- See Also:
Association
Methods inherited from class gov.nasa.pds.registry.ui.shared.ViewRegistryObject |
getDescription, getLid, getName, getObjectType, getStatus, getVersionId, getVersionName, setDescription, setLid, setName, setObjectType, setStatus, setVersionId, setVersionName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewAssociation
public ViewAssociation()
getSourceGuid
public String getSourceGuid()
setSourceGuid
public void setSourceGuid(String sourceGuid)
getSourceLid
public String getSourceLid()
setSourceLid
public void setSourceLid(String sourceLid)
getSourceVersionId
public String getSourceVersionId()
setSourceVersionId
public void setSourceVersionId(String sourceVersionId)
getSourceHome
public String getSourceHome()
setSourceHome
public void setSourceHome(String sourceHome)
getTargetGuid
public String getTargetGuid()
setTargetGuid
public void setTargetGuid(String targetGuid)
getTargetLid
public String getTargetLid()
setTargetLid
public void setTargetLid(String targetLid)
getTargetVersionId
public String getTargetVersionId()
setTargetVersionId
public void setTargetVersionId(String targetVersionId)
getTargetHome
public String getTargetHome()
setTargetHome
public void setTargetHome(String targetHome)
getAssociationType
public String getAssociationType()
setAssociationType
public void setAssociationType(String associationType)
Copyright © 2005-2010 Planetary Data System. All Rights Reserved.