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)
getTargetGuid
public String getTargetGuid()
setTargetGuid
public void setTargetGuid(String targetGuid)
getAssociationType
public String getAssociationType()
setAssociationType
public void setAssociationType(String associationType)
Copyright © 2010-2011 Planetary Data System. All Rights Reserved.