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 getSourceHome()
           
 String getSourceLid()
           
 String getSourceVersionId()
           
 String getTargetGuid()
           
 String getTargetHome()
           
 String getTargetLid()
           
 String getTargetVersionId()
           
 void setAssociationType(String associationType)
           
 void setSourceGuid(String sourceGuid)
           
 void setSourceHome(String sourceHome)
           
 void setSourceLid(String sourceLid)
           
 void setSourceVersionId(String sourceVersionId)
           
 void setTargetGuid(String targetGuid)
           
 void setTargetHome(String targetHome)
           
 void setTargetLid(String targetLid)
           
 void setTargetVersionId(String targetVersionId)
           
 
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)

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.