public class ReferenceEntry
extends java.lang.Object
Constructor and Description |
---|
ReferenceEntry()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
Gets the file.
|
java.lang.String |
getGuid() |
int |
getLineNumber()
Gets the line number.
|
java.lang.String |
getLogicalID()
Get the logical identifier.
|
java.lang.String |
getType()
Get the reference type.
|
java.lang.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(java.io.File file)
Sets the file associated with the reference entry.
|
void |
setGuid(java.lang.String guid)
Set the guid.
|
void |
setLineNumber(int num)
Sets the line number associated with the reference entry.
|
void |
setLogicalID(java.lang.String id)
Set the logical identifier.
|
void |
setType(java.lang.String type)
Set the reference type.
|
void |
setVersion(java.lang.String ver)
Set the version.
|
public java.lang.String getLogicalID()
public void setLogicalID(java.lang.String id)
id
- A LID.public java.lang.String getVersion()
public void setVersion(java.lang.String ver)
ver
- A version ID.public boolean hasVersion()
public java.lang.String getType()
public void setType(java.lang.String type)
type
- A type.public void setFile(java.io.File file)
file
- The file.public java.io.File getFile()
public void setLineNumber(int num)
num
- A line number.public int getLineNumber()
public java.lang.String getGuid()
public void setGuid(java.lang.String guid)
guid
- A guid.public boolean hasGuid()
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.