|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.inventory.ReferenceEntry
public class ReferenceEntry
Class that holds metadata of an association.
Constructor Summary | |
---|---|
ReferenceEntry()
Constructor. |
Method Summary | |
---|---|
File |
getFile()
Gets the file. |
String |
getGuid()
|
int |
getLineNumber()
Gets the line number. |
String |
getLogicalID()
Get the logical identifier. |
String |
getType()
Get the reference type. |
String |
getVersion()
Get the version. |
boolean |
hasGuid()
Determines if the guid has been set. |
boolean |
hasVersion()
Flag to indicate if the association contains a version. |
void |
setFile(File file)
Sets the file associated with the reference entry. |
void |
setGuid(String guid)
Set the guid. |
void |
setLineNumber(int num)
Sets the line number associated with the reference entry. |
void |
setLogicalID(String id)
Set the logical identifier. |
void |
setType(String type)
Set the reference type. |
void |
setVersion(String ver)
Set the version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferenceEntry()
Method Detail |
---|
public String getLogicalID()
public void setLogicalID(String id)
id
- A LID.public String getVersion()
public void setVersion(String ver)
ver
- A version ID.public boolean hasVersion()
public String getType()
public void setType(String type)
type
- A type.public void setFile(File file)
file
- The file.public File getFile()
public void setLineNumber(int num)
num
- A line number.public int getLineNumber()
public String getGuid()
public void setGuid(String guid)
guid
- A guid.public boolean hasGuid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |