gov.nasa.pds.registry.ui.shared
Class ViewAssociation

java.lang.Object
  extended by gov.nasa.pds.registry.ui.shared.ViewRegistryObject
      extended by 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

Constructor Summary
ViewAssociation()
           
 
Method Summary
 String getAssociationType()
           
 String getSourceGuid()
           
 String getTargetGuid()
           
 void setAssociationType(String associationType)
           
 void setSourceGuid(String sourceGuid)
           
 void setTargetGuid(String targetGuid)
           
 
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
 

Constructor Detail

ViewAssociation

public ViewAssociation()
Method Detail

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.