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 getSourceLid()
           
 String getTargetGuid()
           
 String getTargetLid()
           
 void setAssociationType(String associationType)
           
 void setSourceGuid(String sourceGuid)
           
 void setSourceLid(String sourceLid)
           
 void setTargetGuid(String targetGuid)
           
 void setTargetLid(String targetLid)
           
 
Methods inherited from class gov.nasa.pds.registry.ui.shared.ViewRegistryObject
getDescription, getGuid, getHome, getLid, getName, getObjectType, getSlots, getStatus, getVersionName, setDescription, setGuid, setHome, setLid, setName, setObjectType, setSlots, setStatus, 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)

getSourceLid

public String getSourceLid()

setSourceLid

public void setSourceLid(String sourceLid)

getTargetGuid

public String getTargetGuid()

setTargetGuid

public void setTargetGuid(String targetGuid)

getTargetLid

public String getTargetLid()

setTargetLid

public void setTargetLid(String targetLid)

getAssociationType

public String getAssociationType()

setAssociationType

public void setAssociationType(String associationType)


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.