gov.nasa.pds.harvest.context
Class ReferenceEntry

java.lang.Object
  extended by gov.nasa.pds.harvest.context.ReferenceEntry

public class ReferenceEntry
extends Object


Constructor Summary
ReferenceEntry()
           
 
Method Summary
 String getAssociationType()
           
 String getLogicalID()
           
 String getObjectType()
           
 String getVersion()
           
 boolean hasVersion()
           
 void setAssociationType(String type)
           
 void setLogicalID(String id)
           
 void setObjectType(String type)
           
 void setVersion(String ver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceEntry

public ReferenceEntry()
Method Detail

getLogicalID

public String getLogicalID()

setLogicalID

public void setLogicalID(String id)

getVersion

public String getVersion()

setVersion

public void setVersion(String ver)

hasVersion

public boolean hasVersion()

getAssociationType

public String getAssociationType()

setAssociationType

public void setAssociationType(String type)

getObjectType

public String getObjectType()

setObjectType

public void setObjectType(String type)


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